Group "Weak hashes"

Classes providing weak / deprecated hashes

This group of classes provides hashes that are stronger (and longer) then checksums, but not recommended for serious cryptographic purposes (MD2, MD4, MD5 and partly SHA1 can be considered broken).

Contents

MD2HashCalculates a 128 bits long MD2 (Message Digest 2) hash
MD4HashCalculates a 128 bits long MD4 (Message Digest 4) hash
MD5HashCalculates a 128 bits long MD5 (Message Digest 5) hash
RIPEMD128HashCalculates a 128 bits long RIPEMD-128 hash (RIPEMD family)
SHA1HashCalculates a 160 bits long SHA-1 hash
md2Convenience function that calculates a 128 bits long MD2 hash
md4Convenience function that calculates a 128 bits long MD4 hash
md5Convenience function that calculates a 128 bits long MD5 hash
ripemd128Convenience function that calculates a 128 bits long RIPEMD128 hash
sha1Convenience function that calculates a 160 bits long SHA1 hash

Made with faldoc 2.2.1