cancel
Showing results for 
Search instead for 
Did you mean: 

REG: Seeburger PGP Module--Decryption

Former Member
0 Kudos

Hi All,

I have a scenario where i need to decrypt a PGP encrypte file. To achive this i used seeburger PGP module deployed in my server and i configured the communication channel accordingly.

The channel picks the file and places the file at the taget location with out decrypting it. Even the communication channel aduit log shows that it has been sucessfully decrypted but the file is not decrypted. please find below the parameters i used in the communication channel.

mode----


>decrypt

sourceDest----


>MainDocument

decryptKey----


>TRUSTED/<view>/<certificate>

decryptKeyPass----


><password>

Can someone please help on this issuse.

Thanks,

Siva

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Siva,

Check the file was encrypted with your public key, then only you can decrypt the file with your private key.

mode----


>decrypt

sourceDest----


>MainDocument --> Not required

decryptKey----


>TRUSTED/<view>/<certificate> --> private key

decryptKeyPass----


><password>

Thanks

Srinivas

Answers (0)