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.
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.