cryptAES/README.md
2021-09-16 15:02:11 +02:00

7 lines
312 B
Markdown

## Script to recursively encrypt files and folders with AES ##
Source :
https://eli.thegreenplace.net/2010/06/25/aes-encryption-of-files-in-python-with-pycrypto
https://pycryptodome.readthedocs.io/en/latest/src/cipher/aes.html
https://nitratine.net/blog/post/python-encryption-and-decryption-with-pycryptodome/