From 71744e0d16a23acde3e743c94838dbae9af057a9 Mon Sep 17 00:00:00 2001 From: troido Date: Thu, 23 Apr 2020 23:34:51 +0200 Subject: hash the password server-side too --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 36937a3..fdd99da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,3 +18,5 @@ serde = { version = "1.0", features = ["derive"] } ctrlc = { version = "3.1", features = ["termination"] } structopt = "0.3" unicode_categories = "0.1.1" +base64 = "0.12.0" +sha2 = "0.8.1" -- cgit