magic-crypt 3.1.13

MagicCrypt is a Java/PHP/NodeJS/Rust library to encrypt/decrpyt strings, files, or data, using Data Encryption Standard(DES) or Advanced Encryption Standard(AES) algorithms. It supports CBC block cipher mode, PKCS5 padding and 64, 128, 192 or 256-bits key length.
Documentation
[dependencies.aes]
features = ["force-soft"]
version = "0.7"

[dependencies.base64]
version = "0.21"

[dependencies.block-modes]
version = "0.8"

[dependencies.crc-any]
version = "2.3"

[dependencies.des]
version = "0.7"

[dependencies.digest]
version = "0.9"

[dependencies.md-5]
version = "0.9"

[dependencies.sha2]
version = "0.9"

[dependencies.tiger]
version = "0.1"

[features]
default = ["std"]
std = []

[package]
authors = ["Magic Len <len@magiclen.org>"]
categories = ["no-std", "algorithms", "cryptography"]
description = "MagicCrypt is a Java/PHP/NodeJS/Rust library to encrypt/decrpyt strings, files, or data, using Data Encryption Standard(DES) or Advanced Encryption Standard(AES) algorithms. It supports CBC block cipher mode, PKCS5 padding and 64, 128, 192 or 256-bits key length."
edition = "2021"
homepage = "https://magiclen.org/aes"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["crypto", "aes", "des", "encrypt", "decrypt"]
license = "Apache-2.0"
name = "magic-crypt"
readme = "README.md"
repository = "https://github.com/magiclen/rust-magiccrypt"
rust-version = "1.61"
version = "3.1.13"