@1byinf8/envlock
v1.0.0
Published
CLI to encrypt/decrypt .env files securely for teams
Maintainers
Readme
envlock
CLI tool to securely encrypt and decrypt .env files using AES-256-CBC encryption.
📦 Installation
npm install -g envlock🔐 Usage
envlock encrypt path/to/your.env
envlock decrypt path/to/your.env.enc🛡️ Features
- Password-based encryption
- AES-256-CBC algorithm
- Simple CLI interface
- Git-safe: Encrypted file only
🧠 Pro Tip
Add .env to your .gitignore and only commit .env.enc.
🧑💻 Author
Made with 💙 by Satwik Kashyap
