[fpc-pascal] MD5 decryption?

Ewald ewald at yellowcouch.org
Wed Dec 11 17:49:18 CET 2013


Once upon a time, silvioprog said:
> Hello,
>
> How to decrypt a MD5 in FPC?:
MD5 is a hashing algorithm, not an encryption algorithm. There is more
than one input for this algorithm which will generate the same hash, as
opposed to a cipher.

-- 
Ewald




More information about the fpc-pascal mailing list