This plugin adds two functions encrypt and decrypt which uses AES Encryption to secure your data.
It operates on the current document and replaces the text.
CTRL + SHIFT + P > Type "Encrypt" or "Decrypt" > Enter a pass phrase > current document will be encrypted/decrypted.
NOTE: IF YOU HAVE NON-UTF8 SPECIAL CHARACTERS IN THE DOCUMENT YOU WILL GET MALFORMED UTF8 ERRORS
https://github.com/jamesbachini/Encryption-VScode
npm install
npx vsce package
npx vsce publishLatest release: 1.0.2
Added line breaks at wordWrapColumn setting length
Encryption v1.0.0 initial release AES passphrase encryption Uses current document as input data and overwrites
If the document has non-utf8 characters in it then it breaks Javascripts AES encryption causing the process to fail.
None