python-only crypt()?
Michal Wallace (sabren)
sabren at manifestation.com
Wed Apr 26 06:50:04 EDT 2000
More information about the Python-list mailing list
Wed Apr 26 06:50:04 EDT 2000
- Previous message (by thread): python-only crypt()?
- Next message (by thread): python-only crypt()?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, 26 Apr 2000, Carey Evans wrote: > > http://home.clear.net.nz/pages/c.evans/sw/ > > Wow. I finished writing that and uploaded it less than six hours > before your post. Would you mind letting me know how you found it so > quickly? > > > Post back if this is helpful > > Given that I ported it because I couldn't get Michal's port of > UnixCrypt going, it probably is. :) Yup! Thanks again, Carey! Just to clarify for everyone, there are at least two styles of crypt() routines floating around out there: http://home.clear.net.nz/pages/c.evans/sw/ is the original, DES-style crypt(). http://www.sabren.com/code/python/crypt/ is the other, MD5-style crypt(). Cheers, - Michal ------------------------------------------------------------------------- http://www.manifestation.com/ http://www.linkwatcher.com/metalog/ -------------------------------------------------------------------------
- Previous message (by thread): python-only crypt()?
- Next message (by thread): python-only crypt()?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list