J
JS
Can someone help me find the proper way to do AES encryption/decryption
using Python?
Thanks!
using Python?
Thanks!
Can someone help me find the proper way to do AES encryption/decryption
using Python?
Thanks!
JS said:Can someone help me find the proper way to do AES encryption/decryption
using Python?
Azazello said:I did a quick look around the internet and found this seemingly good
link AES in general. Might be a good start.
http://msdn.microsoft.com/msdnmag/issues/03/11/AES/#S4
Looks like you'll need some matrix manipulations modules, and
hopefully you'll be able to utilize Python's indexing and data
strengths to keep things simple!
JS said:Can someone help me find the proper way to do AES encryption/decryption
using Python?
Thanks!
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.