Adobe AD0-E116 Practice Test 1

Question 1 / 40
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?
1 . Use console at /system/console/crypto to encrypt the value
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
When loading the value in the code, call CryptoSupport.unprotect(_) before using the value
1 . Use console at /system/console/configMgr and tick the checkbox "encrypt" before saving a configuration
Use encrypted values work across all instances
When loading the value in the code, call CryptoSupport.unprotect(...) before using the value C. 1 . Use console at /system/console/crypto to encrypt the value
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
Sensitive information is automatically decrypted using the CryptoSupport OSGi service before the value is returned D. 1 . Use console at /system/console/configMgr and tick the checkbox "encrypt" before saving a configuration
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
Sensitive information is automatically decrypted using the CryptoSupport OSGi service before the value is returned