Simple Solution
  • Java
  • Spring
  • Spring Boot
  • Tutorials
  • Tags
Java SHA-256 Hash using Apache Commons Codec
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.

Java MD5 Hash using Apache Commons Codec
Java MD5 Hash using Apache Commons Codec

In this Java tutorial we learn how to calculate MD5 digest in Java application using the DigestUtils class of Apache Commons Codec library.

Java MD2 Hash using Apache Commons Codec
Java MD2 Hash using Apache Commons Codec

In this Java tutorial we learn how to calculate MD2 digest in Java application using the DigestUtils class of Apache Commons Codec library.

Java Apache Commons Codec Tutorial
Java Apache Commons Codec Tutorial

In this Java Apache Commons Codec Tutorial we learn how to use the Java Apache Commons Codec library.

Encode and Decode String to Binary Format in Java using Apache Commons Codec
Encode and Decode String to Binary Format in Java using Apache Commons Codec

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.

Base32 Encoding and Decoding in Java using Apache Commons Codec
Base32 Encoding and Decoding in Java using Apache Commons Codec

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.

Encode a String into Base64 using Base64.encodeBase64String() with Apache Commons Codec
Encode a String into Base64 using Base64.encodeBase64String() with Apache Commons Codec

Java Code Examples for org.apache.commons.codec.binary.Base64.encodeBase64String() This static method to encode input String into a Base64 format String.

Encode byte array into Base64 format using Base64.encodeBase64() with Apache Commons Codec
Encode byte array into Base64 format using Base64.encodeBase64() with Apache Commons Codec

Java Code Examples for org.apache.commons.codec.binary.Base64.encodeBase64() This static method to encode input byte array into a Base64 format.

Encode a String into Base64 format using Base64.encodeToString() with Apache Commons Codec
Encode a String into Base64 format using Base64.encodeToString() with Apache Commons Codec

Java Code Examples for org.apache.commons.codec.binary.Base64.encodeToString() This method to encode input String into a Base64 format String.

Encode byte array into Base64 format using Base64.encode() with Apache Commons Codec
Encode byte array into Base64 format using Base64.encode() with Apache Commons Codec

Java Code Examples for org.apache.commons.codec.binary.Base64.encode() This method to encode input byte array to Base64 format.

  • 1
  • 2
  • 3

Copyright © 2019 SimpleSolution.dev. All Rights Reserved.