Skip to content

Commit

Permalink
Merge pull request #20 from meltyness/devel/passwordhashing
Browse files Browse the repository at this point in the history
Enforce password hashing
  • Loading branch information
meltyness authored Dec 7, 2024
2 parents 2c6a345 + a393f5b commit 8ce18b3
Show file tree
Hide file tree
Showing 8 changed files with 517 additions and 72 deletions.
272 changes: 272 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ md5 = "0.7.0"
precis-profiles = "0.1.11"
ctrlc = "3.4.5"
libc = "0.2"
pwhash = "1.0.0"

[lints.rust]
non_camel_case_types = "allow"
Expand Down
Loading

0 comments on commit 8ce18b3

Please sign in to comment.