Skip to Main Content
HCL Domino Ideas Portal

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

Status Under Consideration
Workspace Domino
Categories Security
Created by Guest
Created on Nov 26, 2021

Document Encryption / Decryption on the Web using Public or Private keys

As per product document secret key encryption/decryption feature on web is achievable using below link

https://help.hcltechsw.com/dom_designer/9.0.1/user/wpd_encrypt_decrypt_xpages_overview.html


However customer is looking for Public or Private keys key encryption/decryption feature on web. Please look.

  • Attach files
  • Guest
    Reply
    |
    Dec 2, 2021

    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.


  • Guest
    Reply
    |
    Nov 29, 2021

    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.

  • Admin
    Thomas Hampel
    Reply
    |
    Nov 28, 2021
    You mean the web browser should perform the encryption operations with a (local) Notes ID or the browser instructing the server to encrypt the data on behalf of the user?