| Cipher | Encrypt | Decrypt | Break |
|---|---|---|---|
| Caesar | YES | YES | YES |
| Affine | YES | YES | YES |
| ROT13 | YES | YES | N/A |
| Atbash | YES | YES | N/A |
| Rail Fence | NO | NO | NO |
| Enigma | NO | NO | NO |
| Lorenz | NO | NO | NO |
-
Notifications
You must be signed in to change notification settings - Fork 0
Shleby/Encryption_Programs
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
This crypto analysis program is written in Java. It aims to have the ability to encrypt, decrypt, and break (brute force) encrypted ciphers.