java - Difference between shaHex , sha256Hex , sha384Hex , sha512Hex -
in apache commons-codec api difference between generating shahex, sha256hex, sha384hex, sha512hex?
these static methods in digestutils
class.
these implementations of different algorithms in sha family. see this section of wikipedia page on sha summary of differences.
and in fact javadoc digestutils
makes clear methods implement functions.
Comments
Post a Comment