Chuck Esterbrook wrote: > I need to encrypt the passwords and credit card numbers in my database. > Any recommendations on an approach?
There's a Python Twofish module that looks simple to use and is rather fast and secure http://sourceforge.net/projects/twofish-py/ There's also Ycrypt, which allows the choice of a number of encryption algorithms (and explains which do what). THe author seems to have user simplicity in mind as well. http://www.python.eu.org/software/general/Ycrypt.html More Python encryption software at: http://py.vaults.ca/parnassus/apyllo.py?i=94738404 -- Bill Eldridge Radio Free Asia [EMAIL PROTECTED] _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
