1.0.3 • Published 11 months ago

sshsign v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago
.▄▄ · .▄▄ ·  ▄ .▄.▄▄ · ▪   ▄▄ •  ▐ ▄ 
▐█ ▀. ▐█ ▀. ██▪▐█▐█ ▀. ██ ▐█ ▀ ▪•█▌▐█
▄▀▀▀█▄▄▀▀▀█▄██▀▐█▄▀▀▀█▄▐█·▄█ ▀█▄▐█▐▐▌
▐█▄▪▐█▐█▄▪▐███▌▐▀▐█▄▪▐█▐█▌▐█▄▪▐███▐█▌
 ▀▀▀▀  ▀▀▀▀ ▀▀▀ · ▀▀▀▀ ▀▀▀·▀▀▀▀ ▀▀ █▪

sshsign is yet another simple tool to sign files and verify signatures with SSH keys

Installation

npm i -g sshsign

Usage examples

Private key info:

sshsign info -k ../.ssh/id_ed25519

Sign:

sshsign sign -k ~/.ssh/id_ed25519 -f test.txt

Verify:

sshsign verify -k ~/.ssh/id_ed25519.pub -f test.txt -s test.txt.sig

Signature file format (.sig)

The signature file format is quite simple

signature algorithm|base64 encoded signature

The list of signature algorithms is available here

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

1 year ago