mirror of
https://github.com/minio/minio.git
synced 2024-12-25 06:35:56 -05:00
2acc68d1af
git-subtree-dir: contrib/signify git-subtree-split: a1554a4384c794c004da70bd006ce93101f77426
21 lines
790 B
Plaintext
21 lines
790 B
Plaintext
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> |