-
Notifications
You must be signed in to change notification settings - Fork 25
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
AIP 5: Forging Secret #6
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Forging Secret, you would need both passphrases to generate a secret, that secret would be stored in the config.json and is what enables you to forge. That secret would prove your identity and includes a nounce (number). So if your server gets hacked you can generate a new secret with nounce + 1 so the previous secret (the one that was hacked) is not usable anymore. That way no more passphrase on servers, would also solve the forging/voting account separation. Since no key on server anymore, there’s no need to separate those accounts
The text was updated successfully, but these errors were encountered: