Anonymous ID: 29d958 June 24, 2020, 7:50 p.m. No.9738096   ๐Ÿ—„๏ธ.is ๐Ÿ”—kun   >>8101 >>8140 >>8151 >>8243 >>8251 >>8380 >>8665 >>8708 >>8723

Solving the potential cypher in Flynn's Parler banner (1/5)

 

I posted earlier an analysis from a crypto perspective of the sequence of colored squares:

>>9729125 (pb)

 

I tried converting the resulting sequences to a bunch of bases and character sets, but I did not see anything obvious. However, let's the Hive Mind have at it, if others are interested.

 

To recapitulate, there is a sequence of 120 squares of 3 different colors. So that's a base-3 number with 3 digits.

 

Now, there are 3 colors, so there are 6 ways of associating 0, 1 and 2 to the 3 colors:

abc

012

021

102

120

201

210

 

Next, you can read the sequence:

  • by columns or by rows

  • from left to right, or from right to left

  • from top to bottom, or from bottom to top

 

That's 2x2x2 possibilities.

 

So when you combine the 2 combinatorics above, that gives 48 possible base-3 numbers, which look like sequences of 0s, 1s and 2s.

 

-------

 

First I generated these 48 sequences. They are in the file 'seqs_orig.txt' attached in a next message (I cannot attach it directly, 8kun will not permit it).

 

Then, I wrote programs that, starting from these sequences:

  • can translate them into any other base greater than 2 (i.e. 3+)

  • can use a given character set (e.g. 'abcdefghijklmnopqrstuvwxyz' or 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789') to see if something that makes sense appears. To do so, it measures the length of your character set(e.g. 26 and 62 for the previous sets), creates the sequences in the base equal to that length, and then uses the character set as an alphabet to translate the sequences in the new base.

 

I tried a bunch of things, but I did not see words or anything particular come up.

 

I provide the results in base 16 below, because they can be used as decryption keys, in case that's what this is about.

 

I programmed in common-lisp, but as it's a complicated language, and not easy to use if you do not know it, I rewrote it quickly as a shell script. To run it, you need 'zsh' and 'bc' (works on linux, don't know about windows and mac). Shell code is an ugly language, but it works, and I do not know widely used languages (e.g. python) well enough.

 

To run it, launch a zsh shell, make a directory, copy the files 'source-code.zsh' and 'seqs_orig.txt' given in the next messages to that directory, and run the command (look at the source code first, as you should, but you'll see it's very simple code):

> . ./source-code.zsh

 

Then, you can use it with commands such as:

> prints_seqs_for_base 16

-will print the sequences in base 16 (a.k.a. hexadecimal) as below

-any base >=3 works

 

> print_for_char_set "abcdefghijklmnopqrstuvwxyz"

-will print the resulting sequences using "abcdefghijklmnopqrstuvwxyz" as a dictionnary (and therefore, use base 26)

 

To those interested, happy digging! Maybe the Hive Mind will provide.

 

My best guess though, is that, if this is anything, it's a key for something. Which is why I join the hexadecimal results. It could be a decryption key.

 

But I could be wrong, so I guess there is no harm trying if you want to and have time.

 

These programs can also be useful if similar things present themselves in the future.

 

I also attached a few screenshots of the results.

 

1F36388E20D5D4233A80161DC65668D4A6637BD4F316D972

36477DB01C9B65C780A3AD9722D6760F92E43ED18CBF26B4

D938FB95119F93F7EB4F7A81147209D43F7BB793ECED4EE

3BB619FD48A51C880AFC269ACA473B131CF94172721F6F72

13022C067D23B000090D70ABB8B7E5A0CE0CBE1A242F1DAC

2A13712878E941A44F3108251537F2DBBA8D8116BDD76AEE

9805A7402533D8527942C6E8BC061C75009704FC10310A6

12FFBDE0588208099C55AE8B7D8F5CC8D7BC1EACFE24D56C

1B25716EF6B0C05F50170D047BF832D6A8C5D0189B555D6A

2E243847A30E5568399A113E5F9628D9B82B2CD31598E6F6

3649EBD6413D0DBDED5B6FB75DFEFEE78934DE3EB2C96EF4

3FC94F42976BD842621CF1D44FCDF9E910E78C9BEFEB33BA

 

(Actually, the message is already too long to post for 8kun. I will post the full list in another message.)

Anonymous ID: 29d958 June 24, 2020, 7:50 p.m. No.9738101   ๐Ÿ—„๏ธ.is ๐Ÿ”—kun   >>8104 >>8140 >>8243 >>8380 >>8665 >>8723

>>9738096

 

Solving the potential cypher in Flynn's Parler banner (2/5)

 

