Skip to content
/ ssss Public
forked from MrJoy/ssss

Fork of B. Poettering's SSSS (Shamir's Secret Sharing Scheme)

License

Notifications You must be signed in to change notification settings

akihiro/ssss

This branch is 16 commits behind MrJoy/ssss:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jon FrisbyJon Frisby
Jon Frisby
and
Jon Frisby
Feb 10, 2017
11d92fd · Feb 10, 2017

History

53 Commits
Oct 16, 2013
Feb 10, 2017
Jul 26, 2014
Oct 16, 2013
Jan 15, 2016
Feb 10, 2017
Feb 10, 2017
Oct 16, 2013
Feb 10, 2017
Dec 18, 2016

Repository files navigation

SSSS

Shamir's Secret Sharing Scheme

History

This is a fork of B. Poettering's SSSS ("Shamir's Secret Sharing Scheme").

Intent

This fork exists to simplify the build process a bit, and make minor changes to the tool that will facilitate its use in real-world usage scenarios.

What You Need To Know

Please read B. Poettering's page on SSSS before proceeding. SSSS, like all cryptographic algorithms, can lead to a false sense of security if improperly used. Be sure you understand the role it serves, and the limitations it has before employing it.

http://point-at-infinity.org/ssss/index.html

Version

This fork is based on ssss-0.5.tar.gz (SHA1: 3f8f5046c2c5c3a2cf1a93f0a9446681852b190e).

Verification and Installation (VERY IMPORTANT!)

Before installing, when cloning this repo, use a signed tag and verify the signature first!

# First, you need to make sure you have the signing key in your GPG keychain:
gpg --keyserver sks-keyservers.net --recv-key 7DCB12A7

# Now, clone the repo, and verify it:
git clone http://github.com/MrJoy/ssss.git
git tag -v v0.5.6
# You should see output to the effect of:
#   gpg: Signature made <date and time> using RSA key ID 7DCB12A7
#   gpg: Good signature from "Jon Frisby <jfrisby@mrjoy.com>"
#
# If you do NOT see 'Good Signature from "Jon Frisby <jfrisby@mrjoy.com>" and
# the RSA key ID 7DCB12A7 then do not proceed with installation!
#
git checkout v0.5.6 # This will put you in 'detached head' mode, which is fine
                    # but don't make changes as you are no longer on a branch!
# Proceed with build steps from here.  See `INSTALL.md` for details.

You can always find my GPG key signature at MrJoy.com.

License

This fork follows the same license as the original software: The GPLv2. See LICENSE for more information.

About

Fork of B. Poettering's SSSS (Shamir's Secret Sharing Scheme)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 67.7%
  • HTML 28.5%
  • Makefile 3.8%