org.jboss.test
Class PasswordHasher

java.lang.Object
  extended by 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

Constructor Summary
PasswordHasher()
           
 
Method Summary
static void main(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(String[] args)
Parameters:
args - the command line arguments Usage: [hashAlgorithm [hashEncoding [hashCharset]]] password


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.