Skip to content
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

Identity recovery #2

Closed
orthecreedence opened this issue Jan 8, 2021 · 1 comment
Closed

Identity recovery #2

orthecreedence opened this issue Jan 8, 2021 · 1 comment
Labels
feature New feature or request project:core wontfix This will not be worked on

Comments

@orthecreedence
Copy link
Member

The process is like so:

  • When creating a new identity, generate a random recovery keypair.
  • Create the identity's ID signature from the recovery key.
  • Store the recovery key's public key in the identity's public recovery keys list, which can be used to verify root integrity.

Now, if we need to change the recovery key:

  • Generate a new recovery key
  • Sign its public key with the old recovery key's private key.
  • Push the signature and the new public key into the identity's public recovery key's list.
  • Sign the keychain's root key with the new recovery key.

This allows anyone to verify the identity from conception to now by following the recovery key list's signature trail back to the ID itself.

@orthecreedence orthecreedence changed the title [feature] Identity recovery Identity recovery Feb 14, 2021
@orthecreedence orthecreedence added feature New feature or request project:core wontfix This will not be worked on labels Feb 14, 2021
@orthecreedence
Copy link
Member Author

This is stupid. And old. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request project:core wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant