Skip to content

vaspapadopoulos/cryptenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cryptenv

Python

A Python-based CLI to encrypt and decrypt variables in .env files.

Installation

Usage

Examples

Encrypt and decrypt a single variable in a .env file:

cryptenv.py encrypt -f .env.myproject PASSWORD
cryptenv.py decrypt -f .env.myproject API_TOKEN

Encrypt all variables in a .env file:

cryptenv.py encrypt -f .env.myproject --all

Decrypt all encrypted variables, if any, in a .env file:

cryptenv.py decrypt -f .env.myproject

About

A Python-based CLI to encrypt and decrypt variables in .env files

Topics

Resources

License

Stars

Watchers

Forks

Languages