← Package directory
Available on winget

Install Minisign

A dead-simple tool to sign files and verify digital signatures.

Install with winget
winget install --id jedisct1.minisign
Upgrade
winget upgrade --id jedisct1.minisign
Uninstall
winget uninstall --id jedisct1.minisign

About Minisign

Minisign is a dead-simple tool to sign files and verify signatures. It is portable, lightweight, and uses the highly secure Ed25519 public-key signature system.

What's new in 0.12

- Libsodium is now an optional dependency. When using the Zig toolchain to compile Minisign, you can specify the -Dwithout-libsodium flag to build and run without libsodium. - Key identifiers are now zero-padded when printed. New Contributors - @ityonemo made their first contribution in #138 - @ryancdotorg made their first contribution in #139

Read release notes

Version history

Version Updated Notes
0.12 Unknown - Libsodium is now an optional dependency. When using the Zig toolchain to compile Minisign, you can specify the -Dwithout-libsodium flag to build and run without libsodium. - Key identifiers are now zero-padded when pri...
0.11 Unknown Release notes