Hi all,
How do we encrypt the password from UI and decrypt in my backend servlet? Are there any OOTB features to do so?
Best Regards,
Kiruthiga
Solved! Go to Solution.
OOTB, it is possible to encrypt and decrypt at the backend using https://sling.apache.org/documentation/bundles/commons-crypto.html
You can't do that from UI to backend or use public and private key encryption.
OOTB, it is possible to encrypt and decrypt at the backend using https://sling.apache.org/documentation/bundles/commons-crypto.html
You can't do that from UI to backend or use public and private key encryption.
is there a way to encrypt from UI in the POST request and decrypt the same from backend?
You can't do encryption but you can encode and decode using any encoding algo
example : https://www.javatpoint.com/java-base64-encode-decode
Views
Replies
Total Likes
Views
Likes
Replies