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