/encrypt_config

Encrypt and decrypt information in configuration files.

Primary LanguagePythonOtherNOASSERTION

Encrypt Config

Documentation Status Updates

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.

Features

  • Encrypt json file content.

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.