Blog
Decrypt a subcipher with a one-liner
I recently saw some fancy Perl one-liners and ed/sed scripts that do some incredible stuff with little to no effort. This inspired me to create one myself: A one-liner that decrypts a substitution cipher. In short, a substitution cipher is one of the more simpler (and also more unsafe) ciphers. It works by simply substituting one letter by another. Even though it is practically not breakable by brute-forcing it (due to its large keyspace: 288), it is prone to crypto analysis. Calculating the letter frequency of a cipher allows one to replace each letter’s position with the corresponding frequency position in a given language1…
Entwurf eines haptischen Systems
Während Sehen und Hören längst in höchster Qualität technisch unterstützt werden, steckt die Nutzung des Tastsinns noch in den Kinderschuhen1. Das vorgestellte Projekt widmet sich genau diesem Aspekt: Ein haptisches Warnsystem für Fahrräder und E-Bikes, das über Vibration Feedback gibt, wenn Gefahren erkannt werden…
Supply Chain Challenges 2025
Die vergangenen Jahre haben eindrücklich gezeigt, wie fragil globale Lieferketten sein können. Ereignisse wie die Chipkrise 2020 haben verdeutlicht, dass Single-Source-Strategien enorme Risiken bergen. Doch welche Herausforderungen prägen das Jahr 2025…