vscode-gnupg-tool
vscode-gnupg-tool copied to clipboard
What cipher and arguments are being used when using just passphrase?
The wiki or ReadMe does not document what symmetric key options are being used for the Encrypt File w/ Passphrase feature. Is the default AES-128 being passed automatically and is there anyway to specify something else? Thanks for tool.
Regarding to all mathods in src/gnupglib.ts that begin with asyncEncrypt...(), you can see the arguments used to run the gpg command. There is no specific arguments for the encryption. The default is AES-128.