This extensions implements OpenPGP in VSCode, allowing you to encrypt and decrypt files using public and private keys.
- No system's dependencies!
- Encrypt with public keys
- Decrypt with private key
- Create private keys
- Import public keys
- Automatic selection of a matching private key based the encrypted message's signature
- UI for adding private and public keys
- packaging fix
- Bump OpenPGP.js v4.10.9
- Comment fix
- Automatic detection of private key if existing
- Displaying info about private key when asking for password
First release