private public key pair | Adobe Higher Education
Skip to main content
_abhishek_
Level 3
September 17, 2022
Resuelto

private public key pair

  • September 17, 2022
  • 1 respuesta
  • 1398 visualizaciones

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.

 

 

 

Este tema ha sido cerrado para respuestas.
Mejor respuesta de bisswang

For Campaign Standard, documentation would be:

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

 

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

1 respuesta

bisswangAdobe EmployeeRespuesta
Adobe Employee
September 19, 2022

For Campaign Standard, documentation would be:

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

 

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
_abhishek_
Level 3
October 4, 2022

Hi @bisswang,

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