Skip to content

davidmigloz/IDEA-cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IDEA cipher

Software implementation of International Data Encryption Algorithm (IDEA) cipher with 4 ciphering modes.

Screenshot

  • Modes of operation:
    • ECB (Electronic Codebook)
    • CBC (Cipher Block Chaining)
    • CFB (Cipher Feedback) with configurable r.
    • OBF (Output Feedback) with r = blockSize.

Download

IdeaCipher.v1.jar

Report.pdf

About

Software implementation of International Data Encryption Algorithm (IDEA) cipher with 4 ciphering modes (ECB, CBC, CFB, OBF).

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages