Element index for package secure_hash
[ c ]
[ d ]
[ h ]
[ i ]
[ p ]
[ s ]
[ _ ]
top
c
- check
- in file secure_hash.class.php, method secure_hash::check()
Checks if a formated hash is equal to a password
top
top
top
top
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
|
|