Encrypt and decrypt information in configuration files.
Most programmers do not include their credentials in the code itself. But how many times have you beeng doing peer programing and you open by mistake your credentials. That embarassing moment when you expose a password with an inappropiate content... jajaja.
I find my self using json and ini files to store user credentials for temporary use.
Currently just supporting JSON files and Fernet encryption.
- Free software: Apache Software License 2.0
- Documentation: https://encrypt-config.readthedocs.io.
- Encrypt json file content.
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.