1.0.4 • Published 3 years ago

@niomon/spake2 v1.0.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

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.