magic-crypt 2.0.0

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. If the encrypted data is a string, it will be formatted automatically to Base64.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "magic-crypt"
version = "2.0.0"
authors = ["Magic Len <len@magiclen.org>"]
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. If the encrypted data is a string, it will be formatted automatically to Base64."
homepage = "https://magiclen.org/aes"
readme = "README.md"
keywords = ["crypto", "aes", "des", "encrypt", "decrypt"]
categories = ["algorithms"]
license = "Apache-2.0"
repository = "https://github.com/magiclen/MagicCrypt"
[dependencies.base64]
version = "0.9.2"

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

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

[dependencies.des]
version = "0.1.0"

[dependencies.digest]
version = "0.7.5"

[dependencies.rust-crypto]
version = "0.2.36"

[dependencies.tiger-digest]
version = "0.1.1"
[badges.appveyor]
branch = "master"
repository = "magiclen/rust-magiccrypt"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "magiclen/rust-magiccrypt"