minisign Command Examples

A dead simple tool to sign files and verify signatures. More information: https://jedisct1.github.io/minisign/.

minisign -G

minisign -Sm {{path/to/file}}

minisign -Sm {{path/to/file}} -c "{{Untrusted comment}}" -t "{{Trusted comment}}"

minisign -Vm {{path/to/file}} -p {{path/to/publickey.pub}}

minisign -Vm {{path/to/file}} -P "{{public_key_base64}}"