A dead simple tool to sign files and verify digital signatures. https://jedisct1.github.io/minisign/
Find a file
Frank Denis 4b47e1b73f 0.4
2015-07-12 16:24:56 +02:00
src 0.4 2015-07-12 16:24:56 +02:00
.gitignore Initial import 2015-06-07 21:06:23 +02:00
CMakeLists.txt 0.4 2015-07-12 16:24:56 +02:00
LICENSE Initial import 2015-06-07 21:06:23 +02:00
README Link to the web site 2015-06-11 08:58:39 +02:00
README.md Update documentation 2015-07-12 16:24:19 +02: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 for Windows and OSX can be verified with the following public key:

RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3

Compilation / installation

Dependencies:

  • libsodium

  • cmake

    $ mkdir build $ cd build $ cmake .. $ make

    make install