The whole set of possible results in base 16 (hexadecimal):

 

1F36388E20D5D4233A80161DC65668D4A6637BD4F316D972

36477DB01C9B65C780A3AD9722D6760F92E43ED18CBF26B4

D938FB95119F93F7EB4F7A81147209D43F7BB793ECED4EE

3BB619FD48A51C880AFC269ACA473B131CF94172721F6F72

13022C067D23B000090D70ABB8B7E5A0CE0CBE1A242F1DAC

2A13712878E941A44F3108251537F2DBBA8D8116BDD76AEE

9805A7402533D8527942C6E8BC061C75009704FC10310A6

12FFBDE0588208099C55AE8B7D8F5CC8D7BC1EACFE24D56C

1B25716EF6B0C05F50170D047BF832D6A8C5D0189B555D6A

2E243847A30E5568399A113E5F9628D9B82B2CD31598E6F6

3649EBD6413D0DBDED5B6FB75DFEFEE78934DE3EB2C96EF4

3FC94F42976BD842621CF1D44FCDF9E910E78C9BEFEB33BA

11F18C57BDBEEBF04B19AD7CE165C8AF6C2240EB794423A6

A8D954A6545E37731EFD9A11626F8099357EA21977F6CEC

2C08CBE8A558935CDE0262FD3905FE7E0942D53FBA3BD8EA

1D40DDCDF466826AABAEBB45A2885D3257AE27ABF6B26B76

3EBC146C3479325057C144A1C56763A6CD9912CA196ED774

37581D5EDC0029D73E9770C5FA289300F4CEBC0037AA20BA

1BA10959DE16ADD914160AF54F1FDEABCB2ECA68618EB472

3728563D71C376B4F36EE686A99CC69BFC4B87AC80AA7F34

91D87F7B932C207E57FB390134A45E7FF5BC131B95B576E

402C21BEE08C53BFA4316AB2C84415C861953BB9F792ECF2

1221537927FB9F12964237BC31F1951464A5753F3043C52C

2DA8A05CBBA867EE759B134D8C6E7D0495C232834F5F8FEE

2D962D4EE033E714A78492E0D8CB2A0A28F70110CD4761AE

400742AACB52103C5768C532BB1C647E4A97861A9D7124E4

1233BF7F61C161BC14F45CCF8B75F3640ED7F96C084D5EFA

3715EA3737FDB40B74BCC1735018684C5219037FA8A0E566

942670BCE6D058B324859102071F732165976D1137D1F7C

1BB37C67B98B2EB2E22C8B6202C331A637F9FBDAE3A6E2B2

BEBE0278FA3F83BEF4EEA2B7C2B3440A8E72D045A6C7F0A

17CE1D06C9B364B89C2E05CF584438D37DC3345650B16F0C

18C297FC12D01E6717F9737D91AE29455B9C7723E232322E

308711BA86EEF76071B7AAC549E0326B055485C7CEBC1232

317B8CAFD00BB10EED831873834A22DCE32DC895603CD554

BFDA31ACAE1DA33D5A72C2D2493D9F08E38EF77BEF28E2A

17A579AB639DF19B93721E1C6C3A49DAF016124C7A08F2FC

18FCFE4AB423737C070D9D322620BDEDCE9B5BA11D60BD5E

304CAB6BE59BA24B82A38110B56D9DC29255A14A938D8702

31A4300B3621242BF63F00266F5411D570DAEA9F36E55164

3D4C069BCEDD3B93B409F215B6FA81BFD2B80D73F1FBB636

3D5DC98F0A1B1D8B9A6234175F63276FB809CFE75681C556

2D8E7A59BD892F0A5E3C6536E050385399B63BE93B21734E

3FF814FC84FE57DECC7A3F3E16BE2C0AC61FB9B157A166F4

123B3A38856A620F569AB51A37593A21040F00ADBBF72E8A

370E6F7E1454B3B833166928A435218F5CE1FC3DF4F715D6

95194BA14C0BDE8BD36DF04C4D02FA59AD1433A594CDD6C

1BBB2F5CDC35E6BD2B74B90BFB3E235CC73AC10275CCD112

Anonymous ID: 29d958 June 24, 2020, 7:51 p.m. No.9738104   ๐Ÿ—„๏ธ.is ๐Ÿ”—kun   >>8107 >>8140 >>8243 >>8280 >>8319

>>9738101

 

Solving the potential cypher in Flynn's Parler banner (3/5)

 

Copy the text below into a file called source-code.zsh

 

Start after the line:

-------โ€”

#!/bin/zsh

 

function bcalc () {

print $1 | bc -l;

}

 

