PGP Encryption Utilities

Overview

Allows PGP encryption and decryption of files. Support for Signing documents and Verifying the signature using PGP.

Key Features & Functionality

Smart Services:

  • PGP Encrypt - using provided public certificate
  • PGP Decrypt - using provided private certificate and password
  • PGP Sign File - Sign File With PGP
  • PGP Verify File - Verify File With PGP
Anonymous
Parents
  • We are encrypting with the public key (provided in .asc) provided by receiving system. But while decryption they cannot read the file. So there are couple of questions, what should be the output file extension be should it be in pgp or in docx (in this case its docx file). Also do we need to convert into Base64?

Comment
  • We are encrypting with the public key (provided in .asc) provided by receiving system. But while decryption they cannot read the file. So there are couple of questions, what should be the output file extension be should it be in pgp or in docx (in this case its docx file). Also do we need to convert into Base64?

Children