Session file need password protection (easily decryptable)

Hello,

i love Solar-Putty but there is a potential, huge security issue.

Solar-Putty is saving his sessions in a file (%appdata%\SolarWinds\FreeTools\Solar-PuTTY\data.dat) with basically no encryption... There should be a master password to use as a "salt" to encrypt this file, otherwise is supereasy to decrypt it:

https://voidsec.com/solarputtydecrypt/

https://github.com/VoidSec/SolarPuttyDecrypt

I tested by myself and i was shocked that a super-small utility can decrypt everything (including saved passwords and Private Key passphrase) just using Crypto.Decrypt

There are any plan to fix this?