How do I use BasicTextEncryptor for encrypting and decrypting string information? | Java Examples
This example is showing you how to use the Jasypt API to write a simple code to do string encryption and decryption. In this example we are going to use the BasicTextEncryptor
class which use the PBEWithMD5AndDES
algorithm. This class is an implementation of the TextEncryoptor
interface.
You can download the library from their website, it's already included with the dependency libraries required by Jasypt such as the commons-codec
and commons-lang
.
Read full article from How do I use BasicTextEncryptor for encrypting and decrypting string information? | Java Examples
No comments:
Post a Comment