Add "shared" user ID type #5

Open
opened 2020-08-09 02:09:29 +00:00 by kev · 0 comments
kev commented 2020-08-09 02:09:29 +00:00 (Migrated from git.voidnet.tech)

Onionr cannot do forward secrecy when a key is shared across multiple devices (either by the same user or multiple users). In order to disable forward secrecy with a user ID, Onionr could generate keys starting with a specific byte or two.

  • Identify the byte length to start with and what they should be
  • Implement logic to find vanity keys with multiprocessing
  • Implement logic to ensure that non-shared keys are not incidentally generated with these bytes
Onionr cannot do forward secrecy when a key is shared across multiple devices (either by the same user or multiple users). In order to disable forward secrecy with a user ID, Onionr could generate keys starting with a specific byte or two. * [ ] Identify the byte length to start with and what they should be * [ ] Implement logic to find vanity keys with multiprocessing * [ ] Implement logic to ensure that non-shared keys are not incidentally generated with these bytes
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kev/Onionr#5
No description provided.