OpenPGP

OpenPGP (ODC)

Stable version 0.2.0 (Compatible with ODC)
Uploaded on 07 August 2024 by OutSystems Labs
OpenPGP

OpenPGP (ODC)

Details
Detailed Description

Component that implements the OpenPGP protocol using the BouncyCastle.Cryptography C# library


Supports the following algorithms:

  • Idea,
  • TripleDes,
  • Cast5,
  • Blowfish,
  • Aes128,
  • Aes192,
  • Aes256, (default)
  • Twofish,
  • Camellia128,
  • Camellia192,
  • Camellia256

And the following compression algorithms:

  • Zip, (default)
  • ZLib,
  • BZip2


Source code @GitHub - https://github.com/joaobarata/OpenPGP

Release notes 

Migrated to .Net 8.0

Updated BouncyCastle.Cryptography to version 2.4.0