Python253

c5path

Jan 22nd, 2019 (edited)
1,352
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 5.14 KB | None | 0 0
  1. 2019 (Death of Privacy): Cicada3301
  2.  
  3. Using This Python Script:
  4. ####################################################################################################################################
  5.  
  6.  
  7.  
  8. # !/usr/bin/env python3
  9. # File Name: Death of Privacy (2019)
  10. # Author: Python253
  11.  
  12. """
  13. Cicada3301 Decryption Script
  14.  
  15. This script decrypts the final provided Cicada3301 ciphertexts using the CAST-5 algorithm
  16. with the key "EMERGE" and displays the decrypted messages in the terminal.
  17.  
  18. Requirements:
  19. - Python 3
  20. - PyCryptodome library (install using: pip install pycryptodome)
  21.  
  22. Usage:
  23. 1. Ensure the required libraries are installed.
  24. 2. Run the script.
  25.  
  26. """
  27.  
  28. from Crypto.Cipher import CAST
  29. from base64 import b64decode
  30.  
  31. def decrypt_ciphertext(ciphertext, key):
  32.    cipher = CAST.new(key.encode(), CAST.MODE_ECB)
  33.     decrypted_message = cipher.decrypt(b64decode(ciphertext)).decode('utf-8')
  34.     return decrypted_message.rstrip('\x00')  # Remove padding
  35.  
  36. # Key
  37. key = "EMERGE"
  38.  
  39. # List of ciphertexts
  40. ciphertexts = [
  41.     "RyKG0fBRAcIn66bQ3CQlX2dWV6+lVQYFcGsKBEP9u8gY37ISHDeI+hKgXhAhtFAzUwsh6Q59+1ZS XysGEgIyvw4I2QEcSOWh",
  42.     "9Ry/lPbEbM91PFu5heorJtoQEj8hQM/9+6FIxibhb0Tq4cFl57Bij0HpAmwsAkZ2rojayosu+vul p8x4BvTq6CGEamFVzcfz1lp1RfiiN2aSK3mLILtgOwUDEcqwhH3WXen8ptUDuphzQ62RVtunLQ==",
  43.     "xcoCxZCMWAmVA3Xx20FgF8ZDRqoyoOEwB1FyAkgJNv9+6RncUSTmz1tv+IJBeGvg",
  44.     "q9C74tNACOd3YH+SzcF6WoKh4CvksBEf4bBvExprALZVpej3xjE7oEpSbnSSrkgCI7BCBS0YpQo+ qOzgMw2hTQ==",
  45.     "wIbxQAJETCSYuia9HKyLnukC7dlLw3+kFTLSUM+fAFS8fvDnD+ON2wVivtB4JSjgLfnDZvpxl1ey veIOBrIIjQ==",
  46.     "4mP0eNt9/bplWXxygP7tspRKpdgyQA4h9ubvUMnNxUM8nBEhr49IP8Nrf9zS/lw9ercJPF8gySRc O312c6x+4KgCPFBLR+sl3M97mDKNDiDFaMMqNtaUltsefk22VKq4Pqjs4DMNoU0=",
  47.     "r3S0H+SW0CwfyiRiB0vSYOYVzpYEIepjvYN/rdOM6sdlT1j0E8amkNsQ3rnMS6AkGh5iOTnbYFlr 0tZIAfcNLrFw48tsKmUv",
  48.     "/U5ofW6tQt8xqLc9mbuI9uF3KSmJacGmnh0xmaoK6KeIob+yTvIUcg==",
  49.     "/U5ofW6tQt/u61bbwtLpclx67PEq6Wjy"
  50. ]
  51.  
  52. # Decrypt and display messages
  53. for i, ciphertext in enumerate(ciphertexts, start=1):
  54.    decrypted_message = decrypt_ciphertext(ciphertext, key)
  55.     print(f"{i}:\n{decrypted_message}\n")
  56.  
  57.  
  58.  
  59.  
  60. ####################################################################################################################################
  61.  
  62.  
  63.  
  64.  
  65.  
  66. You Can Easily Decode The Final 10 Messages From The Cicada Puzzles.
  67.  
  68. Originally I Wrote My Own Mobile Apk & Shared It With Solvers, But We Had "Civil Wars" & "Mad Cow Disease" In The Group That Only Wanted Attention & Cared Nothing About Cryptography Or Security.
  69.  
  70. I Will Also Reveal The Video I Posted On YT Contains Multiple Images Subliminally Added (Slow YT Speed, I Made It Visible). Note There Are Several Instances I Placed Stars In A Distinct Pattern Overlayed On The Video.
  71.  
  72. The Video Contains Audio That When Extracted, You Will Find 3 Images, Inside These Images Are Hidden 3 Ciphers Each. The 10th Ciphertext Was Given On Reddit As Well As The Chans (While They Existed).
  73.  
  74. I Incorporated Several "Cicada Specific" Programs You Should Already Know How To Use If You Solved Our Previous Puzzles.
  75.  
  76. 2019 Was The End Of The End & It Will Never Be Brought Back A 3rd Time By Anyone But Bad Actors, Clowns & Cows.
  77.  
  78. RI.P. Cicada3301
  79.  
  80. Video:
  81. youtu.be/YX8Nqg8H_cM
  82.  
  83. Additional Details In The Description Of The Video Without Audio Can Be Found Here: youtu.be/aTULtgvAECO
  84.  
  85. Notice The Intro Monarchs & The House Of Cards Ending As They Are Specifically Exposing The Innermost Discords & The Main Reason The Movement Had Failed.
  86.  
  87. Solution Spoiler:
  88. Messages are:
  89. TEXT > CAST-5: KEY: EMERGE
  90. Yeah! I Just Wanted It To Finally Come To An End.
  91.  
  92.  
  93. 1:
  94. The eye with which I see God,
  95. is the same eye with which God sees me.
  96.  
  97. RyKG0fBRAcIn66bQ3CQlX2dWV6+lVQYFcGsKBEP9u8gY37ISHDeI+hKgXhAhtFAzUwsh6Q59+1ZS
  98. XysGEgIyvw4I2QEcSOWh
  99.  
  100. 2:
  101. Death will knock on everyone's door.
  102. Some will run, others will embrace,
  103. some will tremble & some will laugh.
  104.  
  105. 9Ry/lPbEbM91PFu5heorJtoQEj8hQM/9+6FIxibhb0Tq4cFl57Bij0HpAmwsAkZ2rojayosu+vul
  106. p8x4BvTq6CGEamFVzcfz1lp1RfiiN2aSK3mLILtgOwUDEcqwhH3WXen8ptUDuphzQ62RVtunLQ==
  107.  
  108. 3:
  109. Murder is the worst form of privacy intrusion.
  110.  
  111. xcoCxZCMWAmVA3Xx20FgF8ZDRqoyoOEwB1FyAkgJNv9+6RncUSTmz1tv+IJBeGvg
  112.  
  113. 4:
  114. Your life can end in an instant,
  115. and for many reasons.
  116.  
  117. q9C74tNACOd3YH+SzcF6WoKh4CvksBEf4bBvExprALZVpej3xjE7oEpSbnSSrkgCI7BCBS0YpQo+
  118. qOzgMw2hTQ==
  119.  
  120. 5:
  121. Your mind cannot be murdered if you teach it to be free.
  122.  
  123. wIbxQAJETCSYuia9HKyLnukC7dlLw3+kFTLSUM+fAFS8fvDnD+ON2wVivtB4JSjgLfnDZvpxl1ey
  124. veIOBrIIjQ==
  125.  
  126. 6:
  127. Those who wish to violate your privacy do so for many reasons Greed, rage, jealousy, curiosity.
  128.  
  129. 4mP0eNt9/bplWXxygP7tspRKpdgyQA4h9ubvUMnNxUM8nBEhr49IP8Nrf9zS/lw9ercJPF8gySRc
  130. O312c6x+4KgCPFBLR+sl3M97mDKNDiDFaMMqNtaUltsefk22VKq4Pqjs4DMNoU0=
  131.  
  132. 7:
  133. Without Privacy, everyday is a day of intrusion, harm and murder.
  134.  
  135. r3S0H+SW0CwfyiRiB0vSYOYVzpYEIepjvYN/rdOM6sdlT1j0E8amkNsQ3rnMS6AkGh5iOTnbYFlr
  136. 0tZIAfcNLrFw48tsKmUv
  137.  
  138. 8:
  139. Privacy is a condition of our survival.
  140.  
  141. /U5ofW6tQt8xqLc9mbuI9uF3KSmJacGmnh0xmaoK6KeIob+yTvIUcg==
  142.  
  143. 9:
  144. Privacy is our right.
  145.  
  146. /U5ofW6tQt/u61bbwtLpclx67PEq6Wjy
  147.  
  148. 10:
  149. Your false path appears behind.
  150. eJ7/c8yIpt9/FH5zUb8J+flFoVoeeV7oqefD0OjQz7I=
  151. ...
  152.  
  153. Good Luck!
Add Comment
Please, Sign In to add comment