Skip to content

doytsujin/scala-password-hash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scala Password Hashing With PBKDF2

This is a Scala port of the Java implementation of Password Hashing With PBKDF2.

Use

This initial version is 100% api compatible with the original.

Implementation

I have attempted to implement the as true to the original, but be as idiomatically Scala as possible while maintaining the original API.

License

The original Java code is BSD Licensed Copyright (c) 2013, Taylor Hornby. The full original code is available in /sr/test/java/passwordhash/PasswordHash.java. The original license is available in the source code and in LICENSE-ORIGINAL.txt.

This port is available under the BSD license.

Bitdeli Badge

About

No description, website, or topics provided.

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE.txt
Unknown
LICENSE-ORIGNAL.txt

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 73.5%
  • Scala 26.5%