[Q] password encryption

Georg Gollmann georg.gollmann at tuwien.ac.at
Mon Jan 14 08:22:00 UTC 2002


>I'm searching for a password encryption like the Unix password 
>security. I need a one-way encryption.

If you just want a one way transform hashing is all you need. Squeak 
implements SHA-1 in the class SecureHashAlgorithm.

Georg
-- 
----
Dipl.Ing. Georg Gollmann                TU-Wien, Zentraler Informatikdienst
                                         Wiedner Hauptstr. 8-10 / 020B
phon:(+43-1) 58801 - 42022              A-1040 Wien
fax: (+43-1) 58801 - 42099
mail:gollmann at zid.tuwien.ac.at
http://macos.tuwien.ac.at/Gollmann.html



More information about the Squeak-dev mailing list