Commit Graph

24 Commits

Author SHA1 Message Date
Patrick Müller a045f159e3 Fucking hell 2021-12-01 10:39:40 +01:00
Patrick Müller 4c8af9e189 Adding hint where the stream cipher coefficients come from 2021-10-27 21:50:59 +02:00
Patrick Müller 087a01cd3d
#9: Implementing Stromchiffre
- Also various bug fixes and improvements
2021-10-22 17:35:22 +02:00
Patrick Müller 97d833349c
#10: Adding missing method docs 2021-10-22 12:43:19 +02:00
David Huh 46634275e4 Added Lineares Schieberegister
- no comments
2021-10-18 14:57:22 +02:00
David Huh 07f44b6798 Merge remote-tracking branch 'origin/master' 2021-10-18 14:19:34 +02:00
David Huh 5fd431cef1 ♻️ Moved shifting function to utils 2021-10-18 14:19:29 +02:00
Patrick Müller e5e21cae3b
Merge remote-tracking branch 'origin/master' 2021-10-18 12:52:53 +02:00
Patrick Müller c41a50546e
#2: Implementing Vigenere-Chiffre 2021-10-18 12:52:46 +02:00
David Huh fbf2c08ff7 🚚 Moved Verschiebe-Chiffre.py to chapter one 2021-10-18 11:42:55 +02:00
David Huh 1ea46419ca Added comments and bruteforce example 2021-10-18 11:42:09 +02:00
Patrick Müller 78afa2c967 #1: Implementing Homophone Chiffre 2021-10-17 16:54:45 +02:00
Patrick Müller 2bd8dbc6db Adding util method to replace invalid input characters
- Also better type hints
2021-10-17 16:54:25 +02:00
Patrick Müller d4bd9638a4 Adding util methode for letter frequency 2021-10-15 18:23:44 +02:00
Patrick Müller f13b667e6c Reformatting code 2021-10-15 17:57:35 +02:00
Patrick Müller 80ebb362a5 #7: Implementing Schlüsselwort-Chiffre 2021-10-15 17:55:16 +02:00
Patrick Müller 8373534224 Creating chapter two and three 2021-10-15 17:33:42 +02:00
Patrick Müller ee73aaafa7 #6: Implementing Permutations-Chiffre
- Also some refactoring to other ciphers
2021-10-15 17:25:08 +02:00
Patrick Müller 7f9a4f7adc #5: Implementing Tausch-Chiffre 2021-10-15 16:40:23 +02:00
Patrick Müller 588507bcf5 #4: Implementing Multiplikative Chiffre 2021-10-15 16:10:44 +02:00
Patrick Müller c6a72d32e4 Adding utility functions for alphabet handling 2021-10-15 15:36:52 +02:00
David Huh 8c63cedfa4 🚧 WIP 2021-10-15 13:29:56 +02:00
David Huh b04686eaf1 🙈 Added .gitignore 2021-10-15 13:05:18 +02:00
David Huh 7f345956c1 🎉 Initial commit 2021-10-11 12:23:22 +02:00