data-security

How to encrypt JSON in python

How to encrypt JSON in python Question: I have a JSON file. I am running a program, in python, where data is extracted from the JSON file. Is there any way to encrypt the JSON file with a key, so that if someone randomly opens the file, it would be a mess of characters, but …

Total answers: 3