Skip to content

Password hashing implementation with PBKDF2 with SHA-512 HMAC in java

Notifications You must be signed in to change notification settings

projectaki/Hashing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PBKDF2 Password hasher

This project is a Java implementation of PBKDF2 algorithm using SHA-512 hashing to hash passwords.

Use

It uses an iteration size which can be changed, this increases the amount of time the hash function is computed in, which slows down attacks made to crack hashes with a brute-force approach, without affecting the user XP.

About

Password hashing implementation with PBKDF2 with SHA-512 HMAC in java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published