FollowMeDown / gosignify

Go reimplementation of OpenBSD's signify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoSignify

Forked & Reworked from https://github.com/frankbraun/gosignify

gosignify is a Go reimplementation of OpenBSD's signify

(manpage, CVS).

It strives to be fully compatible with the original C implementation

$ go get -v github.com/FolowMeDown/gosignify
$ make update-vendor
$ make

USAGE : ./GoSignify -G -p public.key -s private.key

About

Go reimplementation of OpenBSD's signify

License:The Unlicense


Languages

Language:Go 98.9%Language:Makefile 1.1%