Finally removed the "bug" with the bad encryption; It was a known anomaly in the historical enigma machine that I oversaw. So I added this "historical bug" as a feature to the enigma. Thanks to the author of the java script version of the enigma machine for the hint :)

This commit is contained in:
vanitasvitae 2015-02-17 01:07:33 +01:00
parent 8fecb6f7b7
commit 2e891d8213
8 changed files with 22 additions and 12 deletions

View file

@ -8,8 +8,8 @@ android {
applicationId "de.vanitasvitae.enigmandroid"
minSdkVersion 15
targetSdkVersion 20
versionCode 1
versionName "1.0"
versionCode 5
versionName "17.02.2015-beta"
}
buildTypes {
release {