Skip to content

dotsig v1.0.0-beta.3

Compare
Choose a tag to compare
@evias evias released this 08 May 15:29
· 16 commits to main since this release
7d765ac

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

Download one of the below files and install it to your /usr/local/bin.
Later versions of the package shall include an installer utility.

Operating System Executable Files Installers
MacOS dotsig.macos.bin dotsig.macos.pkg
Linux dotsig.linux.bin dotsig.linux.deb
Windows dotsig.win32.zip dotsig.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