46 releases

Uses new Rust 2024

0.1.45 Feb 26, 2026
0.1.44 Feb 22, 2026
0.1.42 Dec 24, 2025
0.1.33 Nov 30, 2025
0.1.3 Jun 28, 2025

#626 in Cryptography

MIT/Apache

90KB
2K SLoC

dechdev rust utils

run test all

cargo test --test mod

run test some file

cargo test --test test_1
cargo test --test test_1

Note

Encryption Methods

crypto_aes  : output as constant values : AES-256-CBC : Fixed IV
crypto_aes_gcm : output as non-constant values

Dependencies

~7MB
~113K SLoC