A dead simple tool to sign files and verify digital signatures. https://jedisct1.github.io/minisign/
Find a file
Frank Denis ee148f9007 0.5
2015-11-09 18:35:11 +01:00
src 0.5 2015-11-09 18:35:11 +01:00
.gitignore Initial import 2015-06-07 21:06:23 +02:00
CMakeLists.txt 0.5 2015-11-09 18:35:11 +01:00
LICENSE Initial import 2015-06-07 21:06:23 +02:00
README.md Added Windows scoop.sh info 2015-10-18 20:03:33 -07:00

Minisign

Minisign is a dead simple tool to sign files and verify signatures.

For more information, please refer to the Minisign documentation

Tarballs and pre-compiled binaries can be verified with the following public key:

RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3

Compilation / installation

Dependencies:

Compilation:

$ mkdir build
$ cd build
$ cmake ..
$ make
# make install

Minisign is also available in Homebrew:

$ brew install minisign

Minisign is also available in Scoop on Windows:

$ scoop install minisign