summaryrefslogtreecommitdiff
path: root/security/asignify/DESCR
diff options
context:
space:
mode:
authoryouri <youri>2015-06-04 20:12:25 +0000
committeryouri <youri>2015-06-04 20:12:25 +0000
commitdf5c8168d6b0af4926445edc77cb5f5a194bb3ac (patch)
tree90a6be194b18a858b350c3ddd1749c0fe519862c /security/asignify/DESCR
parentaa7f4edef3cd40a0c27bf2c61123ca804ea9e779 (diff)
downloadpkgsrc-df5c8168d6b0af4926445edc77cb5f5a194bb3ac.tar.gz
Import asignify-20150220 as security/asignify.
signify tool is heavily inspired by signify used in OpenBSD. However, the main goal of this project is to define high level API for signing files, validating signatures and encrypting using public keys cryptography. Asignify is designed to be portable and self-contained with zero external dependencies. It uses blake2b as the hash function and ed25519 implementation from tweetnacl.
Diffstat (limited to 'security/asignify/DESCR')
-rw-r--r--security/asignify/DESCR5
1 files changed, 5 insertions, 0 deletions
diff --git a/security/asignify/DESCR b/security/asignify/DESCR
new file mode 100644
index 00000000000..98450cbba61
--- /dev/null
+++ b/security/asignify/DESCR
@@ -0,0 +1,5 @@
+signify tool is heavily inspired by signify used in OpenBSD. However, the main
+goal of this project is to define high level API for signing files, validating
+signatures and encrypting using public keys cryptography. Asignify is
+designed to be portable and self-contained with zero external dependencies.
+It uses blake2b as the hash function and ed25519 implementation from tweetnacl.