Python253

LP_Decoding_and_Chat_Probably_Fake

Apr 23rd, 2019
636
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.88 KB | None | 0 0
  1. Rabbit Holes:
  2.  
  3. Dec 8, 2016 at 6:38am QuotePost Options Post by mortlach on Dec 8, 2016 at 6:38am
  4. Pages 49 to 51 and 256 Byte Strings
  5.  
  6. Pages 49 to 51 contain the alpha-numeric string given at the bottom of this post.
  7. In the string there are 256 pairs. The first character of each pair is always a 0,1,2,3 or 4, and the second is one of 59 (prime) unique characters, the digits 0 to 9, 26 upper case letters and 23 lower case letters:
  8.  
  9. 0,1,2,3,4,5,6,7,8,9,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,a,b,c,d,e,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x
  10.  
  11. Another Skipped f
  12.  
  13. It’s interesting to note that 'f' has been skipped, something similar is found when solving the earlier pages (in the pages that have a decryption key each letter f in the message is not encrypted, f is used as an interrupter, pages that are just encoded do not skip 'f').
  14.  
  15. Interpreting The String
  16.  
  17. One way to interpret this string is that it is a representation of numbers in Base64, Base 60, Base 59, or something else?
  18.  
  19. Typical Base64 encoding starts with capital letters, then lower case letters, then numbers:
  20.  
  21. A = 0, B = 1, C = 2, … a = 26, b = 27, c = 28 … 0 = 52, 1 = 53, 2 = 54 …
  22.  
  23. After some discussion on solvers we decided to try the Base 59 mapping of characters to numbers. We chose to start with the numbers, then the 26 Upper case letters and then the 23 lower case letters, giving this map from each possible base 59 pair to decimal. There are other choices but this seems reasonable (and gives us an interesting result).
  24.  
  25. A 256 Byte String
  26.  
  27. Using the Base 59 assumption we get a decimal number for each pair. All the decimal numbers are in the range 0 to 255, an unsigned 8 bit (1 byte) number, (“unsigned char” in c). What makes this more interesting is that in the 2014 we found three 256 byte numbers that were never used:
  28.  
  29. pastebin.com/raw/qePehdKM
  30. uncovering-cicada.wikia.com/wiki/CICADA_3301_2014_PUZZLE_FACTS_PART_5
  31.  
  32. Four 256 Byte Strings
  33.  
  34. We now have four 256 byte strings. At first glance the 4 strings look random, perhaps they can be combined in someway, or they are encrypted, or they are a key or a passphrase that will help us make progress?
  35.  
  36. *Comments, questions, suggestions, omissions etc ? please try #cicadasolvers
  37.  
  38. MSGA
  39.  
  40. Page 49 to 51 String:
  41.  
  42.  
  43. 3N 3p 2l 36 1b 3v 26 33
  44.  
  45. 1W 49 2a 3g 47 04 33 3W
  46.  
  47. 21 3M 0F 0X 1g 2H 0x 1R
  48.  
  49. 1n 3I 2r 0P 2U 16 2L 2D
  50.  
  51. 1t 1s 3H 0d 0s 1K 2D 05
  52.  
  53. 1K 1O 0S 1D 3o 1l 3J 1G
  54.  
  55. 4D 0G 0l 0x 1Q 2p 2a 1K
  56.  
  57. 4E 1w 2Q 19 1k 3G 24 0p
  58.  
  59. 22 4F 0P 3C 3J 1D 2n 1m
  60.  
  61. 2i 1J 3P 2v 1s 2O 0k 1M
  62.  
  63. 2M 0w 3L 3D 2r 0S 1p 15
  64.  
  65. 3V 3e 3I 0n 3u 1O 0u 0Z
  66.  
  67. 3g 2U 1C 0Y 1N 3n 0W 3Q
  68.  
  69. 22 13 0V 3c 0E 34 0W 1t
  70.  
  71. 1D 2N 3H 47 0s 2p 0Z 34
  72.  
  73. 0g 3v 1Q 0s 0D 0K 2h 3D
  74.  
  75. 3L 2x 1Q 20 2n 2L 1C 2p
  76.  
  77. 0A 29 3r 0D 45 0k 2e 2W
  78.  
  79. 25 3U 1W 2r 46 2s 2X 39
  80.  
  81. 3p 0X 0E 1q 0q 4B 49 48
  82.  
  83. 3r 3b 3C 1M 1j 0I 4A 48
  84.  
  85. 40 3m 4E 0s 2S 1v 3T 0I
  86.  
  87. 3t 2B 2k 2t 2O 0e 2l 1L
  88.  
  89. 28 2a 0J 1L 0c 3C 2o 0X
  90.  
  91. 00 2Z 2d 1T 2u 1t 1j 0l
  92.  
  93. 1o 1E 3T 18 3E 1G 27 0L
  94.  
  95. 0v 2t 06 11 1A 2U 4B 1O
  96.  
  97. 2M 3d 2S 0x 0w 0q 0p 2V
  98.  
  99. 18 0q 1D 49 2O 00 1v 2t
  100.  
  101. 1k 3s 3G 21 3w 0W 29 2r
  102.  
  103. 2O 2L 0g 3Y 0M 0u 3I 3C
  104.  
  105. 1r 2c 2q 3o 30 0a 39 1K
  106.  
  107.  
  108.  
  109.  
  110.  
  111. Last Edit: Dec 10, 2016 at 3:12am by mortlach
  112. onecool
  113. Guest
  114.  
  115. Guest Avatar
  116.  
  117. Dec 11, 2016 at 11:33pm QuotePost Options Post by on Dec 11, 2016 at 11:33pm
  118. 200,227,164,183,96,233,124,180,91,245,154,218,243,4,180,209,119,199,15,33,100,135,58,86,107,195,170,25,148,65,139,131,113,112,194,39,53,79,131,5,79,83,28,72,226,105,196,75,249,16,46,58,85,168,154,79,250,116,144,68,104,193,122,50,120,251,25,189,196,72,166,106,161,78,202,174,112,142,45,81,140,57,198,190,170,28,109,64,208,217,195,48,232,83,55,35,218,148,71,34,82,225,32,203,120,62,31,215,14,181,32,113,72,141,194,243,53,168,35,181,41,233,85,53,13,20,160,190,198,176,85,118,166,139,71,168,10,127,229,13,241,45,158,150,123,207,91,170,242,171,151,186,227,33,14,110,51,247,245,244,229,214,189,81,103,18,246,244,236,224,250,53,146,115,206,18,231,129,163,172,142,40,164,80,126,154,19,80,38,189,167,33,0,153,157,88,173,113,103,46,108,73,206,67,191,75,125,21,56,172,6,60,69,148,247,83,140,216,146,58,57,51,50,149,67,51,72,245,142,0,115,172,104,230,193,119,234,32,127,170,142,139,41,211,22,55,195,189,111,156,169,226,177,36,186,79
  119.  
  120. as comma separated list of decimals ^
  121.  
  122. Jan 11, 2017 at 3:18pm
  123. I am not completely sure which one is correct so I am posting both version of 4th string:
  124.  
  125. V1
  126. CBE7A7BA61ED7EB75CF99CDEF704B7D479CA0F2166893B576DC6AD1996428D857372C5273650850550541C49E66BC74CFD102F3B56AB9C50FE7692456AC47C337AFF19C0C749A96CA44FCDB172902E528E3AC9C1AD1C6F41D3DCC631EC543823DE96482253E520CE7A3F1FDA0EB82073498FC5F736AB23B82AED56360D14A3C1C9B35678A98D48AB0A81E90DF52EA0987DD25CADF6AE99BDE7210E7034FBF9F8E9D9C0526912FAF8F0E4FE369475D112EB83A6AF9028A751809C135126C0AA21009B9F59B073692F6E4AD144C24C7F1539AF063D4696FB548EDB943B3A343397443449F9900075AF6AEAC479EE2081AD908D2AD61638C6C0719EACE6B424BD50
  127.  
  128. V2
  129. C8E3A4B760E97CB45BF59ADAF304B4D177C70F2164873A566BC3AA1994418B837170C227354F83054F531C48E269C44BF9102E3A55A89A4FFA74904468C17A3278FB19BDC448A66AA14ECAAE708E2D518C39C6BEAA1C6D40D0D9C330E8533723DA94472252E120CB783E1FD70EB52071488DC2F335A823B529E955350D14A0BEC6B05576A68B47A80A7FE50DF12D9E967BCF5BAAF2AB97BAE3210E6E33F7F5F4E5D6BD516712F6F4ECE0FA359273CE12E781A3AC8E28A4507E9A135026BDA72100999D58AD71672E6C49CE43BF4B7D1538AC063C4594F7538CD8923A39333295433348F58E0073AC68E6C177EA207FAA8E8B29D31637C3BD6F9CA9E2B124BA4F
  130.  
  131.  
  132. pastebin.com/kmn59PAi
  133. github.com/rtkd/iddqd/blob/master/byte-strings/byte-strings
  134.  
  135. <crashdemons> pastebin.com/miEZxYE1
  136. <crashdemons> I think that's the right one
  137. <crashdemons> for base59 and base61 conversions
  138. <crashdemons> base62 was fail: one of the "bytes" had a value over FF
  139. <crashdemons> for anyone interested in reproducing it, Radix-N (arbitary) to base 10 (decimal) is done by sum( Vn*B^Pn ) for n=0 to the word length across the Base-B digits where B is the base, Vn is the decimal digit value (position in the alphabet of the Base), and Pn is the 0-based position in the 'word'
  140. <crashdemons> so Pos('3')*59^1 + Pos('N')*59^0 etc
  141. <crashdemons> *n=1 to the word length or n=0 to length-1 (correction)
  142.  
  143.  
  144.  
  145. ...
  146.  
  147.  
  148. 56.jpg
  149.  
  150. 36367763ab73783c7af284446c59466b4cd653239a311cb7116d4618dee09a8425893dc7500b464fdaf1672d7bef5e891c6e2274568926a49fb4f45132c2a8b4
  151. 54 54 119 99 171 115 120 60 122 242 132 68 108 89 70 107 76 214 83 35 154 49 28 183 17 109 70 24 222 224 154 132 37 137 61 199 80 11 70 79 218 241 103 45 123 239 94 137 28 110 34 116 86 137 38 164 159 180 244 81 50 194 168 180
  152.  
  153.  
  154. <1033> counts with gematria [every thing that lives is holy]
  155.  
  156. 87de5b7fa26ab85d2256c453e7f5bc3ac7f25ee743297817febd7741ededf07ca0c7e8b1788ea4131441a8f71c63943d8b56aea6a45159e2f59f9a194af23eaa
  157. bf9de0f3123c041c882d5b7e03e17ac49be67cef29fbc7786e3bda321a176498835f6198ef22e81c30d44281cd217f7a46f58c84dd7b29b941403ecd75c0c735
  158. d20266121f875aa8dec28f32fc153b1393e143fc71616945eea3c10d6820bd631cf775cf3c1f27925b4a2da655f783f7616f3359b23cff6fb5cb69bcb745c55d
  159. ff439f7eb6a4094bd302b65a84360a62f94c8b010250fcc431c190d6ed8cc8a3bfce37dddb24b93f502ad83c5fa21923189d8be7a6127c4105fcf0e5275286f2
  160. 135 222 91 127 162 106 184 93 34 86 196 83 231 245 188 58 199 242 94 231 67 41 120 23 254 189 119 65 237 237 240 124 160 199 232 177 120 142 164 19 20 65 168 247 28 99 148 61 139 86 174 166 164 81 89 226 245 159 154 25 74 242 62 170 191 157 224 243 18 60 4 28 136 45 91 126 3 225 122 196 155 230 124 239 41 251 199 120 110 59 218 50 26 23 100 152 131 95 97 152 239 34 232 28 48 212 66 129 205 33 127 122 70 245 140 132 221 123 41 185 65 64 62 205 117 192 199 53 210 2 102 18 31 135 90 168 222 194 143 50 252 21 59 19 147 225 67 252 113 97 105 69 238 163 193 13 104 32 189 99 28 247 117 207 60 31 39 146 91 74 45 166 85 247 131 247 97 111 51 89 178 60 255 111 181 203 105 188 183 69 197 93 255 67 159 126 182 164 9 75 211 2 182 90 132 54 10 98 249 76 139 1 2 80 252 196 49 193 144 214 237 140 200 163 191 206 55 221 219 36 185 63 80 42 216 60 95 162 25 35 24 157 139 231 166 18 124 65 5 252 240 229 39 82 134 242
  161.  
  162.  
  163. <761> counts with gematria [patience is a virtue]
  164.  
  165. 634292ba49fe336edada779a34054a335c2ec12c8bbaed4b92dcc05efe98f76abffdc2389bdb9de2cf20c009acdc1945ab095a52609a5c219afd5f3b3edf10fc
  166. b25950666dfe8d8c433cd10c0b4c72efdfe12c6270d5cfde291f9cf0d73cb1211140136e4057380c963d70c76948d9cf6775960cf98fbafa435c44015c595983
  167. 7a0f8d9f46e094f27c5797b7f8ab49bf28fa674d2ad2f726e197839956921dab29724cd48e1a81fc9bab3565f7513e3e368cd0327b47cf595afebb78d6b5bca9
  168. 2ba021cd6734f4362a0b341f359157173b53d49ea5dff5889d2c9de6b0d7e8c615286ce596bfa83f50b6eeabd153aaf50cd75f39929ba11fb0f8e8d611442846
  169. 99 66 146 186 73 254 51 110 218 218 119 154 52 5 74 51 92 46 193 44 139 186 237 75 146 220 192 94 254 152 247 106 191 253 194 56 155 219 157 226 207 32 192 9 172 220 25 69 171 9 90 82 96 154 92 33 154 253 95 59 62 223 16 252 178 89 80 102 109 254 141 140 67 60 209 12 11 76 114 239 223 225 44 98 112 213 207 222 41 31 156 240 215 60 177 33 17 64 19 110 64 87 56 12 150 61 112 199 105 72 217 207 103 117 150 12 249 143 186 250 67 92 68 1 92 89 89 131 122 15 141 159 70 224 148 242 124 87 151 183 248 171 73 191 40 250 103 77 42 210 247 38 225 151 131 153 86 146 29 171 41 114 76 212 142 26 129 252 155 171 53 101 247 81 62 62 54 140 208 50 123 71 207 89 90 254 187 120 214 181 188 169 43 160 33 205 103 52 244 54 42 11 52 31 53 145 87 23 59 83 212 158 165 223 245 136 157 44 157 230 176 215 232 198 21 40 108 229 150 191 168 63 80 182 238 171 209 83 170 245 12 215 95 57 146 155 161 31 176 248 232 214 17 68 40 70
  170.  
  171.  
  172. < / head >< body >< !--3301-- >
  173.  
  174. bf1d5574ca36efd524e6c34c26cbd628b19aa835aceb94ea7f2ca7f33d1b8f51476bc597d4bf9ad5111d8f39ef5351b3b090bce47f023002fe69928e79f6f814
  175. 7f6fe051f2f159041f932f5190308d7441fc3cecead0851662d3217485827e640a4183fa5bc8cef5ff7d1473d2746a37fbc8b94318ff0d3aeb467017c0ea5cb3
  176. 3b3e6967453986e1450b35ad47861f679cf7db5a6c170bcfb67544983ec1e36b27ee8c5721da39d27dbfa0cdc15ba3cbaa425e8a8b96b81ab665f3ebc41563a0
  177. e9270695d3d68887cfab2c07b290718307f764afba684b17fcfd71323f64206e5fa378b4ee89e80885733080065dd34a5c838898906b8d43de9f1d8eb6922bad
  178. 191 29 85 116 202 54 239 213 36 230 195 76 38 203 214 40 177 154 168 53 172 235 148 234 127 44 167 243 61 27 143 81 71 107 197 151 212 191 154 213 17 29 143 57 239 83 81 179 176 144 188 228 127 2 48 2 254 105 146 142 121 246 248 20 127 111 224 81 242 241 89 4 31 147 47 81 144 48 141 116 65 252 60 236 234 208 133 22 98 211 33 116 133 130 126 100 10 65 131 250 91 200 206 245 255 125 20 115 210 116 106 55 251 200 185 67 24 255 13 58 235 70 112 23 192 234 92 179 59 62 105 103 69 57 134 225 69 11 53 173 71 134 31 103 156 247 219 90 108 23 11 207 182 117 68 152 62 193 227 107 39 238 140 87 33 218 57 210 125 191 160 205 193 91 163 203 170 66 94 138 139 150 184 26 182 101 243 235 196 21 99 160 233 39 6 149 211 214 136 135 207 171 44 7 178 144 113 131 7 247 100 175 186 104 75 23 252 253 113 50 63 100 32 110 95 163 120 180 238 137 232 8 133 115 48 128 6 93 211 74 92 131 136 152 144 107 141 67 222 159 29 142 182 146 43 173
  179.  
  180. Pages 49 to 51 and 256 Byte Strings, Using the Base 59 assumption (http://cicada3301.boards.net/thread/41/pages-49-256-byte-strings?page=1&scrollTo=64)
  181. v1
  182. cbe7a7ba61ed7eb75cf99cdef704b7d479ca0f2166893b576dc6ad1996428d857372c5273650850550541c49e66bc74cfd102f3b56ab9c50fe7692456ac47c33
  183. 7aff19c0c749a96ca44fcdb172902e528e3ac9c1ad1c6f41d3dcc631ec543823de96482253e520ce7a3f1fda0eb82073498fc5f736ab23b82aed56360d14a3c1
  184. c9b35678a98d48ab0a81e90df52ea0987dd25cadf6ae99bde7210e7034fbf9f8e9d9c0526912faf8f0e4fe369475d112eb83a6af9028a751809c135126c0aa21
  185. 009b9f59b073692f6e4ad144c24c7f1539af063d4696fb548edb943b3a343397443449f9900075af6aeac479ee2081ad908d2ad61638c6c0719eace6b424bd50
  186. 203 231 167 186 97 237 126 183 92 249 156 222 247 4 183 212 121 202 15 33 102 137 59 87 109 198 173 25 150 66 141 133 115 114 197 39 54 80 133 5 80 84 28 73 230 107 199 76 253 16 47 59 86 171 156 80 254 118 146 69 106 196 124 51 122 255 25 192 199 73 169 108 164 79 205 177 114 144 46 82 142 58 201 193 173 28 111 65 211 220 198 49 236 84 56 35 222 150 72 34 83 229 32 206 122 63 31 218 14 184 32 115 73 143 197 247 54 171 35 184 42 237 86 54 13 20 163 193 201 179 86 120 169 141 72 171 10 129 233 13 245 46 160 152 125 210 92 173 246 174 153 189 231 33 14 112 52 251 249 248 233 217 192 82 105 18 250 248 240 228 254 54 148 117 209 18 235 131 166 175 144 40 167 81 128 156 19 81 38 192 170 33 0 155 159 89 176 115 105 47 110 74 209 68 194 76 127 21 57 175 6 61 70 150 251 84 142 219 148 59 58 52 51 151 68 52 73 249 144 0 117 175 106 234 196 121 238 32 129 173 144 141 42 214 22 56 198 192 113 158 172 230 180 36 189 80
  187.  
  188. v2
  189. c8e3a4b760e97cb45bf59adaf304b4d177c70f2164873a566bc3aa1994418b837170c227354f83054f531c48e269c44bf9102e3a55a89a4ffa74904468c17a32
  190. 78fb19bdc448a66aa14ecaae708e2d518c39c6beaa1c6d40d0d9c330e8533723da94472252e120cb783e1fd70eb52071488dc2f335a823b529e955350d14a0be
  191. c6b05576a68b47a80a7fe50df12d9e967bcf5baaf2ab97bae3210e6e33f7f5f4e5d6bd516712f6f4ece0fa359273ce12e781a3ac8e28a4507e9a135026bda721
  192. 00999d58ad71672e6c49ce43bf4b7d1538ac063c4594f7538cd8923a39333295433348f58e0073ac68e6c177ea207faa8e8b29d31637c3bd6f9ca9e2b124ba4f
  193. 200 227 164 183 96 233 124 180 91 245 154 218 243 4 180 209 119 199 15 33 100 135 58 86 107 195 170 25 148 65 139 131 113 112 194 39 53 79 131 5 79 83 28 72 226 105 196 75 249 16 46 58 85 168 154 79 250 116 144 68 104 193 122 50 120 251 25 189 196 72 166 106 161 78 202 174 112 142 45 81 140 57 198 190 170 28 109 64 208 217 195 48 232 83 55 35 218 148 71 34 82 225 32 203 120 62 31 215 14 181 32 113 72 141 194 243 53 168 35 181 41 233 85 53 13 20 160 190 198 176 85 118 166 139 71 168 10 127 229 13 241 45 158 150 123 207 91 170 242 171 151 186 227 33 14 110 51 247 245 244 229 214 189 81 103 18 246 244 236 224 250 53 146 115 206 18 231 129 163 172 142 40 164 80 126 154 19 80 38 189 167 33 0 153 157 88 173 113 103 46 108 73 206 67 191 75 125 21 56 172 6 60 69 148 247 83 140 216 146 58 57 51 50 149 67 51 72 245 142 0 115 172 104 230 193 119 234 32 127 170 142 139 41 211 22 55 195 189 111 156 169 226 177 36 186 79
  194.  
  195. ...
  196.  
  197. FreeNode:
  198. Status #cicadasolversX
  199. #cicadasolvers: Newest 3301 (2017): https://pastebin.com/yEiTHhvF | WIKI http://uncovering-cicada.wikia.com | FORUM: http://cicada3301.boards.net | Gematria Web Tools http://opensource.exposed | ##solvinglp | Is it cicada? https://isitcicada.challenge.pt/ | github: https://github.com/rtkd/iddqd | github #2: https://github.com/micheloosterhof/cicada-2014
  200. [14:29] -ChanServ- [#cicadasolvers] Please read the topic and wiki before asking any questions.
  201. @Beato
  202. @iIIustrious
  203. @onon
  204. @Taiiwo
  205. +bugfixer
  206. +ether8unny
  207. +mortlach
  208. _0ne
  209. __271
  210. anrah
  211. Athonathonathon[
  212. CENTCOM
  213. ChickenNWaffles
  214. CrAzYPiLoT
  215. dead
  216. Dethmasque
  217. dude12312414
  218. edenist
  219. emanb29_
  220. endoffile
  221. ext
  222. f47h3r_
  223. hcaltrom
  224. Humean
  225. Kelgand
  226. kwork
  227. l0rdkermit
  228. leonthemisfit_
  229. liberbot3
  230. linkdoggo
  231. Locksley
  232. lokling
  233. LuaKT
  234. mare_
  235. mavic_
  236. mx
  237. neferty
  238. neuroret1ansmit
  239. NSA
  240. onecool
  241. Orwell
  242. person168385
  243. psilynt__
  244. Python253
  245. quadsar
  246. rev_strangehope
  247. romanar
  248. skittie1
  249. TaiiwoBot
  250. Territoriojoven
  251. tevaum
  252. tewlewps
  253. TheAdmiral777
  254. user2357
  255. victorsch
  256. zerofux
  257. [42]
  258. ...
  259.  
  260.  
  261. ...
Add Comment
Please, Sign In to add comment