Enc/Dec Use Cases and Architectural choices #156
bumblefudge
started this conversation in
Ideas
Replies: 1 comment
|
One general bit of advice is that with wallets we have really strong identity proofs. So rather than attempting to reuse the key material for enc/dec we should generate session keys for enc/dec situations using protocols like diffie-hellman key exchanges. Potentially some use cases to consider:
The key thing is that your wallet acts as your identity in key establishment. One great feature we get if we go a key establishment protocol: if you lose control of your wallet your previous messages are not compromised. Aka: forward secrecy |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Working in the open to solidify scope of the CAIP for enc/dec APIs
All reactions