Skip to content

Releases: namolnad/dotenvcrypt

0.6.0

15 Mar 17:03

Choose a tag to compare

  • Only re-encrypt/save edited file if contents have changed

Full Changelog: 0.5.0...0.6.0

0.5.0

15 Mar 16:38

Choose a tag to compare

  • Extract Encryptor to own file for use within applications

Full Changelog: 0.4.0...0.5.0

0.4.0

15 Mar 02:26

Choose a tag to compare

  • Rename to dotenvcrypt
  • Base64 encode encrypted result
  • Move to GCM (authenticated) cipher to ensure contents are trusted

Full Changelog: 0.3.1...0.4.0

0.3.1

13 Mar 21:51

Choose a tag to compare

Move fallback encryption key location to last directory check

Full Changelog: 0.3.0...0.3.1

0.3.0

13 Mar 18:38

Choose a tag to compare

Add ability to load envcrypt key from environment variable

Full Changelog: 0.2.0...0.3.0

0.2.0

13 Mar 01:16

Choose a tag to compare

Adds the ability to store an encryption key in your XDG_CONFIG, HOME, or project directories

Full Changelog: 0.1.0...0.2.0

0.1.0

09 Mar 16:24

Choose a tag to compare

Initial release with basic commands: encrypt, decrypt, and edit:

  • encrypt encrypts an existing .env file and writes to the file of your choosing (.env.enc by default)
  • decrypt will decrypt a file (.env.enc by default) and print it to stdout so you can load the decrypted values into your environment
  • edit will decrypt the encrypted file, allow for editing in your chosen EDITOR, and save the encrypted version back to the original encrypted file path