Srp4Gwt

Implementation of the Secure Remote Password protocol for GWT. Development continued at https://github.com/kevzlou7979/Srp4Gwt

APACHE-2.0 License

Stars
4
Committers
1

Development has continued at https://github.com/kevzlou7979/Srp4Gwt.

Srp4Gwt

Implementation of the Secure Remote Password protocol for GWT.

Security warning

It is necessary to always use SSL together with SRP since a man-in-the-middle could otherwise inject custom javascript that gets the password directly from the user.

Do not use trust this code without carefully verifying that the implementation is in fact correct.

How to use

See com.github.legioth.srp4gwt.demo for an example of how to use the module.

You need to download version 2.3.0 of https://code.google.com/p/gwt-crypto/ and include it on you classpath.