secure_hash
[ class tree: secure_hash ] [ index: secure_hash ] [ all elements ]

Element index for package secure_hash

[ c ] [ d ] [ h ] [ i ] [ p ] [ s ] [ _ ]

_

_hash_md5
in file secure_hash.class.php, method secure_hash::_hash_md5()
    Plugin md5 hashing method
_hash_own
in file secure_hash.class.php, method secure_hash_example::_hash_own()
    Plugin own hashing method
_hash_sha1
in file secure_hash.class.php, method secure_hash::_hash_sha1()
    Plugin sha1 hashing method
_new_permutation
in file secure_hash.class.php, method secure_hash::_new_permutation()
    Returns a new permutaion which can be used in this class
_p
in file secure_hash.class.php, method secure_hash::_p()
    Permutation string with global rules
_permutate
in file secure_hash.class.php, method secure_hash::_permutate()
    Permutate a string with given rule
_salt
in file secure_hash.class.php, method secure_hash::_salt()
    Generate a random salt
top

c

check
in file secure_hash.class.php, method secure_hash::check()
    Checks if a formated hash is equal to a password
top

d

$delimiter
in file secure_hash.class.php, variable secure_hash::$delimiter
    Delimiter used in formated hash
top

h

$hashing_method
in file secure_hash.class.php, variable secure_hash::$hashing_method
    Default hashing method
$hashing_method
in file secure_hash.class.php, variable secure_hash_example::$hashing_method
    New default hashing function
hash
in file secure_hash.class.php, method secure_hash::hash()
    Hashes a string and returns the formated hash.
top

i

$iter_max
in file secure_hash.class.php, variable secure_hash::$iter_max
    Max hashing iterations
$iter_min
in file secure_hash.class.php, variable secure_hash::$iter_min
    Min hashing iterations
top

p

$permutate
in file secure_hash.class.php, variable secure_hash::$permutate
    Flag if permutations should be used
$permutations
in file secure_hash.class.php, variable secure_hash::$permutations
    Rules for permutation.
top

s

$salt_chars
in file secure_hash.class.php, variable secure_hash::$salt_chars
    Salt chars.
$salt_global
in file secure_hash.class.php, variable secure_hash::$salt_global
    Global salt which is NOT stored inside formated hash but needed to check integrity of hash.
$salt_len
in file secure_hash.class.php, variable secure_hash::$salt_len
    Length of salt
secure_hash
in file secure_hash.class.php, class secure_hash
    Secure password hashing class. A simple and easy to use class for secure password hashing. It is using random Salts and multiple hashing with random iterations. The class can be easily extended with own hashing methods.
secure_hash.class.php
procedural page secure_hash.class.php
secure_hash.example.php
procedural page secure_hash.example.php
secure_hash_example
in file secure_hash.class.php, class secure_hash_example
    Example code how secure_hash can be easily extended for own hashing methods.
top

Documentation generated on Fri, 29 Jan 2010 08:49:11 +0100 by phpDocumentor 1.4.3