feat: encrypt works

This commit is contained in:
2022-07-24 17:55:08 +08:00
parent 0b97850f65
commit ee0c59bbcf
6 changed files with 151 additions and 74 deletions

View File

@@ -6,6 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
zeroize = "1.5.7"
clap = "2.33"
hex = "0.4"
base64 = "0.13.0"