Give us feedback
openpgp
Service icon

OpenPGP

Stable version 1.1.3 (Compatible with OutSystems 11)
Uploaded on 30 Mar by 
4.0
 (4 ratings)
openpgp

OpenPGP

Details
Ability to generate PGP keys, encrypt and decrypt messages.
Read more

OpenPGP is the most widely used email encryption standard. It is defined by the OpenPGP Working Group of the Internet Engineering Task Force (IETF) as a Proposed Standard in RFC 4880. OpenPGP was originally derived from the PGP software, created by Phil Zimmermann.

Release notes (1.1.3)

Added:

  • Added an optional parameter called "UseIntegrityPacket" on the "File_Encrypt" to add the Integrity packet to the encrypted file.
  • Added two new optional flags to the File_Encrypt action:
    • CipherAlgorithm
      • Defaults to "Aes256"
      • Available algorithms: Idea, TripleDes, Cast5, Blowfish, Aes128, Aes192, Aes256, Twofish, Camellia128, Camellia192, Camellia256
    • CompressionAlgorithm
      • Defaults to "Zip"
      • Available algorithms: Uncompressed, Zip, ZLib, BZip2
  • Added the version number to the extension description
  • Added missing descriptions on extension parameters
  • Updated component extension to .Net 4.7.2
  • Added unit tests to the extension


Changed:

  • Converted the component to a Service application
  • Changed demo application to Reactive Web


Removed:

  • Removed unused dependencies on the demo application

Fixed:

  • Fixed an error while decrypting a file with more than 20kB. I've tested with larger files (5Mb) and it should be working now.
  • A special thanks to @Arun Kumar for reporting it and to @Paul Gianmmarco and @Jack Wong for sharing where the issue was.
License (1.1.3)
Reviews (2)
2021-08-26
in version 1.1.0
Nice Component
2021-04-30
in version 1.1.0
Work as expected, very easy to use.