-
Notifications
You must be signed in to change notification settings - Fork 113
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
NEP: Passphrase-protected private key #2
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great, will be a good next step for improving security in Neon wallet. Love the idea of a common standard for this as well
With all the talk about quantum resistance shouldn't we take advantage of the clean slate and setup a standard using something like RLWE to encrypt the keys instead of AES ? |
This method can resist the quantum computer. |
@erikzhang You didn't merge the PR but the branch ... Could you close this PR them ? (considering the NEP-2 design is final) |
Each pull request for NEP will be merged when it is in a final status. The current status of it is accepted. |
A method is proposed for encrypting and encoding a passphrase-protected private key record in the form of a 58-character Base58Check-encoded printable string. Encrypted private key records are intended for use on paper wallets. Each record string contains all the information needed to reconstitute the private key except for a passphrase, and the methodology uses salting and scrypt to resist brute-force attacks.