An open API service indexing awesome lists of open source software.

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

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.