feat: decrypt ecdh works

This commit is contained in:
2023-09-07 23:12:04 +08:00
parent 3a4af50e27
commit 3d40730cb5
6 changed files with 799 additions and 52 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "tiny-encrypt"
version = "0.0.0"
version = "0.0.2"
edition = "2021"
license = "MIT"
description = "A simple and tiny file encrypt tool"
@@ -14,15 +14,18 @@ base64 = "0.21.0"
chrono = "0.4.23"
clap = { version = "4.1.4", features = ["derive"] }
hex = "0.4.3"
openpgp-card = "0.3.3"
openpgp-card = "0.3.7"
openpgp-card-pcsc = "0.3.0"
reqwest = { version = "0.11.14", features = ["blocking", "rustls", "rustls-tls"] }
rpassword = "7.2.0"
rust_util = "0.6.41"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.93"
sha256 = "1.4.0"
simpledateformat = "0.1.4"
x509-parser = "0.15.1"
yubico_manager = "0.9.0"
yubikey = { version = "0.8.0", features = ["untested"] }
[profile.release]
codegen-units = 1