Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

Dencrypting File with different key

Avatar

Level 2

I have 2 different files coming from 2 different locations with 2 different keys on them.

When attempting to load the data, does anyone know how to specify which key goes with each file.

I know you can pre-process the file in  File Import, but not sure how to specify a key.

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Employee

If using GPG, I believe you don't have anything to do.

The key is referenced in the encrypted files so GPG would known which one to use (see https://superuser.com/questions/920793/how-to-specify-private-key-when-decrypting-a-file-using-gnupg)

Just make sure both keys are available on the Campaign server.

Lösung in ursprünglichem Beitrag anzeigen

3 Antworten

Avatar

Korrekte Antwort von
Employee

If using GPG, I believe you don't have anything to do.

The key is referenced in the encrypted files so GPG would known which one to use (see https://superuser.com/questions/920793/how-to-specify-private-key-when-decrypting-a-file-using-gnupg)

Just make sure both keys are available on the Campaign server.

Avatar

Level 2

Thanks for the reply

I am using GPG.

So basically I need to send the private key to Adobe to install on the server?

And then when running my gpg --decrypt, reference the passphrase and the filename and it should decrypt the file

Avatar

Employee

Yes, but I'm not sure about the passphrase. Not sure you can provide the passphrase as an argument. So far I've always used gpg keys with not passphrase for automation.