AES-128-OFB Encrypter

Encrypt given data using aes-128-ofb cipher algo. AES-128 in Output Feedback mode. A stream cipher mode that feeds encrypted output back into the encryption process. Secure but vulnerable to known-plaintext attacks if used improperly. Our encryption process prepends the IV string used during the encryption process in the encrypted data so that it can be used during decryption.