List of questions
Related questions
Question 78 - AD0-E103 discussion
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?
A.
1. Use console at /system/console/crypto to encrypt the value.
B.
Either create an encrypted value for each AEM instance and use runmodes to apply the different values or make sure relevant instances share the same master key.
C.
When loading the value in the code, call CryptoSupport.unprotect(…) before using the value.
D.
1. Use console at /system/console/configMgr and tick the checkbox “encrypt” before saving a configuration.
E.
Use encrypted values work across all instances.
F.
When loading the value in the code, call CryptoSupport.unprotect(…) before using the value.
G.
1. Use console at /system/console/ configMgr and tick the checkbox “encrypt” before saving a configuration.
H.
Either create an encrypted value for each AEM instance and use runmodes to apply the different values or make sure relevant instances share the same master key.
I.
Sensitive information is automatically decrypted using the CryptoSupport OSGi service before the value is returned. D. 1. Use console at /system/console/crypto to encrypt the value.
J.
Either create an encrypted value for each AEM instance and use runmodes to apply the different values or make sure relevant instances share the same master key.
K.
Sensitive information is automatically decrypted using the CryptoSupport OSGi service before the value is returned.
Your answer:
0 comments
Sorted by
Leave a comment first