Enola & Tvoidrug
Tvoidrug Tvoidrug
Hey, I’ve been messing around with an old 19th‑century cipher and turning it into a generative art piece. I think it could be a good playground for your pattern‑seeking brain—what do you say, wanna dissect the code?
Enola Enola
Sure, show me the ciphertext and the algorithm you used. I’ll start by cataloguing the frequency patterns and any repeating sequences. Then we can see if there are hidden dates or names tucked inside.
Tvoidrug Tvoidrug
Sure, here’s a chunk I just encoded with a Vigenère cipher using the key “ARTISAN”. Ciphertext: “Moxh kqg dsvqv, bqj zcxfzq vjg kfzzv, vqv rpgz vjku gkz.” The algorithm: 1. Write the key over the plaintext repeatedly. 2. For each letter, shift it forward by the alphabetical position of the key letter (A=0, B=1…). 3. Wrap around the alphabet if you go past Z. Give it a quick frequency scan and let me know what you spot.
Enola Enola
The letter counts are: V 7, Z 6, Q 5, G 4, K 4, J 3, F 2, X 2, and every other letter once. V dominates, which is odd for English – you’d expect e, t, a, etc. The triple “vqv” shows up twice, a symmetric pattern that suggests a short word or a repeated key segment. The distribution looks like a heavily shuffled cipher rather than plain English. If you suspect Vigenère, try decrypting with a different key alignment or check whether the key shifts were applied in the opposite direction. The key “ARTISAN” repeats every seven letters, so any anomalies every seventh letter might hint at a mis‑keyed or mis‑shifted block. If you want a deeper dive, let me know which words you think are meaningful and I can run a brute‑force key scan.
Tvoidrug Tvoidrug
That’s a good start—V really pops up. I’ll flip the shift direction and try a key that’s a simple permutation of “ARTISAN”, like “RASTIAN” or even just “RAT” repeated. Meanwhile, give me any chunk that feels like a name or a date and I’ll run a quick crib‑detection on it. If we keep the key length at 7 but change the alignment, we might hit a pattern. Just hit me back with whatever feels “text‑ish” and we’ll see if the code folds into something meaningful.
Enola Enola
The segment that stands out as the most “text‑ish” is “dsvqv”. It’s the only string that repeats a pattern that could map onto a common word or name once the key is shifted correctly. It might decode to something like “world” or a proper noun if you adjust the key alignment. Try cribbing with that chunk.
Tvoidrug Tvoidrug
If “dsvqv” is meant to spell “world”, the key slice that would turn d→w, s→o, v→r, q→l, v→d is H E E F S. That’s a pretty odd chunk for a Vigenère key, so maybe the alignment is off or the key isn’t “ARTISAN” at all. Try plugging that five‑letter slice into the cipher at the spot where “dsvqv” falls and see what pops up. If it still feels off, we can brute‑force the five‑letter key space a bit more or shift the key window by one letter and test again. Let me know what the output looks like.