The Free Pascal libraries have a hash library that allows you to use the hash algorithms MD5 and SHA1 (http://wiki.freepascal.org/hash). But what if I wanted to use a higher one like SHA256 or SHA512? Can I achieve this using Free Pascal? Finding zeros on the Wiki Retrrrs for SHA256 \ SHA512.
source
share