diff options
author | edwin <edwin@FreeBSD.org> | 2007-09-07 19:55:09 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-09-07 19:55:09 +0800 |
commit | cc08bed818faa133ec1f6e3587eec01da2c62aa9 (patch) | |
tree | 0fb600e4e9ae6a369a5bbb8d04cbd23dcea26813 /security/Makefile | |
parent | 42e6ac0ba3c78e1d7d02691f0581226f56cc95e0 (diff) | |
download | freebsd-ports-gnome-cc08bed818faa133ec1f6e3587eec01da2c62aa9.tar.gz freebsd-ports-gnome-cc08bed818faa133ec1f6e3587eec01da2c62aa9.tar.zst freebsd-ports-gnome-cc08bed818faa133ec1f6e3587eec01da2c62aa9.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>
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 |