Java Encode and Decode Hex String using Apache Commons Codec
In this Java tutorial we learn how to use Hex class of Apache Commons Codec library to encode byte[] array to hexadecimal String and decode hexadecimal String to byte[] array.
In this Java tutorial we learn how to use Hex class of Apache Commons Codec library to encode byte[] array to hexadecimal String and decode hexadecimal String to byte[] array.
In this Java tutorial we learn how to encode a String to URL safe form and decode the URL safe string to original form using the URLCodec class of Apache Commons Codec library.
In this Java tutorial we learn how to calculate the SHA-512/256 hash in Java 9 or higher using the DigestUtils class of Apache Commons Codec library.
In this Java tutorial we learn how to calculate the SHA-512/224 hash in Java 9 or higher using the DigestUtils class of Apache Commons Codec library.
In this Java tutorial we learn how to calculate the SHA3-512 hash in Java 9 or higher using the DigestUtils class of Apache Commons Codec library.
In this Java tutorial we learn how to calculate the SHA3-384 hash in Java 9 or higher using the DigestUtils class of Apache Commons Codec library.
In this Java tutorial we learn how to calculate the SHA3-256 hash in Java 9 or higher using the DigestUtils class of Apache Commons Codec library.
In this Java tutorial we learn how to calculate the SHA3-224 hash in Java 9 or higher using the DigestUtils class of Apache Commons Codec library.
In this Java tutorial we learn how to calculate the SHA-512 digest in Java application using the DigestUtils class of Apache Commons Codec library.
In this Java tutorial we learn how to calculate the SHA-384 digest in Java application using the DigestUtils class of Apache Commons Codec library.