com.nimbusds.srp6.cli.package-info Maven / Gradle / Ivy
/**
* 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;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy