org.jboss.test
Class PasswordHasher

java.lang.Object
  extended byorg.jboss.test.PasswordHasher

public class PasswordHasher
extends java.lang.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


Constructor Summary
PasswordHasher()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordHasher

public PasswordHasher()
Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args - the command line arguments Usage: [hashAlgorithm [hashEncoding [hashCharset]]] password