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

Implement Perfect Forward Secrecy #6

Open
LeftyBC opened this issue Apr 14, 2015 · 1 comment
Open

Implement Perfect Forward Secrecy #6

LeftyBC opened this issue Apr 14, 2015 · 1 comment

Comments

@LeftyBC
Copy link
Owner

LeftyBC commented Apr 14, 2015

Add PFS so that an attacker that discovers the PSK does not have access to previous messages.

@kisom
Copy link

kisom commented Apr 16, 2015

Forward secrecy requires the use of public key crypto, which means you need to think about PKI. This is probably most useful as a long-term goal, as it requires significant thought and care to get right.

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

No branches or pull requests

2 participants