Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 447 Bytes

File metadata and controls

13 lines (7 loc) · 447 Bytes

vsc-encrypt-file-with-env-variables README

This VsCode extension allows you to set an env variable of FILE_PASSWORD and then with a simple commands encrypt and decrypt a file.

Commands

  • encrypt.file - Encrypt file with AES encryption given the env value of FILE_PASSWORD

  • decrypt.file - Decrypt file with AES encryption given the env value of FILE_PASSWORD

Demo