cryptenv
A transparent environment variables decryptor.
sh
cargo install cryptenv
```sh cryptenv -e --data <(echo -n "THIS IS TOP SECRET")
input key> password cryptenv://ndDGOi3AUgcB4XOiiimRmfY8lEvoBtYZF8mrappszvuhyjAqtqt2IxIf2iFXx+If ```
use this URI string for environment variable value.
```sh
TOP_SECRET=cryptenv://ndDGOi3AUgcB4XOiiimRmfY8lEvoBtYZF8mrappszvuhyjAqtqt2IxIf2iFXx+If ```
```sh cryptenv -- env | grep TOP_SECRET
input key> password TOP_SECRET=THIS IS TOP SECRET ```