Crate evilaes[][src]

Expand description

Unsecure implementation of AES 256 in pure rust

evilaes is a implementation of AES 256-bit written by an amateur for the sole purpose that he learns a bit about cryptography. It is very probably very vulnerable, so do not use evilaes. The same applies to all other evil* crates.

Functions

aes_256_decrypt

Decrypts using AES-256

aes_256_encrypt

Encrypts using AES-256