Decrypt Lotus Notes NSF -
i decrypt lotus notes nsf files programmatically. assume each nsf, have id file , password needed access nsf.
i using lotus notes 8.5.2, windows 7 sp1 64-bit. willing utilize com, c++ api, or c api.
i aware of c api function nsfdbislocallyencrypted, reports whether nsf encrypted. however, not believe able decrypt nsf.
i aware of c++ api function lnnotessession.createdatabasecopy, takes parameter 3 dboptions, has fellow member can set dboptions.setlocalencryption( lnlocalencryption::lnlocalencryption_none ) . however, function creates new nsf. if possible, decrypt source nsf in place save time , disk space.
how can remove local encryption nsf in place?
afaik, there no exposed api decrypting nsf file.
also, since entire file needs rewritten in order decrypt data, don't think there's time or space penalty copying entire nsf.
lotus-notes lotus-domino lotus interop-domino
No comments:
Post a Comment