All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bitbucket.thinbus.srp6.js.package-info Maven / Gradle / Ivy

Go to download

Complete Secure Remote Password (SRP-6a) client session implementation written in Javascript / EMCAScript with a compatible server implementation written with Java Nimbus SRP6a.

There is a newer version: 1.6.2
Show newest version
/**
 * Browser aligned tools for Secure Remote Password (SRP-6a) authentication. 
 * Provides Nimbus SRP6ServerSession classes which matches the Javascript implementation.
 * Also provides a SRP6ClientSession so that Java clients can authenticated to the same server session. 
 * Also provides a HexHashedVerifierGenerator class which can be used for user registration of password reset from java to be able to email out a temporary password. 
 * See the Java and Javascript unit tests in the source repo for examples of all the functionality. 
 *
 * @author Simon Massey
 */
package com.bitbucket.thinbus.srp6.js;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy