You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
minio/pkg/signify/libsignify
Harshavardhana 6b36b5c551 A full restructure 10 years ago
..
bsd-compat A full restructure 10 years ago
.gitignore A full restructure 10 years ago
BACKGROUND A full restructure 10 years ago
HOWTO A full restructure 10 years ago
INSTALL A full restructure 10 years ago
Makefile A full restructure 10 years ago
README A full restructure 10 years ago
arc4random.c A full restructure 10 years ago
base64.c A full restructure 10 years ago
bcrypt_pbkdf.c A full restructure 10 years ago
blowfish.c A full restructure 10 years ago
crypto_api.c A full restructure 10 years ago
crypto_api.h A full restructure 10 years ago
explicit_bzero.c A full restructure 10 years ago
fe25519.c A full restructure 10 years ago
fe25519.h A full restructure 10 years ago
ge25519.h A full restructure 10 years ago
ge25519_base.data A full restructure 10 years ago
helpers.c A full restructure 10 years ago
mod_ed25519.c A full restructure 10 years ago
mod_ge25519.c A full restructure 10 years ago
ohash.c A full restructure 10 years ago
ohash.h A full restructure 10 years ago
passphrase-20140902.diff A full restructure 10 years ago
provide_signify_as_library-20141025.diff A full restructure 10 years ago
readpassphrase.c A full restructure 10 years ago
sc25519.c A full restructure 10 years ago
sc25519.h A full restructure 10 years ago
sha2.c A full restructure 10 years ago
signify.1 A full restructure 10 years ago
signify.c A full restructure 10 years ago
smult_curve25519_ref.c A full restructure 10 years ago
strlcpy.c A full restructure 10 years ago
timingsafe_bcmp.c A full restructure 10 years ago
util.h A full restructure 10 years ago

README

This is a self-contained port of OpenBSD's signify to Linux and other
Unixes.

Like on OpenBSD, this version of signify uses the Ed25519 primitive for
signing/verification, ChaCha for random number generation, and a
bcrypt-based KDF to protect secret keys.

Signatures and keys are 100% compatible with OpenBSD.

passphrase-20140902.diff adds the ability to add, change, or remove
secret key passphrases. This function is not currently available on
OpenBSD but in no way undermines compatibility of keys and signatures.

HOWTO and the manpage contain sample usage.

mancha <mancha1 AT zoho DOT com>

Based on http://sourceforge.net/projects/slackdepot/files/signify/,
this fork builds libsignify in static and shared mode.

This also exposes signify as a library for other people to use and
embed it in their codebase.

Harshavardhana <harsha AT harshavardhana DOT net>