Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
SOLVED

Securely share system generated documents to send to an API

Avatar

Level 1

Hi,

 

I have a custom POC solution to generate a document of record and stored it in "/content/usergenerated/sampledocs". My plan is to share the link of this generated document to our on-prem service but it contains sensitive info that I need to secure.

 

Is there an encryption mechanism available in AEM that I can use to secure this links?

 

All the best!

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

You can use the "http://<host>:<port>/<system/console/crypto>" console to encrypt and Cryptosupport API to decrypt/encrypt programatically. More details at [1] and [2]

 

[1] https://www.argildx.com/technology/crypto-support-aem/

 

[2] https://docs.adobe.com/content/help/en/experience-manager-64/administering/security/encryption-suppo...

View solution in original post

3 Replies

Avatar

Correct answer by
Employee Advisor

You can use the "http://<host>:<port>/<system/console/crypto>" console to encrypt and Cryptosupport API to decrypt/encrypt programatically. More details at [1] and [2]

 

[1] https://www.argildx.com/technology/crypto-support-aem/

 

[2] https://docs.adobe.com/content/help/en/experience-manager-64/administering/security/encryption-suppo...

Avatar

Level 1
I will to do more test using the cryptosupport API as I need to ecrypt the PDF that will be shared across via HTTP