sz-orm-crypto 1.2.2

SZ-ORM Crypto Extension - Encryption, password hashing, and API signing
Documentation
[package]

name = "sz-orm-crypto"

version.workspace = true

edition.workspace = true

description = "SZ-ORM Crypto Extension - Encryption, password hashing, and API signing"

authors.workspace = true

license.workspace = true

repository.workspace = true

homepage.workspace = true

keywords.workspace = true

categories.workspace = true



[dependencies]

serde = { version = "1.0", features = ["derive"] }

serde_json = "1.0"

sha2 = "0.10"

hmac = "0.12"

aes-gcm = "0.10"

pbkdf2 = { version = "0.12", features = ["simple"] }

rand = "0.8"

subtle = "2.5"

# RSA-OAEP 非对称加密(任务要求,RustCrypto audited crate)

rsa = "0.9"



[dev-dependencies]



[lints]

workspace = true