function create_file_for_base () {

base=$1

for s in $(cat seqs_orig.txt);do

BC_LINE_LENGTH=300 bcalc "obase=${base}; ibase=3; ${s}"

done >! seqs_${base}.txt

}

 

function print_for_char_set () {

char_set=$1

print "char_set=${char_set}"

base=${#char_set}

if (( ${base} < 3 )); then

print "The char set must be of lenght at least 3. Exiting."

else

print "base=${base}"

fi

seq_file="seqs_${base}.txt"

 

if [[ ! -f "${seq_file}" ]]; then

print "Need to create file ${seq_file} because it does not exist yet"

create_file_for_base "${base}"

else

print "Using existing file ${seq_file}"

fi

print

 

if (( ${base} 16)); then

for s in "${(f)$(< "${seq_file}")}"; do

for num in $(sed 's/^ //' <(print -n ${s})); do

index=$(( num + 1))

print -n ${char_set[${index}]}

done

print

done

else #base is between 3 and 16

for s in "${(f)$(< "${seq_file}")}"; do

for i in $(seq 1 ${#s}); do

index=$(( 16#${s[$i]} + 1))

print -n ${char_set[${index}]}

done

print

done

fi

}

Anonymous ID: 29d958 June 24, 2020, 7:51 p.m. No.9738107   ๐Ÿ—„๏ธ.is ๐Ÿ”—kun   >>8111 >>8140 >>8243 >>8380 >>8665 >>8723

>>9738104

 

Solving the potential cypher in Flynn's Parler banner (4/5)

 

Copy the following into a file called 'seqs_orig.txt' (this is too long for a single message, so the rest of the file is in another message).

 

Start after the line:

-------โ€”

102111110121012111111010211010211110101111010211110101121112111121011021202111101011201010110101101011211101010111121020

201222220212021222222020122020122220202222020122220202212221222212022012101222202022102020220202202022122202020222212010

012000001020102000000101200101200001010000101200001010020002000020100120212000010100210101001010010100200010101000020121

210222221202120222222121022121022221212222121022221212202220222202122102010222212122012121221212212122022212121222202101

021000002010201000000202100202100002020000202100002020010001000010200210121000020200120202002020020200100020202000010212

120111112101210111111212011212011112121111212011112121101110111101211201020111121211021212112121121211011121212111101202

010111111210121011111201112010111101011112010112120110121111211121101011101011010102110101111202020121111010101112110101

020222222120212022222102221020222202022221020221210220212222122212202022202022020201220202222101010212222020202221220202

101000000201020100000210002101000010100002101002021001020000200020010100010100101012001010000212121020000101010002001010

121222222021202122222012220121222212122220121220201221202222022202212122212122121210221212222010101202222121212220221212

202000000102010200000120001202000020200001202001012002010000100010020200020200202021002020000121212010000202020001002020

212111111012101211111021110212111121211110212110102112101111011101121211121211212120112121111020202101111212121110112121

020121111010101112110101101011010102110101111202120110121111211121101011112010111101011112010112010111111210121011111201

010212222020202221220202202022020201220202222101210220212222122212202022221020222202022221020221020222222120212022222102

121020000101010002001010010100101012001010000212021001020000200020010100002101000010100002101002101000000201020100000210

101202222121212220221212212122121210221212222010201221202222022202212122220121222212122220121220121222222021202122222012

212010000202020001002020020200202021002020000121012002010000100010020200001202000020200001202001202000000102010200000120

202101111212121110112121121211212120112121111020102112101111011101121211110212111121211110212110212111111012101211111021

101011211101010111121020202111101011201010110101110101121112111121011021211010211110101111010211102111110121012111111010

202022122202020222212010101222202022102020220202220202212221222212022012122020122220202222020122201222220212021222222020

010100200010101000020121212000010100210101001010001010020002000020100120200101200001010000101200012000001020102000000101

212122022212121222202101010222212122012121221212221212202220222202122102022121022221212222121022210222221202120222222121

020200100020202000010212121000020200120202002020002020010001000010200210100202100002020000202100021000002010201000000202

121211011121212111101202020111121211021212112121112121101110111101211201011212011112121111212011120111112101210111111212

Anonymous ID: 29d958 June 24, 2020, 7:52 p.m. No.9738111   ๐Ÿ—„๏ธ.is ๐Ÿ”—kun   >>8140 >>8243 >>8380 >>8394 >>8665 >>8716 >>8723

>>9738107

 

Solving the potential cypher in Flynn's Parler banner (5/5)

 

Add the following into the file called 'seqs_orig.txt' you created from the previous message (do not leave an empty line in the file).

 

Start after the line:

-------โ€”

 

121210110021021101101101110111121121120101111111012111010211011201010121110111011121111101100111111210101020101120201110

212120220012012202202202220222212212210202222222021222020122022102020212220222022212222202200222222120202010202210102220

020201001120120010010010001000020020021010000000102000101200100210101020001000100020000010011000000201010121010021210001

202021221102102212212212221222202202201212222222120222121022122012121202221222122202222212211222222021212101212201012221

010102002210210020020020002000010010012020000000201000202100200120202010002000200010000020022000000102020212020012120002

101012112201201121121121112111101101102121111111210111212011211021212101112111211101111121122111111012121202121102021112

011101120202010101011111210011111011121111101211101010101120102112111011101011111120112112101111101110110210210110012121

022202210101020202022222120022222022212222202122202020202210201221222022202022222210221221202222202220220120120220021212

100010021212101010100000201100000100020000010200010101010021012002000100010100000021002002010000010001001201201001102020

122212201010121212122222021122222122202222212022212121212201210220222122212122222201220220212222212221221021021221120202

200020012121202020200000102200000200010000020100020202020012021001000200020200000012001001020000020002002102102002201010

011102021101020101012111111001101111121110111011121010102110112010111210111111101021121121111011101101101120120011012121

022201012202010202021222222002202222212220222022212020201220221020222120222222202012212212222022202202202210210022021212

100012120010121010102000000110010000020001000100020101012001002101000201000000010120020020000100010010010021021100102020

122210102212101212120222222112212222202221222122202121210221220121222021222222212102202202222122212212212201201122120202

200021210020212020201000000220020000010002000200010202021002001202000102000000020210010010000200020020020012012200201010

211120201121202121210111111221121111101112111211101212120112110212111012111111121201101101111211121121121102102211210101

211121102020212121211111012211111211101111121011121212121102120110111211121211111102110110121111121112112012012112210101

121210011012012011011101111101211211021111110101110111211201021101010101112101111121110111110012111110101010202021101110

212120022021021022022202222202122122012222220202220222122102012202020202221202222212220222220021222220202020101012202220

020201100102102100100010000010200200120000001010001000200210120010101010002010000020001000001102000001010101212120010001

202021122120120122122212222212022022102222221212221222022012102212121212220212222202221222221120222221212121010102212221

010102200201201200200020000020100100210000002020002000100120210020202020001020000010002000002201000002020202121210020002

101012211210210211211121111121011011201111112121112111011021201121212121110121111101112111112210111112121212020201121112

Anonymous ID: 29d958 June 24, 2020, 8:07 p.m. No.9738280   ๐Ÿ—„๏ธ.is ๐Ÿ”—kun   >>8314 >>8319 >>8380 >>8665 >>8723

>>9738104

 

Solving the potential cypher in Flynn's Parler banner (3/5) corrected

 

Copy the text below into a file called source-code.zsh

 

Start after the line:

-------โ€”

#!/bin/zsh

 

function bcalc () {

print $1 | bc -l;

}

 

function create_file_for_base () {

base=$1

for s in $(cat seqs_orig.txt);do

BC_LINE_LENGTH=300 bcalc "obase=${base}; ibase=3; ${s}"

done >! seqs_${base}.txt

}

 

function print_seqs_for_base () {

base=$1

if (( ${base} < 3 )); then

print "The base must be at least 3. Exiting."

else

print "base=${base}"

fi

seq_file="seqs_${base}.txt"

 

if [[ ! -f "${seq_file}" ]]; then

print "Need to create file ${seq_file} because it does not exist yet"

create_file_for_base "${base}"

else

print "Using existing file ${seq_file}"

fi

print

 

cat "${seq_file}"

}

 

function print_for_char_set () {

char_set=$1

print "char_set=${char_set}"

base=${#char_set}

if (( ${base} < 3 )); then

print "The char set must be of lenght at least 3. Exiting."

else

print "base=${base}"

fi

seq_file="seqs_${base}.txt"

 

if [[ ! -f "${seq_file}" ]]; then

print "Need to create file ${seq_file} because it does not exist yet"

create_file_for_base "${base}"

else

print "Using existing file ${seq_file}"

fi

print

 

if (( ${base} 16)); then

for s in "${(f)$(< "${seq_file}")}"; do

for num in $(sed 's/^ //' <(print -n ${s})); do

index=$(( num + 1))

print -n ${char_set[${index}]}

done

print

done

else #base is between 3 and 16

for s in "${(f)$(< "${seq_file}")}"; do

for i in $(seq 1 ${#s}); do

index=$(( 16#${s[$i]} + 1))

print -n ${char_set[${index}]}

done

print

done

fi

}