solutions for caesar
This commit is contained in:
parent
6a2e886b5a
commit
be3cafe9bc
1
caesar/1-key.txt
Normal file
1
caesar/1-key.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
17
|
1
caesar/1-plain.txt
Normal file
1
caesar/1-plain.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Welcome to our Code-Break-Party! I hope you will have a good time and learn a thing or two about cryptography.
|
1
caesar/2-key.txt
Normal file
1
caesar/2-key.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
25
|
1
caesar/2-plain.txt
Normal file
1
caesar/2-plain.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Here are some simple Caesar ciphers to get startet. These should be easily solveable by brute force.
|
1
caesar/3-key.txt
Normal file
1
caesar/3-key.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
13
|
1
caesar/3-plain.txt
Normal file
1
caesar/3-plain.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
This is an example for the ROT thirteen encryption. A special case of caesar, where the double application of the encryption yields back the plain text.
|
1
caesar/4-key.txt
Normal file
1
caesar/4-key.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
8
|
1
caesar/4-plain.txt
Normal file
1
caesar/4-plain.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Natuerlich sind nicht alle Texte in englisch. Bei Caesar spielt das noch keine Rolle, aber bei anderen Verschluesselungsverfahren ist of Vorwissen ueber den Text zur Entschluesselung noetig.
|
1
caesar/5-key.txt
Normal file
1
caesar/5-key.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
6
|
1
caesar/5-plain.txt
Normal file
1
caesar/5-plain.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
INMANCHENTEXTENHATMANAUCHKEINESATZZEICHENDIEDABEIHELFENDENTEXTZUENTSCHLUESSELN
|
1
caesar/voucher-key.txt
Normal file
1
caesar/voucher-key.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
15
|
1
caesar/voucher-plain.txt
Normal file
1
caesar/voucher-plain.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Gegen Nennung dieses Kennworts gibt es als Preis Mate oder Suessigkeiten: BRUTUS
|
Loading…
Reference in New Issue
Block a user