Package tigase.util

Class PasswordHash


  • public class PasswordHash
    extends java.lang.Object
    Portable PHP password hashing framework rewritten in Java - code almost copied directly. This class is used for user authentication for against PHP based websites' databases.
    Created: Mar 29, 2010 11:49:39 PM
    Version:
    $Rev$
    Author:
    Artur Hefczyc
    • Constructor Summary

      Constructors 
      Constructor Description
      PasswordHash()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PasswordHash

        public PasswordHash()