Simple Solution
  • Java
  • Spring
  • Spring Boot
  • Tutorials
  • Tags
Java Generate SHA-1 using DigestUtils in Apache Commons Codec
Java Generate SHA-1 using DigestUtils in Apache Commons Codec

In below code example you will learn how to use org.apache.commons.codec.digest.DigestUtils class in Apache Commons Codec to generate SHA-1 string in Java.

Java Base64 Encoding and Decoding with Apache Commons Codec
Java Base64 Encoding and Decoding with Apache Commons Codec

In this tutorial you will learn how to encoding and decoding a String in Java using Apache Commons Codec library. The library provide org.apache.commons.codec.binary.Base64 class with different methods to encode and decode data.

  • 1
  • 2
  • 3

Copyright © 2019 SimpleSolution.dev. All Rights Reserved.