I have some string, lets say string = "abcd4345.345rg" and I am looking for simple python module which will allow me to encrypt/descrypt it using some key (AES for example).
I am writing this question because I can't find any module in django for this - I found only hashing functions. I need one small module with function like encrypt(data,key)/decrypt(data,key) nothing more.