Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.
For more information and upcoming events around #dominoforever, please visit our Destination Domino Page
Hello
according to below document :
https://help.hcltechsw.com/dom_designer/11.0.0/xpage_user_guide/builds/wpd_encrypt_decrypt_xpages_using_dominoidvaultbean.html
HCL provided :
getServerName - Obtains the name of the vault server.
setServerName - Sets the name of the vault server.
getUserName - Obtains the user name of the user requiring access to the ID Vault.
setUsername - Specifies the user name of the user requiring access to the ID Vault.
getUserPassword - Obtains the password of the user requiring access to the ID Vault.
setUserPassword - Sets the password of the user requiring access to the ID Vault.
getUserID - Gets a UserID object from the ID Vault.
With considerations to security standards how to use:
getUserPassword
setUserPassword
to access ID vault as per below document :
https://help.hcltechsw.com/dom_designer/9.0.1/user/wpd_encrypt_decrypt_xpages_using_dominoidvaultbean.html
We need to get password first
If we designed custom login screen as per below Webinar :
https://www.youtube.com/watch?v=CQJzcrkhSkM
it supposed that Internet password will be the same as Notes ID file password and this is not logic.
Any recommendations will be appreciated.
Yes, the Encryption / Decryption should be performed using Public or Private keys( Notes ID or the browser instructing the server to encrypt the data on behalf of the user) on the web browser.