AD0-E103 Exam QuestionsBrowse all questions from this exam

AD0-E103 Exam - Question 78


An application contains an OSGi configuration that contains a password.

How should a developer prevent this sensitive information from being stored in plain text in JCR?

Show Answer
Correct Answer: AD

To prevent sensitive information from being stored in plain text in JCR, a developer should use the console at /system/console/crypto to encrypt the value. They need to create an encrypted value for each AEM instance and use runmodes to apply the different values or ensure the relevant instances share the same master key. The sensitive information is automatically decrypted using the CryptoSupport OSGi service before the value is returned.

Discussion

1 comment
Sign in to comment
chunpinOption: A
Jan 6, 2021

Answer: A Reference: https://www.argildx.com/technology/crypto-support-aem/ https://docs.adobe.com/content/help/en/experience-manager-65/administering/security/encryption-support-for-configuration-properties.html