diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2015-08-20 23:02:14 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2015-08-20 23:02:14 +0000 |
commit | 39b8e49140afdb1d1d001c477befb4b05efa7fc3 (patch) | |
tree | 607a5ca77efd301a2b4dc49b05d108829fcffa77 /security/hs-nonce/pkg-descr | |
parent | 75b64b1cb42c127b71646f039269eb7bd560d8ef (diff) | |
download | ports-39b8e49140afdb1d1d001c477befb4b05efa7fc3.tar.gz ports-39b8e49140afdb1d1d001c477befb4b05efa7fc3.zip |
Notes
Diffstat (limited to 'security/hs-nonce/pkg-descr')
-rw-r--r-- | security/hs-nonce/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/security/hs-nonce/pkg-descr b/security/hs-nonce/pkg-descr new file mode 100644 index 000000000000..6aa2a6699a72 --- /dev/null +++ b/security/hs-nonce/pkg-descr @@ -0,0 +1,8 @@ +According to the Wikipedia, a nonce is an arbitrary number used only +once in a cryptographic communication. This package contain helper +functions for generating nonces. There are many kinds of nonces used in +different situations. It's not guaranteed that by using the nonces from +this package you won't have any security issues. Please make sure that +the nonces generated via this package are usable on your design. + +WWW: https://github.com/prowdsponsor/nonce |