Encrypt and decrypt strings, files, or data using DES or AES algorithms with CBC mode and PKCS7 padding.
# Cargo.toml
[dependencies]
magic-crypt = "4.0.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Encrypt a string using AES-256
Use a cryptographically random key and store it securely.
No dependency data recorded yet.