Solved
Encrypt password from UI and decrypt from Java
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
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
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.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.