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 Signfile - Sign File With PGP
  • PGP Verifyfile - Verify File With PGP
  • Encrypt File With ECDH Algorithm
  • Decrypt File With ECDH Algorithm
  • Generate ECC Secret Key
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