Skip to content

dotsig v1.1.0-RC.1

Latest
Compare
Choose a tag to compare
@evias evias released this 13 May 18:14
1021eab

dotsig: digital signatures on-the-fly

dotsig is a powerful tool to create or verify digital signatures on-the-fly.

The dotsig software lets you create and verify digital signatures
using RSA cryptography (PKCS1 v1.5), PGP and elliptic-curve cryptography (ECDSA).

Downloads

dotsig is compatible with Windows, Linux and MacOS.
Download one of the below files to install dotsig on your system:

Operating System Executable Files Installers
MacOS dotsig.macos.bin dotsig-1.1.0-Darwin.pkg
Linux (Ubuntu) dotsig.linux.bin dotsig-1.1.0-Linux.deb
Linux (Red Hat) dotsig.linux.bin dotsig-1.1.0-Linux.rpm
Linux (Others) dotsig.linux.bin dotsig-1.1.0-Linux.tar.gz
Windows dotsig.windows.exe dotsig-1.1.0-Windows.zip

Package signatures

The above pre-compiled packages have been signed digitally using the dotsig software itself.
You can verify the signature by importing the following ECDSA public key (-P id_ecdsa.pub):

-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE8qtDjnzPVa63A4rsyHdS9eAPGizZ
i1mYjs9gA/5phB9o6DvBoOGP5fzYRyVYcS38ABKWQD5/RjTwgcy2x0caxg==
-----END PUBLIC KEY-----

The signature files are attached to this release, to verify these with the dotsig software, use:

dotsig -c -P path/to/id_ecdsa.pub dotsig.macos.bin dotsig.macos.bin.sig
dotsig -c -P path/to/id_ecdsa.pub dotsig.linux.bin dotsig.linux.bin.sig
dotsig -c -P path/to/id_ecdsa.pub dotsig.windows.exe dotsig.windows.exe.sig