vscode-sftp icon indicating copy to clipboard operation
vscode-sftp copied to clipboard

Add encrypted password saving with master password

Open Entretoize opened this issue 11 months ago • 1 comments

I need it so this is my proposal, it saves the host password when entered after having asked for a master password and encrypted the it. Next time it check for existing stored password, decrypt it with the master password and use it. If it fails it ask for a password. It allow to remember only a single password and is secure. It uses aes-256-cbc encryption.

Entretoize avatar Mar 12 '24 12:03 Entretoize

New version : https://github.com/Natizyskunk/vscode-sftp/compare/develop...Entretoize:vscode-sftp:patch-3

Entretoize avatar Mar 12 '24 15:03 Entretoize