Link to home
Start Free TrialLog in
Avatar of mkhan900
mkhan900

asked on

Java API to encrypt files

Hello,
I am required to encrypt some files (text files) using a third party PGP key.

I am new to java and tried finding some code which could make some sense to me, but I wasn't successful.

I would appreciate any help on finding some example codes to achive this, using Java API or Bouncy Castle or anything.
I have tried looking at cryptix and bouncy castle, the example code wasn't of too much help to me

Thanks
SOLUTION
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mkhan900
mkhan900

ASKER

Thanks for the help everyone
:-)