minisign icon indicating copy to clipboard operation
minisign copied to clipboard

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

Results 5 minisign issues
Sort by recently updated
recently updated
newest added

Reading passwords from stdin on Windows does not work, key derivation always fails.

https://github.com/AZ-X/WPF-GO-dnscrypt-proxy-md/blob/25af8f06346ca3ee677ba00a430d57d125714e44/stammel/stammel/minisign.go#L106-L165 :thought_balloon: --

The C implementation of minisign can create, and use, passwordless keys. For compatability, this project should also be able to read and use passwordless keys. In particular, to use all...

Per POSIX conventions, stdout is for "conventional output", whereas stderr is for "diagnostic output". Diagnostic output is conventionally interpreted to include logs, status messages, prompts, or other content of interest...

With this merged, users with the [Nix](https://nixos.org/) package manager installed will be able to run `nix run github:aead/minisign# -- ...arguments...` even if they don't have a Go compiler on their...