Add more algo to the tool

This commit is contained in:
Aurélie Delhaie
2022-06-01 23:40:59 +02:00
parent 2da2ae017d
commit 700b3679bb
9 changed files with 495 additions and 111 deletions

View File

@@ -1,5 +1,5 @@
[package]
name = "bcrypt-utils"
name = "hash_utils"
version = "1.0.0"
edition = "2018"
@@ -7,6 +7,9 @@ edition = "2018"
[dependencies]
bcrypt = "0.10"
clap = { version = "3.1.18", features = ["derive"] }
md-5 = "0.10.1"
base64 = "0.20.0-alpha.1"
[profile.release]
opt-level = 3