CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2011
    Posts
    1

    FileEncryption using PGP in Java

    Hello all,

    i need to use PGP to encrypt a file generated with java code.

    kindly help with solutions.

    Thanks

  2. #2
    Join Date
    Jun 1999
    Location
    Eastern Florida
    Posts
    3,877

    Re: FileEncryption using PGP in Java

    What is PGP? Is it a third party java product?

    What does this have to do with java programming?
    Norm

  3. #3
    Join Date
    Feb 2008
    Posts
    966

    Re: FileEncryption using PGP in Java

    PGP (Pretty Good Privacy) is not supported in the Java libraries. You have to download a third party library, like bouncy castle, and use that to encrypt the data with PGP.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured