com.nimbusds.srp6.cli.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of srp6a Show documentation
Show all versions of srp6a Show documentation
Complete Secure Remote Password (SRP-6a) implementation
for Java.
/**
* Command-line tools for Secure Remote Password (SRP-6a) authentication.
* Intended to be run interactively to test and debug SRP-6a applications.
*
*
* - {@link com.nimbusds.srp6.cli.SRP6Client} Command-line client and
* verifier generator for Secure Remote Password (SRP-6a)
* authentication.
*
- {@link com.nimbusds.srp6.cli.SRP6Server} Command-line server for
* Secure Remote Password (SRP-6a) authentication.
*
*/
package com.nimbusds.srp6.cli;