Skip to content

dotsig v1.0.0-beta.4

Compare
Choose a tag to compare
@evias evias released this 10 May 12:34
· 9 commits to main since this release
32a26c4

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 and to install dotsig on your system:

Operating System Executable Files Installers
MacOS dotsig.macos.bin dotsig-1.0.0-Darwin.pkg
Linux (Ubuntu) dotsig.linux.bin dotsig-1.0.0-Linux.deb
Linux (Red Hat) dotsig.linux.bin dotsig-1.0.0-Linux.rpm
Linux (Others) dotsig.linux.bin dotsig-1.0.0-Linux.tar.gz
Windows dotsig.win32.exe dotsig-1.0.0-win32.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