Here is an implementation of the Iraqi Block Cipher in C in ECB Mode (Electronic Code Book) and CBC Mode (Cipher Block Chaining) to encrypt/decrypt files.
Iraqi block cipher uses 160-bit keys and 256-bit blocks (32 bytes).
NAME :
Iraqi Block Cipher - Encrypt and Decrypt File with Iraqi Block Cipher Algorithm
SYNOPSIS :
-c file_name [outputfile]for encrypt a file
-d file_name [outputfile]for decrypt a file
Key size : 160 bits
Defaut output file name is "output.bin"