Use same Private Keys without new handlers #11
sarsey-walker
started this conversation in
Ideas
Replies: 2 comments
-
I think we could put a new button named 'Add New Handle' under 'Show Pubkey'. And instead of creating a new UUID and a logic like relational dbs, it could be added to an array like ['handle1', 'handle2',...] for the user of that private key. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thats a good idea. Would be more simple. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
At "Manage Private Keys", if the user want to use the same private key for more than one web site/account.
The the idea is to have a checkbox, or if the user not set a handler or number, save without it, maybe generating a UUID.
When encrypt and decrypt, check if the sender user have an ID for the Website saved, if not, try find this UUID.
Beta Was this translation helpful? Give feedback.
All reactions