• DaGeek247@kbin.social
    link
    fedilink
    arrow-up
    12
    ·
    1 year ago

    From the git repo;

    Q) How does this work?
    A) This uses the Shamir Secret Sharing Scheme to break an encryption key into parts that can be recombined to create the original key, but only requiring a certain threshold to do so. I’ve adapted Hashicorp’s implementation from their vault repo