Skip to content

Releases: twuni/pinki

v1.0.0 Release

03 Jan 03:05
v1.0.0
fcdae20
Compare
Choose a tag to compare

v0.1.0 Release

07 Jan 05:06
v0.1.0
7f3532d
Compare
Choose a tag to compare

The initial, feature-complete release of the Pinki package signer.

Features

  • Generate a new signing key
  • Export your (public) signing key to share with others
  • Sign something using your (private) signing key
  • Verify a signature on something using their (public) signing key

Technical Details

  • Signing keys are ECDSA using the P-384 named curve.
  • All keys and signatures are read and written in PEM+ASN.1 format for compatibility with other PKI tools.

Full Changelog: https://github.com/twuni/pinki/commits/v0.1.0