Java SHA-256 Hash using Apache Commons Codec
In this Java tutorial we learn how to calculate the SHA-256 digest in Java application using the DigestUtils class of Apache Commons Codec library.
In this Java tutorial we learn how to calculate the SHA-256 digest in Java application using the DigestUtils class of Apache Commons Codec library.
In this Java tutorial we learn how to calculate MD5 digest in Java application using the DigestUtils class of Apache Commons Codec library.
In this Java tutorial we learn how to calculate MD2 digest in Java application using the DigestUtils class of Apache Commons Codec library.
In this Java Apache Commons Codec Tutorial we learn how to use the Java Apache Commons Codec library.
In this Java tutorial, we learn how to use the BinaryCodec class of Apache Commons Codec library to convert a String into a String of ‘0’ and ‘1’ and decode it in Java programs.
In this Java tutorial, We learn how to use the Base32 class of Apache Commons Codec library to do Base32 encoding and decoding in Java programs.
Java Code Examples for org.apache.commons.codec.binary.Base64.encodeBase64String() This static method to encode input String into a Base64 format String.
Java Code Examples for org.apache.commons.codec.binary.Base64.encodeBase64() This static method to encode input byte array into a Base64 format.
Java Code Examples for org.apache.commons.codec.binary.Base64.encodeToString() This method to encode input String into a Base64 format String.
Java Code Examples for org.apache.commons.codec.binary.Base64.encode() This method to encode input byte array to Base64 format.