0.1.3 • Published 8 months ago
@imduchuyyy/crypt-env v0.1.3
CryptEnv - Secure Environment Manager with Profile-Based Encrypted Storage
Say goodbye to plain text environment variables in your code.
CryptEnv is a simple, secure, and profile-based way to manage your environment variables using encryption.
🚀 Install CryptEnv
npm install -g @imduchuyyy/crypt-env
Update CryptEnv
npm upgrade -g @imduchuyyy/crypt-env
🧑💻 Usage
Set an environment variable
crypt-env set <key> <value> -p <profile>
Get an environment variable
crypt-env get <key> -p <profile>
Execute a command with environment variables
crypt-env exec "<command>" -p <profile>
List all environment variables
crypt-env print -p <profile>
Help
crypt-env help [command]
🔐 How It Works
- AES Encryption: Your environment variables are stored encrypted on disk.
- Profile-Based: You can manage multiple profiles with different encryption keys.
- Password Protection: Every profile is password-protected.
🤝 Contributing
Feel free to submit issues and pull requests!
📝 License
MIT License