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.
npm install -g @imduchuyyy/crypt-env
npm upgrade -g @imduchuyyy/crypt-env
crypt-env set <key> <value> -p <profile>
crypt-env get <key> -p <profile>
crypt-env exec "<command>" -p <profile>
crypt-env print -p <profile>
crypt-env help [command]
- 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.
Feel free to submit issues and pull requests!
MIT License