Skip to content

0.8.0 Keys generation

Compare
Choose a tag to compare
@krzyzanowskim krzyzanowskim released this 21 Sep 23:21
· 463 commits to main since this release
a2e8fe0
  • Adds public and private keys generation feature with PGPKeyGenerator
  • Adds methods to import and remove key instance
  • Adds expirationDate property to a key instance
  • Improves subkeys handling
  • Exports keys data without reusing imported raw data.
  • Fixes edge cases of decryption data with password encrypted key
  • Fixes exporting private macros
  • Fixes packets equality checks
  • Fixes signature verifying flow, return on fail
  • Fixes parsing corrupted input data.