Endpoint Encryption

 View Only
  • 1.  Creating Base-64 file with PGP Command Line

    Posted Dec 11, 2012 10:23 AM

    I can't find anything in the user guide regarding Base-64 files.  I know I can decrypt them with PGP Command Line, but is their some way to create them?



  • 2.  RE: Creating Base-64 file with PGP Command Line

    Posted Dec 11, 2012 12:22 PM

    If you use the "--armor" ("-a") option, output files will be ascii-armored, which is a Radix-64 encoding.

    Regards,

     



  • 3.  RE: Creating Base-64 file with PGP Command Line

    Posted Dec 12, 2012 11:26 AM

    Thank you so much.  I had glazed over that option in the User Guide.  I was specifically looking for 'Base-64'.  That worked great.



  • 4.  RE: Creating Base-64 file with PGP Command Line

    Posted Dec 12, 2012 01:43 PM

    You're welcome, I'm sorry this information wasn't clear enough in the User's Guide.