Packages
comeonin
0.2.1
5.5.1
5.5.0
5.4.0
5.3.3
5.3.2
5.3.1
5.3.0
5.2.0
5.1.3
5.1.2
5.1.1
5.1.0
5.0.0
4.1.2
4.1.1
4.1.0
4.0.3
4.0.2
4.0.1
4.0.0
4.0.0-rc.0
3.2.0
3.1.0
3.0.2
3.0.1
3.0.0
2.6.0
2.5.3
2.5.2
2.5.1
2.5.0
2.4.0
2.3.1
2.3.0
2.2.0
2.1.1
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
1.6.0
1.5.0
1.4.1
1.4.0
1.3.2
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.11.3
0.11.2
0.11.1
0.11.0
0.10.0
0.9.0
0.8.2
0.8.1
0.8.0
0.7.0
0.6.0
0.5.1
0.5.0
0.4.0
0.3.1
0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
A specification for password hashing libraries
Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Changelog
## v0.2.1 (2015-01-23)
* Enhancements
* Improved documentation about the recommended time the functions should take.
* Increased default number of rounds for pbkdf2_sha512 from 40000 to 60000.
* Changes
* Removed the `salt_length` optional argument from `Comeonin.Pbkdf2.hashpwsalt`. The only optional argument to this function is now the number of rounds.
## v0.2.0 (2015-01-21)
* Enhancements
* Added support for pbkdf2_sha512.
* Added Travis integration.
* Added timing functions to help developers adjust the complexity of the key derivation functions.
* Changes
* Removed the hashing and check functions from the main Comeonin module.
## v0.1.1
* Bug fixes
* Enable build on OS X.
## v0.1.0
* Bcrypt authentication.