Hi,
I’m looking for Marklogic encryption/decryption options for storing some
secured data in encrypted form.
I tried creating for a document using hmac-sha256 in xdmp tags like below:
xdmp:document-insert(
"/example22.txt", text {xdmp:hmac-sha256("SSN","39087xxx")}
)
Above is working fine but, instead of above query I’ll be using JAVA API to
create documents wherein I assume we can use some generic encryption techniques
(like javax crypto API..) . But I am looking for some marklogic inbuilt
encryption technique which can we used to store any document in encrypted form.
Can someone help me on above.
Thanks,
Shikha
This e-mail, including attachments, may include confidential and/or
proprietary information, and may be used only by the person or entity
to which it is addressed. If the reader of this e-mail is not the intended
recipient or his or her authorized agent, the reader is hereby notified
that any dissemination, distribution or copying of this e-mail is
prohibited. If you have received this e-mail in error, please notify the
sender by replying to this message and delete this e-mail immediately.
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general