Skip to content
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.
/ havash Public archive

Simple Password Hashing Function in PHP

License

Notifications You must be signed in to change notification settings

abderraouf-adjal/havash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

havash

Simple Password Hashing Function in PHP

Features

  • Long random salt for every new hash to defend against dictionary attacks and against pre-computed rainbow table attacks.
  • Slowing brute-force attacks (Configurable).
  • Safe against length extension attacks.

Using Scrypt or PBKDF2 is recommended.

About

Simple Password Hashing Function in PHP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages