A dead simple tool to sign files and verify digital signatures. https://jedisct1.github.io/minisign/
Find a file
Satish Bysany be2cc10844 Use unsigned type for array indexing
This fixes compilation warning about '-Wchar-subscripts'.
2016-01-23 16:09:39 +01:00
share/man/man1 Despam 2016-01-01 10:39:56 +01:00
src Use unsigned type for array indexing 2016-01-23 16:09:39 +01:00
.gitignore Initial import 2015-06-07 21:06:23 +02:00
CMakeLists.txt 0.6 2015-11-11 11:25:14 +01:00
LICENSE 2016 2016-01-01 21:00:31 +01:00
README.md Added chocolatey to README 2015-12-29 17:12:49 +01: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

Minisign is also available in chocolatey on Windows:

$ choco install minisign