Hacker News new | ask | show | jobs
by amluto 3911 days ago
> PAKE only authenticates the password and generates a random session key. It doesn't enable the user to encrypt their data for a later session.

PAKE can be used to construct all kinds of things. You can generate a key for one session, you can generate a persistent key, you can run a PAKE to authenticate an existing session, etc.