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