Encrypt given data using aes-128-cfb8 cipher algo. AES-128-CFB with 8-bit feedback size. A variant of CFB optimized for byte-oriented operations. Secure but vulnerable to manipulation if an attacker can modify 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.