Improve description

This commit is contained in:
Paul Schaub 2019-01-04 13:17:54 +01:00
parent f4cfdaaf26
commit bad1850170
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
2 changed files with 8 additions and 9 deletions

View file

@ -1,7 +1,8 @@
Simulation of the famous Enigma cipher machine used in the Second World War.
The Enigma Machine was a typewriter-like machine, which used a set of mechanical
Rotors to achieve polyalphabetic substitution.
The Enigma Machine is a typewriter-like machine, which uses a set of mechanical Rotors to achieve polyalphabetic substitution to encrypt texts.
EnigmAndroid lays its focus on realistic and authentic encryption, rather than on authentic look and feel. The goal is to have an application that can decrypt historic messages given the correct settings.
Features:
@ -9,6 +10,4 @@ Features:
* Quickly encrypt any text by sharing it from any other app
* Also quickly share encrypted texts from EnigmAndroid to any other app
More Information about the historical Enigma can be found on
[https://de.wikipedia.org/wiki/Enigma_%28Maschine%29 Wikipedia] (german).
More Information about the historical Enigma can be found on <a href="https://de.wikipedia.org/wiki/Enigma_%28Maschine%29">Wikipedia</a>] (german).