sick ===================================================================== Cryptographically sign and check files. This utility signs and checks streams of data using ed25519 signatures, either in binary or armored text format. Features ===================================================================== • Sign streams of data • Made to use with pipes • Generate either armored or binary signatures • Can use keys from keyring ($KEYRING directory) Usage ===================================================================== See the sick(1) manpage for details. The below commands are provided as a quick introduction: # generate key pair sick -g alice # sign and check a file sick -sf alice.key README | sick -f alice.pub # get the base64 encoded signature of a file sick -saf alice.key README | tail -c 156 Installation ===================================================================== Edit config.mk as needed, then build/install with the following commands: make make install Require [1] ed25519. A working copy is shipped with the code. Development ===================================================================== git clone git://z3bra.org/ [2]sick.git If you find any bug, please report them or send a patch to [3] dev@z3bra.org. Download ===================================================================== • [4]sick-1.2.tar.bz2 • [5]sick-1.1.tar.bz2 • [6]sick-1.0.tar.bz2 • [7]sick-0.2.tar.bz2 • [8]sick-0.1.tar.bz2 • [9]LICENSE Link references: [1] - https://github.com/orlp/ed25519 (a) [2] - gopher://z3bra.org/1/scm/sick/files.gph (a) [3] - mailto:dev@z3bra.org (a) [4] - gopher://z3bra.org/9/releases/sick-1.2.tar.bz2 (a) [5] - gopher://z3bra.org/9/releases/sick-1.1.tar.bz2 (a) [6] - gopher://z3bra.org/9/releases/sick-1.0.tar.bz2 (a) [7] - gopher://z3bra.org/9/releases/sick-0.2.tar.bz2 (a) [8] - gopher://z3bra.org/9/releases/sick-0.1.tar.bz2 (a) [9] - gopher://z3bra.org/1/scm/sick/file/LICENSE.gph (a)