Skip to content

Enigma Simulator, and other Encryption/Decryption scripts

Notifications You must be signed in to change notification settings

j-ac/cryptographySuite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cryptographySuite

Encryption/Decryption scripts

(one day) a series of scripts to encrypt/decrypt messages.

cypherWheel.py: Like a substitution cypher but stronger. A series of wheels exist to give different options for substitutions, making brute forcing more difficult, and character mappings more difficult to decipher.

Enigma: A Java program which simulates the German Enigma machine used in WW2, famously cracked in part by Alan Turing. When used, a series of prompts will configure the machine in the desired way, then a message can be encoded or decoded (The machine does not make a distinction between the two). For the message to be decoded later, the machine will need to be configured in the same way as it was when the message was created.

About

Enigma Simulator, and other Encryption/Decryption scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published