org.jboss.test
Class PasswordHasher
java.lang.Object
org.jboss.test.PasswordHasher
public class PasswordHasher
- extends Object
A utility program for generating password hashes given the hashAlgorithm,
hashEncoding, and hashCharset options used by the UsernamePasswordLoginModule.
The command line usage is:
PasswordHasher [hashAlgorithm [hashEncoding [hashCharset]]] password
- Version:
- $Revision: 1.2.26.2 $
- Author:
- Scott.Stark@jboss.org
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PasswordHasher
public PasswordHasher()
main
public static void main(String[] args)
- Parameters:
args
- the command line arguments
Usage: [hashAlgorithm [hashEncoding [hashCharset]]] password
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.