[fpc-pascal] encryption

Alexandre Leclerc alexandre.leclerc at gmail.com
Fri Aug 25 23:17:09 CEST 2006


2006/8/25, "Fabrício F. Kammer" <ffkammer at conchalnet.com.br>:
> If I use md5 I can't decrypt the text. In yours opnion what's the
> indicate algorithm do make this?

Hi Fabrício,

Exact, (as stated in my first email) all "hash" algo like md5 can't be
decoded. These are... hash! All "cipher" algo like blowfish/twofish,
etc. can be encoded, stored, and later decoded provided you have the
key.

Any cipher algo will serve your needs. Since DCPCrypt has been ported
(thank you Vincent, I did not know), all cipher (in DCPciphers tab)
will do what you need. Pick the one(s) that fit your needs.

See http://wiki.lazarus.freepascal.org/index.php/DCPcrypt as given by Vincent.

Best regards.

-- 
Alexandre Leclerc



More information about the fpc-pascal mailing list