On 2/28/02 11:55 AM, "Sean Redmond" <[EMAIL PROTECTED]> wrote:
> There is a module to do SHA1 encryption (nssha1) from Ars Digita, but I > need a way to do SSHA encryption. Any implementations/ideas? >From the description on this page: http://www.openldap.org/faq/data/cache/347.html It looks like you generate an SSHA hash by appending the seed to the cleartext before generating the hash. Since I haven't used nssha1, I don't know that I can be more helpful. (SHA1 and SSHA are hashing algorithms, rather than encryption algorithms.)
