Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

private public key pair

Avatar

Level 3

Hello,

 

My understanding is "To encrypt a file, first we will have to upload public key in control panel, and use it in workflow to encrypt it. The private key would be shared to the external system, so that they can decrypt it using the private key." if my understanding is correct, then refereeing the below screenshot from the experience league, which shows exporting a file after encrypting it. Which says, it uploads the public key onto control panel(which is correct), and uses private key to encrypt it in the Workflow.

Is the last statement correct? I feel it should be public instead of private key. Please do let me know.

 

 

_abhishek__1-1663417606224.png

 

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

For Campaign Standard, documentation would be:

https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-standard/ct-p/adobe-campaign-standar...

 

PGP documentation: https://www.gnupg.org/gph/en/manual/x110.html

 

There are 2 ways:

  • External system encrypts data => ACS needs to decrypt
    • External system = public key
    • ACS = private key
  • ACS encrypts data => External system needs to decrypt
    • External system = private key
    • ACS = public key

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

For Campaign Standard, documentation would be:

https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-standard/ct-p/adobe-campaign-standar...

 

PGP documentation: https://www.gnupg.org/gph/en/manual/x110.html

 

There are 2 ways:

  • External system encrypts data => ACS needs to decrypt
    • External system = public key
    • ACS = private key
  • ACS encrypts data => External system needs to decrypt
    • External system = private key
    • ACS = public key

Avatar

Level 3

Hi @ramon_bisswanger,

I agree with you comments, I have same understanding. The Adobe doc seems to be incorrect, it needs to be updated.