Skip to content

Releases: jeffreybolle/deterministic-pgp-keys

v0.5.0

12 Jul 07:24
v0.5.0
6b09849
Compare
Choose a tag to compare

Release that makes two breaking changes:

  • Change derive_rng_seed function to use hkdf library
  • Use the primary email address to salt the key material derivation

v0.4.1

10 Mar 16:35
v0.4.1
ea231bd
Compare
Choose a tag to compare

Added support for multiple email addresses

v0.3.0

25 Sep 07:37
v0.3.0
df07dc7
Compare
Choose a tag to compare

Release that fixes a couple of issues:

  • Embedded cross-certify signature was invalid
  • Signatures were using SHA2-256 instead of SHA2-512

v0.2.0

24 Sep 06:35
v0.2.0
135d420
Compare
Choose a tag to compare

Release that fixes a number of issues:

  • key material was affected by setting a passphrase
  • passphrase was visible while being typed in
  • subkey signatures were not the same for regenerated keys
  • public and private key files are now identical between regenerations

v0.1.0

21 Sep 19:33
v0.1.0
67c2bfc
Compare
Choose a tag to compare

Initial release