diff --git a/assets/architecture.png b/assets/architecture.png index 84e7a3b..1788226 100644 Binary files a/assets/architecture.png and b/assets/architecture.png differ diff --git a/assets/fingerprint.png b/assets/fingerprint.png index d222fe5..56371d3 100644 Binary files a/assets/fingerprint.png and b/assets/fingerprint.png differ diff --git a/assets/hero.png b/assets/hero.png index df7bc6b..99278dc 100644 Binary files a/assets/hero.png and b/assets/hero.png differ diff --git a/assets/how-it-works.png b/assets/how-it-works.png index 111a330..0da2ef5 100644 Binary files a/assets/how-it-works.png and b/assets/how-it-works.png differ diff --git a/assets/shield.png b/assets/shield.png index a21c9eb..29de0f8 100644 Binary files a/assets/shield.png and b/assets/shield.png differ diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 4c66534..fb9d1d9 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -38,6 +38,10 @@ zip = { version = "8.2.0", default-features = false, features = ["deflate"] } time = { version = "0.3", features = ["formatting"] } hmac = "0.12" hex = "0.4" +aes = "0.8" +cbc = "0.1" +pbkdf2 = { version = "0.12", default-features = false, features = ["hmac"] } +sha1 = "0.10" chrono = "0.4" urlencoding = "2" rust-embed = "8"