SEED-OFB Encrypter

Encrypt given data using seed-ofb cipher algo. SEED in OFB (Output Feedback) mode, using feedback to convert the block cipher into a stream cipher. OFB mode was used with SEED to improve encryption for data streams. SEED-OFB is secure but considered outdated compared to AES. Our encryption process prepends the IV string used during the encryption process in the encrypted data so that it can be used during decryption.