I stumbled upon an encrypted text on a website, to which Google had brought me, showing me the plain text also. So does anyone know what kind of encryption was used here and how to decrypt it, so I can decrypt the rest of the text?
Encrypted text:
Deälldllod Lokl Koih, dg emlll ld kmd Llshlloosdelädhkhoa Lühhoslo ha Melhi hlhmoolslslhlo, dgiill kll shllll Hmomhdmeohll kld M8-Modhmod
Plain text:
Spätestens Ende Juli, so hatte es das Regierungspräsidium Tübingen im April bekanntgegeben, sollte der vierte Bauabschnitt des A8-Ausbaus
First it looked to me like a substitution cipher, but there are multiple letters which translate to l. So is this a substitution cipher, where no decryption is possible, or is there an other way?
I look forward to your suggestions.
grep -wi 's[hp]ä[ert][ert]s[ert][ert][nu]s' /usr/share/dict/german
should spit out the answer in no time. (And a custom program could be orders of magnitude faster yet, at least when decrypting multiple words.) – Ilmari Karonen Aug 29 '19 at 22:39