diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-07 11:55:09 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-07 11:55:09 +0000 |
commit | a0125022d7e675451b7bc2447ceed278380748b2 (patch) | |
tree | fa027a47fa6f4bbe3e34c8f1cc58a53f0728d7cd /security/Makefile | |
parent | 20c36f82753ad7f4225a3cd9506ae2ea7534d9ba (diff) | |
download | ports-a0125022d7e675451b7bc2447ceed278380748b2.tar.gz ports-a0125022d7e675451b7bc2447ceed278380748b2.zip |
new port security/ssss - Shamir's Secret Sharing Scheme
ssss is an implementation of Shamir's secret sharing scheme
for UNIX/linux machines. It is free software, the code is
licensed under the GNU GPL. ssss does both: the generation
of shares for a known secret and the reconstruction of a
secret using user provided shares. The software was written
in 2006 by B. Poettering, it links against the GNU libgmp
multiprecision library (version 4.1.4 works well) and
requires the /dev/random entropy source.
PR: ports/115949
Submitted by: Lukasz Komsta <luke@novum.am.lublin.pl>
Notes
Notes:
svn path=/head/; revision=199020
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 8be5c6629111..11b11cf6eec7 100644 --- a/security/Makefile +++ b/security/Makefile @@ -714,6 +714,7 @@ SUBDIR += sslproxy SUBDIR += sslsniffer SUBDIR += sslwrap + SUBDIR += ssss SUBDIR += sst SUBDIR += starttls SUBDIR += stegdetect |