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/ssss/distinfo | |
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/ssss/distinfo')
-rw-r--r-- | security/ssss/distinfo | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/ssss/distinfo b/security/ssss/distinfo new file mode 100644 index 000000000000..2c53b0463840 --- /dev/null +++ b/security/ssss/distinfo @@ -0,0 +1,3 @@ +MD5 (ssss-0.5.tar.gz) = 24227252aa195a146d09de1df10357a1 +SHA256 (ssss-0.5.tar.gz) = 5d165555105606b8b08383e697fc48cf849f51d775f1d9a74817f5709db0f995 +SIZE (ssss-0.5.tar.gz) = 17435 |