How to convert plain text to Protected string or encrypt sensitive data in AEM configuration file


Statement -How to encrypt plain text
Environment - AEM 6.3 GA

Solution :




  • Go to the Felix console URL: http://localhost:4502/system/console/crypto
  • Enter the plain text which you wanted to convert into protected text
  • Click on the Protect button it will generate the protected text
  • Replace plain text with this generated protected text in the slingproperties and config file(such as password..etc)



  • That's it!

No comments:

Post a Comment