https://github.com/mike42/rotorcipher
Tools and simulator for rotor ciphers
https://github.com/mike42/rotorcipher
Last synced: 3 months ago
JSON representation
Tools and simulator for rotor ciphers
- Host: GitHub
- URL: https://github.com/mike42/rotorcipher
- Owner: mike42
- Created: 2012-08-09T02:11:56.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-10-19T04:13:55.000Z (about 13 years ago)
- Last Synced: 2025-05-21T18:13:03.628Z (8 months ago)
- Language: Java
- Homepage:
- Size: 289 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
RotorCipher
===========
Tools and simulator for single-rotor cipher machines.
### What is it?
This is a java app to simulate the behaviour of [single-rotor cipher machines](http://en.wikipedia.org/wiki/Rotor_machine), such as the [Hebern machine](http://en.wikipedia.org/wiki/Hebern_rotor_machine). It can also reconstruct the wiring based on known plaintext and corresponding ciphertext.
### Getting started
To compile, just run the makefile:
cd src
make
For more information on what you can do with this program, and how to use it, see doc/readme.html
### Copyright
This code is free to use, redistribute and modify. See doc/licence.txt for details.