cancel
Showing results for 
Search instead for 
Did you mean: 

PGP encryption without using any open source

Former Member
0 Kudos

Hi,

We have a requirement where we need to encrypt a file from the sender using PGP and send to the receiver.

The problem here is we are not suppose to use any licensed PGP product (like McAfee) or open source PGP (Like GNU PGP or Cryptix or Bouncy Castle).

We are expected to write our own Java code using standard Java libraries that would act the same way as any other open source (like cryptix or Bouncy Castle) to encrpyt and decrypt.

Has ayone gone through such a situation ? Is it feasible to develop these codes ? If yes how much complxity does it onvolve?

Please help

Thanks,

Bharath

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Are you trying to acheive an https post using certificates

--Sudhansu

Former Member
0 Kudos

Check this

[http://www.iam.unibe.ch/~jampen/pgpjava/wseas-755.pdf]