[GENERAL] Encrypt with BouncyCastle and decrypt with pg_pub_decrypt - Mailing list pgsql-general

From Kang, Kamal
Subject [GENERAL] Encrypt with BouncyCastle and decrypt with pg_pub_decrypt
Date
Msg-id DC7C4D9D-4BCD-4082-96E0-82889FE8B342@conversantmedia.com
Whole thread Raw
Responses Re: [GENERAL] Encrypt with BouncyCastle and decrypt with pg_pub_decrypt
List pgsql-general

Hi all,

 

I am trying to encrypt a string using Bouncy Castle PGP Java apis, Base64 encode the encrypted string and then decrypt using pg_pub_decrypt but it is failing with error “Wrong Key”. Just wanted to know if this is doable or pg_pub_decrypt only works with encrypted strings from pg_pub_encrypt?

 

Thanks

 

Kamal

pgsql-general by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: [GENERAL] Call for users to talk about table partitioning
Next
From: "Karl O. Pinc"
Date:
Subject: Re: [GENERAL] Serializable isolation -- are predicate locks stillheld across all databases?