Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to view encrypted documents in XPages?

Tags:

xpages

I know that working with encrypted documents in XPages was not possible a couple of years ago. But in the meantime we got the ID vault and iNotes is able to work with encrypted documents, isn't it?

My research didn't brought a clear answer if the XPages engine is able to work with ID vault in order to get decryption keys from a user ID and view an encrypted document. Is this possible now? If so, how?

like image 526
Julian Buss Avatar asked Feb 09 '17 08:02

Julian Buss


1 Answers

Document encryption is now built into XPages and set for delivery in Feature Pack 8. The implementation supports both secret key and public/private key encryption. The Domino document data source has been extended to automatically decrypt/encrypt documents via a new 'encryptionKeysProvider' property ... or you can code up custom behavior via SSJS or Java in the XPages app. There are also new XPages @Functions and a Domino Designer wizard to simplify the process. It will be part of my Dev 1671 presentation at Connect 2017 (A Deep Dive into the Feature Pack Pipeline for Domino App Dev). I will provide enablement materials around the same time.

like image 82
Martin Donnelly Avatar answered Nov 20 '22 14:11

Martin Donnelly