This commit is contained in:
Ember Moth
2026-07-05 20:27:58 +08:00
commit 2744c70c5c
837 changed files with 53059 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[package]
name = "password"
version = "0.1.0"
edition = "2021"
[dependencies]
pbkdf2 = "0.12"
sha2 = "0.10"
md5 = "0.7"
bcrypt = "0.15"
hex = "0.4"
rand = "0.8"