Skip to content

Library doesn't seem to support adding shares to an existing shared secret #3

@samuel-allan

Description

@samuel-allan

Hi!
I am implementing a system, where it is required to generate extra shares once the initial quantity was generated, which can then be used in combination with some of the existing shares in order to retrieve the secret.

Basically what I'm looking for is the ability to do the following:

  1. Share a secret 'foo' with a required share count 'quorum' of 2, and generate 5 initial shares: s1, s2, s3.. s5.
  2. Suddenly, I want to generate another share in the collection (i.e. s6), which would remain consistent with both the secret and the rest of the existing shares 1-5
  3. For example, now I can provide shares s5 and s6, and it will still give me the secret 'foo'.

I personally am in great need of such a feature, and even though I realize, of course, that this is probably not a mandatory feature in general, I would very much appreciate if it were possible to incorporate it into the library.

In general though, I think this is one of the best (and only) libraries that support this valuable cryptographic function for PHP.

Regards.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions