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

Latest commit

 

History

History
15 lines (10 loc) · 399 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 399 Bytes

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.