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.
``bash`
npm install -g @imduchuyyy/crypt-env
bash
npm upgrade -g @imduchuyyy/crypt-env
`🧑💻 Usage
$3
`bash
crypt-env set -p
`$3
`bash
crypt-env get -p
`$3
`bash
crypt-env exec "" -p
`$3
`bash
crypt-env print -p
`$3
`bash
crypt-env help [command]
``