In This video we will see how to encrypt and decrypt values using Jasypt tool with Consul application.
Below are some important annotations and links which we used in video
Annotation used in main class
@EnableEncryptableProperties
Online Tool:
https://www.devglan.com/online-tools/...
VM argument
-Djasypt.encryptor.password=secretkey
Thanks