AES encryption problem
I have found a module pycrypto which has an AES encryption and decryption function, in commandline everything works fine both encryption and decryption, but if I want to implement it in my program, it fails =( def aes(txt): global crypt message="".join(txt) #format the message which...
__________________
Python
Domain Name Forum
|