Releases: namolnad/dotenvcrypt
Releases · namolnad/dotenvcrypt
0.6.0
0.5.0
- Extract
Encryptorto own file for use within applications
Full Changelog: 0.4.0...0.5.0
0.4.0
- 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
Move fallback encryption key location to last directory check
Full Changelog: 0.3.0...0.3.1
0.3.0
Add ability to load envcrypt key from environment variable
Full Changelog: 0.2.0...0.3.0
0.2.0
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
Initial release with basic commands: encrypt, decrypt, and edit:
encryptencrypts an existing.envfile and writes to the file of your choosing (.env.encby default)decryptwill decrypt a file (.env.encby default) and print it to stdout so you can load the decrypted values into your environmenteditwill decrypt the encrypted file, allow for editing in your chosen EDITOR, and save the encrypted version back to the original encrypted file path