Needed a newline on bruteforce decryption for caesarian ciphers
This commit is contained in:
parent
70bb70b3ed
commit
614941b520
@ -103,7 +103,7 @@ namespace AniNIX.Crypto {
|
|||||||
line[1] = "encrypt";
|
line[1] = "encrypt";
|
||||||
for (int i=0; i<26; i++) {
|
for (int i=0; i<26; i++) {
|
||||||
line[2]=i.ToString();
|
line[2]=i.ToString();
|
||||||
Console.Write(String.Format("{0,2}: {1}",i,Encrypt(workSpace,null,line)));
|
Console.Write(String.Format("{0,2}: {1}\n",i,Encrypt(workSpace,null,line)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user