org.clazzes.util.sec
Class Hasher

java.lang.Object
  extended by org.clazzes.util.sec.Hasher

public class Hasher
extends java.lang.Object

A Tool to hash passwords and test the PasswordHasher classes


Field Summary
protected static org.apache.commons.logging.Log log
           
protected static PasswordHasherFactory passwordHasherFactory
           
 
Constructor Summary
Hasher()
           
 
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
 

Field Detail

log

protected static org.apache.commons.logging.Log log

passwordHasherFactory

protected static PasswordHasherFactory passwordHasherFactory
Constructor Detail

Hasher

public Hasher()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2010. All Rights Reserved.