Y
Hacker News
new
|
ask
|
show
|
jobs
by
willvarfar
4664 days ago
Presuming the private key for the messages is not on the server, then old messages will not be compromised.
A kind of perfect secrecy for messages.
2 comments
fooyc
4664 days ago
No need to do this on the client side then (that was my point)
link
willvarfar
4664 days ago
You could do the exact same thing on the server, but that's using server's CPU instead of clients?
link
manojlds
4664 days ago
Forward secrecy with https?
https://community.qualys.com/blogs/securitylabs/2013/08/05/c...
link
willvarfar
4664 days ago
yeah its often called perfect forward secrecy - PFS - too.
http://en.wikipedia.org/wiki/Perfect_forward_secrecy
link