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

Perfect Forward Secrecy? Diffie-Hellman Ephemeral Key Exchange? #8

Open
thecyberd3m0n opened this issue Jan 25, 2020 · 2 comments
Open

Comments

@thecyberd3m0n
Copy link

thecyberd3m0n commented Jan 25, 2020

I'm new to crypto, but if I understand as well - apps like Signal never uses same keypair to encrypt more than one message. Could this be achieved by web-crypto implementation? Could you help me with "upgrading" your solution? Also - is it safe for Forward Secrecy to consider user's password (from account) as base for keypair?

I'm trying to re-engineer your app into web-based Signal-like solution. Please help me

@thecyberd3m0n thecyberd3m0n changed the title Perfect Forward Secrecy? Perfect Forward Secrecy? Diffie-Hellman Ephemeral Key Exchange? Jan 25, 2020
@rmhrisk
Copy link

rmhrisk commented Jan 26, 2020

Here is a webcrypto based implementation of a double ratchet protocol https://github.com/PeculiarVentures/2key-ratchet

@thecyberd3m0n
Copy link
Author

Thank you a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants