Tuesday, February 25, 2014

PHP hash function for password encryption




PHP hash function for password encryption:
hashGenerate a hash value  
Example
1) hash('md5', 'string'); 
2)  hash('sha1', 'string'); 

More about hash algorithm
md2                             
md4        
md5        
sha1         
sha256       
sha384       
sha512      
ripemd128    
ripemd160  
ripemd256   
ripemd320   
whirlpool  
tiger128,3  
tiger160,3  
tiger192,3 
tiger128,4  
tiger160,4   
tiger192,4 
snefru      
gost         
adler32     
crc32       
crc32b        
haval128,3    

......

No comments:

Post a Comment