Encrypt/decrypt passwords in zope using rotor
Hi Passwords can be encrypted/decrypted using Rotor-a biult in python module...More details given in python documentation...Not much sure now secure it is.. Anitha _________________________________________________________________ Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail
So what is your question? Rotor is not very secure. Better check with the Python mailinglist about related crypto packages or just google it :-) -aj --On Dienstag, 12. August 2003 5:31 Uhr +0000 Anitha George <anithageorge27@hotmail.com> wrote:
Hi
Passwords can be encrypted/decrypted using Rotor-a biult in python module...More details given in python documentation...Not much sure now secure it is..
Anitha
_________________________________________________________________ Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Hi Anitha! Zope provides the AccessControl.AuthEncoding module for password encryption and validation. The default algorithm, SSHA, is very secure. Stefan --On Dienstag, 12. August 2003 05:31 +0000 Anitha George <anithageorge27@hotmail.com> wrote:
Passwords can be encrypted/decrypted using Rotor-a biult in python module...More details given in python documentation...Not much sure now secure it is..
Anitha
_________________________________________________________________ Help STOP SPAM with the new MSN 8 and get 2 months FREE*
Yeah, sure ;-) -- The time has come to start talking about whether the emperor is as well dressed as we are supposed to think he is. /Pete McBreen/
Stefan H. Holek wrote:
Hi Anitha!
Zope provides the AccessControl.AuthEncoding module for password encryption and validation. The default algorithm, SSHA, is very secure.
IANACE (i am not a crypto expert) but AuthEncoding only provides one-way hashes i think? if you need to do it both ways http://eevolved.com/cryptkit/ provides a Rijndael cipher implementation, or look at the vaults crypto page: http://py.vaults.ca/parnassus/apyllo.py/514463245.94738404 - peter.
Stefan
--On Dienstag, 12. August 2003 05:31 +0000 Anitha George <anithageorge27@hotmail.com> wrote:
Passwords can be encrypted/decrypted using Rotor-a biult in python module...More details given in python documentation...Not much sure now secure it is..
Anitha
_________________________________________________________________ Help STOP SPAM with the new MSN 8 and get 2 months FREE*
Yeah, sure ;-)
you gotta have faith!
participants (4)
-
Andreas Jung -
Anitha George -
Peter Sabaini -
Stefan H. Holek