java - key exchange algorithm with optional parties -


i need generate secret key (or password) agreement of multiple parties out of parties optional.

for example, mr. a, b, c & d members can agreement , out of atleast 2 agreements required generate secret. secret should same such key agreements.

i went through diffie-hellman algorithm requires keys. looking @ 1 private key , n public key type of key exchange algorithm.

please suggest algorithms have behavior.

all public key cryptosystems know of uses 1-1 key relationship. it's not possible standard algorithms available.

what looking threshold cryptosystem or shamir's secret sharing.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -