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

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -