Skip to content

Releases: mattosaurus/PgpCore

Manage encryption keys internally

16 Oct 16:36
Compare
Choose a tag to compare
v3.1.0

Update properties

Refactor to use interface

16 Oct 10:02
Compare
Choose a tag to compare
v3.0.0

Update properties.

Avoid null pointer exception

30 Jul 09:01
Compare
Choose a tag to compare

Encryption and clear verification bug fixes

29 Jun 16:19
Compare
Choose a tag to compare

Bug fixes for #70 and verification of clear signed files produced in GPG

Add clear sign and verify clear signed files

13 May 08:57
Compare
Choose a tag to compare

Sync and message name updates

15 Jan 12:21
Compare
Choose a tag to compare

Allow encrypted message name to be set, made sync methods properly sync (#50), improved parameter docmentation, add async tests (#43).

Overwrite existing keys on create

20 Nov 17:36
c05638e
Compare
Choose a tag to compare
Merge pull request #49 from mattosaurus/development

GenerateKey should overwrite file

HashAlgorithmTag options

18 Sep 11:35
68485fb
Compare
Choose a tag to compare

Add HashAlgorithmTag to constructor and strongly sign package

Async and large file fixes

28 Aug 16:22
0ff8aab
Compare
Choose a tag to compare

Methods changed to be async first where possible and memory handling updated to better cope with large files.

DecryptAndVerify fixes

20 Aug 08:41
c21ef8a
Compare
Choose a tag to compare

Updates to DecryptAndVerify, thanks to @James-Lappin