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
[package]
name = "magic-crypt"
version = "2.0.0"
authors = ["Magic Len <len@magiclen.org>"]
repository = "https://github.com/magiclen/MagicCrypt"
homepage = "https://magiclen.org/aes"
keywords = ["crypto", "aes", "des", "encrypt", "decrypt"]
categories = ["algorithms"]
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."
readme = "README.md"
license = "Apache-2.0"

[badges]
travis-ci = { repository = "magiclen/rust-magiccrypt", branch = "master" }
appveyor = { repository = "magiclen/rust-magiccrypt", branch = "master", service = "github" }

[dependencies]
rust-crypto = "0.2.36"
base64 = "0.9.2"
tiger-digest = "0.1.1"
digest = "0.7.5"
des = "0.1.0"
block-modes = "0.1.0"
crc-any = "1.0.0"