Skip to content

Enigma Simulator in Rust - a learning exercise

Notifications You must be signed in to change notification settings

marcj303/enigma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enigma Simulator in Rust

This is a Rust and Enigma learning exercise to build an Enigma simulator, and eventually a cryptographic brute force with statistical analysis (fitness functions) seemed like a fun way to learn Rust. There are a number of advanced topics, like concurrency that could be used to speed up the process. This exercise was inspired by this Computerphile video.

Step 1. Read the Rust book

Step 2. Make basic Enigma simulator <- We are here

Step 3. Learn more Rust

Step 4. Fix the simulator and make it full features

Step 5. Learn more Rust

Step 6. Make cryptographic analysis functions ()

Step 7. Learn more Rust

Step 8. Implement concurrency and other optimizations

About

Enigma Simulator in Rust - a learning exercise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages