Skip to content

Releases: namolnad/dotenvcrypt

0.7.0

Choose a tag to compare

@namolnad namolnad released this 03 Aug 19:15

Full Changelog: 0.6.0...0.7.0

0.6.0

Choose a tag to compare

@namolnad namolnad released this 15 Mar 17:03
  • Only re-encrypt/save edited file if contents have changed

Full Changelog: 0.5.0...0.6.0

0.5.0

Choose a tag to compare

@namolnad namolnad released this 15 Mar 16:38
  • Extract Encryptor to own file for use within applications

Full Changelog: 0.4.0...0.5.0

0.4.0

Choose a tag to compare

@namolnad namolnad released this 15 Mar 02:26
  • 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

Choose a tag to compare

@namolnad namolnad released this 13 Mar 21:51

Move fallback encryption key location to last directory check

Full Changelog: 0.3.0...0.3.1

0.3.0

Choose a tag to compare

@namolnad namolnad released this 13 Mar 18:38

Add ability to load envcrypt key from environment variable

Full Changelog: 0.2.0...0.3.0

0.2.0

Choose a tag to compare

@namolnad namolnad released this 13 Mar 01:16

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

Choose a tag to compare

@namolnad namolnad released this 09 Mar 16:24

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