-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OPRF Applications to Key Management #9
Comments
To address the threat of offline dictionary attacks on the server, Mackenzie et al. [26] introduced ( This paper adds a threshold for reconstructing a single secret from |
This feels somehow related to (2) in https://github.com/web3garden/sunshine-grants/issues/7 but PAKE might be overkill. I'm still a bit confused about the difference between PAKE and the use of shared symmetric key primitives to encrypt information. There is overlap it seems... |
An Oblivious PRF (OPRF) is a protocol between a server holding a key to a PRF and a user holding an input. At the end of the interaction, the user learns the output of the OPRF on its input and nothing else. The server learns nothing, including nothing about the user’s input or the function’s output...
We apply these schemes to build Oblivious Key Management Systems (KMS) as a much more secure alternative to traditional wrapping-based KMS. The new system hides keys and object identifiers from the KMS,offers unconditional security for key transport, enables forward security,provides key verifiability, reduces storage, and more...
we extend the scheme to a threshold Oblivious KMS with updatable encryption so that upon the periodic change of OPRF keys by the server, an efficient update procedure allows a client of the KMS service to non-interactively update all its encrypted data to be decryptable only by the new key.
The text was updated successfully, but these errors were encountered: