Advertisement
Guest User

Untitled

a guest
Jan 9th, 2014
420
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. "ALL THINGS SHOULD BE ENCRYPTED"
  2.  
  3. it's an instruction. but it could also be self-referencing, so "ALL THINGS" should be encrypted.
  4. cicada has given us an encryption key (the matrix.
  5.  
  6. a l l ? th ing s
  7. 97 73 73 ? 5 79 53 = "97737357953" is the string
  8.  
  9. ========================================================
  10. they also gave us a message in the server-status header when they made it static yet changed some details
  11. original pastebin that someone made of the live server-status: http://pastebin.com/je6Yudvh
  12. cicada saw this and used to create a mockup with the jpeg data appended, but they changed some details in the header
  13. see here: http://pastebin.com/DKUsuXH6
  14.  
  15. differences between the two highlighted here:
  16. http://i.imgur.com/Au7guIx.png
  17.  
  18. The new digits (arranged per line) are:
  19. 613 IS PRIME
  20. 6017 NOT PRIME so calculate totient function = 5460
  21. 1033 IS PRIME
  22. 72 NOT PRIME so calculate totient function = 24
  23. 3 IS PRIME
  24.  
  25. "61360171033723" is the string you get
  26. ========================================================
  27.  
  28. I don't know how to do these ciphers
  29. could someone please try encrypting these two strings with
  30. - the original 5x5 matrix
  31. - the totient-substituted 5x5 matrix
  32. both available here: http://pastebin.com/ZmH2LPhJ
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement