Skip to content
/ q Public

Manage an unseal key by a quorum of Yubikey tokens

License

Notifications You must be signed in to change notification settings

ace0/q

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d75b3ad · Apr 6, 2018

History

16 Commits
Apr 6, 2018
Mar 30, 2018
Mar 5, 2018
Mar 28, 2018
Apr 6, 2018
Apr 6, 2018
Apr 6, 2018
Apr 6, 2018
Apr 6, 2018
Apr 6, 2018
Apr 6, 2018

Repository files navigation

Q

Use a quorum of hardware devices (Yubikeys) to protect and access a secret value. The seret value is split into a set of shares using Shamir's secret sharing. Shares are encrypted under public keys and the private (decryption) keys are stored on hardware devices (Yubikeys). A quorom of devices then are required to decrypt enough shares to reconstruct the protected secret.

Prerequisites

  • python 3
  • libgfshare

Quickstart

MacOS:

brew install libgfshare
pip install gfshare

git clone https://github.com/ace0/q

About

Manage an unseal key by a quorum of Yubikey tokens

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published