IDEA-cipher
IDEA-cipher copied to clipboard
Software implementation of International Data Encryption Algorithm (IDEA) cipher with 4 ciphering modes (ECB, CBC, CFB, OBF).
IDEA cipher
Software implementation of International Data Encryption Algorithm (IDEA) cipher with 4 ciphering modes.
- Modes of operation:
- ECB (Electronic Codebook)
- CBC (Cipher Block Chaining)
- CFB (Cipher Feedback) with configurable r.
- OBF (Output Feedback) with r = blockSize.