cryptAES/README.md
2021-09-20 16:47:10 +02:00

7 lines
320 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/