json_crypt is a simple JSON encryption / decryption tool, only encryption values thus keeping the ability to search for specific key in the file and decrypt its value on-the-fly. It uses AES-256 in CBC mode to encrypt the data, with a given password as the key.
- Clone the repo
git clone https://github.com/kema-dev/json_crypt.git
- Go to repository's folder
cd json_crypt
- Simply execute the script
python src/json_encrypt.py
Just found Mozilla's work that does pretty much the same job, thus I don't plan to work on this project anymore.
Initial roadmap is available here.
kema-dev - GitHub