example: add create_thread_encrypt

This commit is contained in:
b1n
2024-06-24 01:21:50 +08:00
parent 6f1a0fd0d0
commit 545bfacaa5
4 changed files with 337 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
[package]
name = "create_thread"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
windows-sys = { version = "0.48.0", features = ["Win32_System_Memory", "Win32_Foundation", "Win32_System_Threading", "Win32_Security"] }
aes-gcm = "0.10.3"