Skip to content

I built this function to use in my projects to create password hashes which are resistant to GPU and rainbow table attacks.

Notifications You must be signed in to change notification settings

AdamLenda/PHPMemoryHardPasswordHash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

#Memory Hard Hashes Due to developments in GPU hashing simple salted hashes of passwords are no longer safe from cracking by hackers. As I never want to be a feature in Steve Gibson's "Doing it Wrong" series, I decided to write a function to do this "right." However, it is quite possible I've gotten it wrong and I encourage anyone who finds a flaw to let me know. #Why? Because I didn't know of an existing open source solution for solving this problem in PHP. If I missed something, please let me know.

About

I built this function to use in my projects to create password hashes which are resistant to GPU and rainbow table attacks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages