This library allows 2 parties to generate a mutual secret key using a weak key that is known to each other beforehand using Password Authenticated Key Exchange by Juggling (J-PAKE) based on elliptic curves.
Javascript implementation of the JPAKE protocol for Node and the browser.
A TypeScript implementation of the Password Authenticated Key Exchange by Juggling (J-PAKE) protocol based on [RFC 8236](https://www.rfc-editor.org/rfc/rfc8236.txt).