Anonymous ID: e132bc July 6, 2020, 2:27 a.m. No.9872595   🗄️.is 🔗kun   >>2606 >>2622 >>2709 >>2731 >>2802 >>2882 >>2922 >>2957 >>3043 >>3050 >>3124 >>3272

I wanna try cracking the Flynn Flagg with this key and a bunch of known ciphers.

 

The following python module will encode/decode, here as an example is the Vigenère cipher.

 

>>> from pycipher import Vigenere

>>> Vigenere('HELLO').encipher('defend the east wall of the castle')

'KIQPBKXSPSHWEHOSPZQHOINLGAPP'

 

http://www.practicalcryptography.com/cryptanalysis/

 

I believe the cipher is "SOLDIERS" since it is inBOLD.

 

That leaves us with what to assign each of the squares value. Using the below key, there is no "000",

 

So we can rule out red as being zero, since it occurs 5 squares in a row.

 

The first three squares (pink, brown, pink) could be (C, F, J, P, T, W).

>010,020,etc

 

The next three squares (red, brown, red) could be (J,P,T,W)

 

The next three squares (red, red, red) could be (M, Z)

 

What do you think anons?

 

 

°TERNARY CODE°

 

 

A- 001

B- 002

C- 010

D- 011

E- 012

F- 020

G- 021

H- 022

I- 100

J- 101

K- 102

L- 110

M- 111

N- 112

O- 120

P- 121

Q- 122

R- 200

S- 201

T- 202

U- 210

V- 211

W- 212

X- 220

Y- 221

Z- 222