cracking

how to crack a random substitution text cypher?

how to crack a random substitution text cypher? Question: I was reading about Caesar cipher where the characters are simply shifted by a number like this: l=[‘a’, ‘b’, ‘c’, ‘d’, ‘e’, ‘f’, ‘g’, ‘h’, ‘i’, ‘j’, ‘k’, ‘l’, ‘m’, ‘n’, ‘o’, ‘p’, ‘q’, ‘r’, ‘s’, ‘t’, ‘u’, ‘v’, ‘w’, ‘x’, ‘y’, ‘z’] def shift(l,n): res …

Total answers: 1