Hi,
Where i can find: sha256/sha384/sha512/tiger and... encoding functions?
Printable View
Hi,
Where i can find: sha256/sha384/sha512/tiger and... encoding functions?
Thread moved from CodeBank forum (which is for you to post your code examples, not questions)
Check this out:
http://www.splitbrain.org/encode.php
hash function
Supports MD, SHA, RipeMD, Whirlpool, Tiger, and others.
Use the hash_algos function to get a list of supported algorithms.
Thanks both ;).