aead / minisign

A dead simple tool to sign files and verify digital signatures.
https://jedisct1.github.io/minisign/
MIT License
117 stars 15 forks source link

add support for passwordless private keys #29

Closed aead closed 5 months ago

aead commented 5 months ago

This commit adds support for private keys that are not protected by a password. The PrivateKey type now supports text (un)marshaling to en/decode a non-encrypted text representation.

The minisign command now accepts a -W flag for generating a private key without requiring a password.