feat: can fix up the hash if required

This commit is contained in:
silver 2023-05-25 22:02:42 +01:00
parent 73528cf892
commit db3261df0d
4 changed files with 1055 additions and 2 deletions

View file

@ -6,3 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ldap3="0.11.1"
base64 = "0.21"
rust-crypto = "^0.2"