|
TurboPower Open Source project LockBox has the code you want. The unit
name is LBCIPHER.PAS. Url is http://sourceforge.net/projects/tplockbox/
Here
is the declaration
procedure StringHashELF(var Digest :
LongInt;
const Str : string); procedure StringHashLMD(var Digest; DigestSize : LongInt; const Str : string); procedure StringHashMD5(var Digest : TMD5Digest; const Str : string); procedure StringHashMix128(var Digest : LongInt; const Str : string); procedure StringHashSHA1(var Digest : TSHA1Digest; const Str : string); Regards
Leigh
|
- [DUG]: Hash Ross Levis
- Re: [DUG]: Hash Leigh Wanstead
- Re: [DUG]: Hash Ross Levis
- [DUG]: Constant Alistair George
- Re: [DUG]: Constant Rohit Gupta
- Re: [DUG]: Hash Todd Martin
- Re: [DUG]: Hash Ross Levis
