Skip to content
/ idea Public

IDEA implementation in Rust

License

Notifications You must be signed in to change notification settings

RIHELO/idea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview: https://en.wikipedia.org/wiki/International_Data_Encryption_Algorithm According to wikipedia: "International Data Encryption Algorithm (IDEA) The last patents expired in 2012, and IDEA is now patent-free and thus completely free for all uses." Compile: ./compile.sh Run: time ./target/release/idea_rust e key text output.txt time ./target/release/idea_rust d key output.txt decrypted base64 --decode decrypt

Not for industrial or production use. This is just a PoC.

About

IDEA implementation in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages