smihica / pyminizip

To create a password encrypted zip file in python.
Other
106 stars 37 forks source link

AES #13

Open sfromm-plm opened 7 years ago

sfromm-plm commented 7 years ago

This code, as it's written here, doesn't use AES "out of the box," does it?

As far as I can tell, to get AES, one would need to

mrroot5 commented 6 years ago

I use this snippet for AES encryption. Hope it helps: https://gist.github.com/swinton/8409454