File encryption with Python and AES
I need to write a Python script to occasionally encrypt some small text files (~10 Kb)
in order to store them in an insecure environment.
Each file will be encrypted via unique symmetric key and AES 256 CTR cipher.
The key and CTR nonce wi… Continue reading File encryption with Python and AES