AES-128-ECB Encrypter

Encrypt given data using aes-128-ecb cipher algo. AES-128 in Electronic Codebook mode. A straightforward block encryption mode with independent encryption per block. Not secure due to lack of diffusion; identical plaintext blocks result in identical ciphertext blocks. Our encryption process prepends the IV string used during the encryption process in the encrypted data so that it can be used during decryption.