Import/Export of ECDH Keypairs #2

Closed
opened 2024-01-30 22:14:43 +00:00 by silentsilas · 0 comments
Owner

Ideally, users should be able to manually synchronize their ECDH keypair across devices. This way you can post one request URL, and receive response URL's on any device you own after importing the same keypair.

  • Add button to export Keypair to a JSON file
    • Export the keypair in localstorage as a JWK, then send to client as JSON file
  • Add button to import a JSON file representation of a Keypair
    • If it's a valid ECDH keypair, replace the keypair in localstorage
  • Add diagnostics section to view the current keypair in your localstorage
Ideally, users should be able to manually synchronize their ECDH keypair across devices. This way you can post one request URL, and receive response URL's on any device you own after importing the same keypair. * Add button to export Keypair to a JSON file * Export the keypair in localstorage as a JWK, then send to client as JSON file * Add button to import a JSON file representation of a Keypair * If it's a valid ECDH keypair, replace the keypair in localstorage * Add diagnostics section to view the current keypair in your localstorage
silentsilas added the
enhancement
label 2024-01-30 22:14:43 +00:00
silentsilas added this to the MVP project 2024-01-30 22:14:43 +00:00
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: silentsilas/sure#2
No description provided.