[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: SHA encryption
Please note that SHA-1 is not an encryption algorithm or cipher.
It's a one-way hash algorithm used to produce digital
signatures.
At 01:58 PM 8/24/00 +0100, vol@inter7.com wrote:
> Hi. I'm trying to implement a SHA encryption handling module for
>my software, and I can't find any good sources. Does anyone know
>where I can find some code with SHA encryption handling functions?
You can borrow codes from OpenLDAP libraries or elsewhere (OpenSSL).
Kurt