FHE Scheme
Last updated
Last updated
Peer-reviewed publication: A Security Analysis of a Deterministic Key Generation Scheme
Ethereum Research: https://ethresear.ch/t/an-rsa-deterministic-key-generation-scheme-algorithm-and-security-analysis/19745
A true onchain randgen number generator by FHE: Rust SDK, TypeScript SDK, Python SDK
A deterministic key generation scheme is an encryption method that derives a secret key using a fixed seed and algorithm, ensuring consistent production of the same secret key for identical inputs. This approach streamlines key management by eliminating the need for separate key storage and enables straightforward backup and recovery through the use of a seed or master key. Nevertheless, it introduces security risks, particularly if the key is compromised. Therefore, safeguarding the initial seed or master key is paramount for upholding the security of the entire key hierarchy. In this paper, we rigorously describe a novel method for generating deterministic RSA keys from ECDSA signatures employing a Pseudo-Random NumberGenerator (PRNG). Subsequently, we conduct a comprehensive security analysis of this approach, demonstrating the security and collision resistance of the RSA keys generated.
The algorithm are listed in 3 steps.