aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2017-04-29 15:44:29 +0200
committerDimitri Sokolyuk <demon@dim13.org>2017-04-29 15:44:29 +0200
commit1a87fe8789699298eccbecc93e8016a73283cfec (patch)
tree24cd5388e45d3cbb2d4636a538b94b3f36a3b16b /README
parent8882c1c6387cdd61e9e0ab7f5607eb6b93a0d330 (diff)
...
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index ddb7b92..7183bf8 100644
--- a/README
+++ b/README
@@ -3,3 +3,12 @@ Links
http://www.tedunangst.com/flak/post/bcrypt-pbkdf
http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib/libutil/bcrypt_pbkdf.c
https://github.com/dchest/bcrypt_pbkdf
+
+Generate
+ -> key.sec, key.pub
+Sign
+ <- key.sec, msg.txt -> msg.txt.sig
+ <- key.sec, arch.gz -> arch.gz.sig
+Verify
+ <- key.pub, msg.txt (msg.txt.sig)
+ <- key.pub, arch.gz (arch.gz.sig)