/SRP-6

A small prrof of concept of the implementation of the SRP-6 protocol.

Primary LanguageJavaScript

SRP-6

A small proof of concept of the implementation of the SRP-6 protocol.

It's a protocol that can authenticate a user with a server without sending the plaintext password to the server. For more information take a look at the authors papers from srp.stanford.edu.

I'm using phpseclib's BigInteger for the server arithmetic implementation, and Clipperz.io's Javascript crypto library for the clients crypto.

Warning

This is just a proof of concept implementation. Do not use in a production environment.