-
Increase the default bcrypt cost to 10, in line with the recent OpenBSD value. Technically, this is a breaking change, so the crate version should go up.
-
[internal] Update for 2018 Edition.
-
[internal] Bump outdated dependencies and clean up Clippy warnings (#15).
-
[internal] Move CI to GitHub.
- [internal] Update dependencies (#13).
- [internal] Update dependencies, replace outdated crates (#11).
-
Widen password input type to [u8] (#8).
-
Warn users who try to generate new insecure hashes by deprecating the corresponding hashing funcions (#8). Verification for insecure hashes is not deprecated.
-
[internal] Use ? for error handling instead of try!
- Better compatibility with Unix crypt through the removal of length check
from
unix::crypt()
(#3).
Initial version.