EnigmAndroid: Fix metadata
This commit is contained in:
parent
067426c43d
commit
972cb5de8d
|
@ -1,15 +1,25 @@
|
|||
Categories:Science & Education
|
||||
License:GPLv2
|
||||
Web Site: https://github.com/vanitasvitae/EnigmAndroid/wiki/EnigmAndroid
|
||||
Source Code: https://github.com/vanitasvitae/EnigmAndroid
|
||||
Issue Tracker: https://github.com/vanitasvitae/EnigmAndroid/issues
|
||||
Summary: Simulation of the Enigma Machine
|
||||
Description:
|
||||
This is a simulation of the famous Enigma cipher machine used in the twentieth century and especially in the Second World War.
|
||||
The Enigma Machine was a typewriter-like machine with 26 keys and corresponding lamps. It used a set of mechanical Rotors to achieve polyalphabetic substitution.
|
||||
Web Site:https://github.com/vanitasvitae/EnigmAndroid/wiki/EnigmAndroid
|
||||
Source Code:https://github.com/vanitasvitae/EnigmAndroid
|
||||
Issue Tracker:https://github.com/vanitasvitae/EnigmAndroid/issues
|
||||
|
||||
The Enigma Machine was broken during the second world war by Marian Rejewski, Jerzy Różycki and Henryk Zygalski, who created a Machine called "Bomba" which could break the enigma code.
|
||||
After Germany invaded Poland, the british mathematician Alan Turing (known for his work on theoretical computer science) succeeded in completely breaking the Enigma.
|
||||
Auto Name:EnigmAndroid
|
||||
Summary:Simulation of the Enigma Machine
|
||||
Description:
|
||||
This is a simulation of the famous Enigma cipher machine used in the
|
||||
twentieth century and especially in the Second World War. The Enigma
|
||||
Machine was a typewriter-like machine with 26 keys and corresponding
|
||||
lamps. It used a set of mechanical Rotors to achieve polyalphabetic
|
||||
substitution.
|
||||
|
||||
The Enigma Machine was broken during the second world war by Marian
|
||||
Rejewski, Jerzy Różycki and Henryk Zygalski, who created a machine
|
||||
called "Bomba" which could break the enigma code.
|
||||
|
||||
After Germany invaded Poland, the british mathematician Alan Turing
|
||||
(known for his work on theoretical computer science) succeeded in
|
||||
completely breaking the Enigma.
|
||||
|
||||
Features:
|
||||
* Authentic Rotors
|
||||
|
@ -17,10 +27,10 @@ Features:
|
|||
* Double Step Anomaly
|
||||
* Working plugboard
|
||||
|
||||
More Information about the historical Enigma can be found on https://de.wikipedia.org/wiki/Enigma_%28Maschine%29
|
||||
More Information about the historical Enigma can be found on
|
||||
[https://de.wikipedia.org/wiki/Enigma_%28Maschine%29 Wikipedia] (german).
|
||||
.
|
||||
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/vanitasvitae/EnigmAndroid
|
||||
|
||||
|
@ -39,7 +49,7 @@ Build:0.1.2-24.02.2015-beta,8
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.1.2-24.02.2015-beta
|
||||
Current Version Code:8
|
||||
|
|
Loading…
Reference in a new issue