mirror of https://github.com/minio/minio.git
e91caac870 | ||
---|---|---|
.. | ||
bsd-compat | ||
BACKGROUND | ||
HOWTO | ||
INSTALL | ||
Makefile | ||
README | ||
arc4random.c | ||
base64.c | ||
bcrypt_pbkdf.c | ||
blowfish.c | ||
crypto_api.c | ||
crypto_api.h | ||
explicit_bzero.c | ||
fe25519.c | ||
fe25519.h | ||
ge25519.h | ||
ge25519_base.data | ||
helpers.c | ||
mod_ed25519.c | ||
mod_ge25519.c | ||
ohash.c | ||
ohash.h | ||
passphrase-20140902.diff | ||
provide_signify_as_library-20141025.diff | ||
readpassphrase.c | ||
sc25519.c | ||
sc25519.h | ||
sha2.c | ||
signify.1 | ||
signify.c | ||
smult_curve25519_ref.c | ||
strlcpy.c | ||
timingsafe_bcmp.c | ||
util.h |
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 additionally to be used with external tools Harshavardhana <harsha AT harshavardhana DOT net>