feat: initial sea128 encrypt is working

This commit is contained in:
0xalivecow 2024-10-22 11:37:09 +02:00
parent c416547067
commit c21c11aed0
No known key found for this signature in database
5 changed files with 89 additions and 7 deletions

View file

@ -6,5 +6,6 @@ edition = "2021"
[dependencies]
anyhow = "1.0.90"
base64 = "0.22.1"
openssl = "0.10.68"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0"