@niomon/spake2
v1.0.4
Published
A Javascript package for SPAKE2 and SPAKE2+
Downloads
4
Readme
spake2-js
The SPAKE2 password-authenticated key-exchange algorithm, in Javascript.
This implementation focus on following draft-irtf-cfrg-spake2-08 with SPAKE2, SPAKE2+ and key confirmation.
This have not go through a formal cryptographic audit and should be awared in any use case.
Also this do not protect against time attacks as operations are probably not constant-time.