Advertisement
Guest User

The 76543 Cipher

a guest
Mar 17th, 2016
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. The 76543 Cipher:
  2.  
  3. In chapter 2 of the Book we first found a string of text that went:
  4.  
  5. pof ujvwnf vhyhu jswciX ymj 76543 jpwoly. vn Xwn pybvodc jzf mdv bhg.
  6.  
  7. By rotating each word in this string down by -1 rotation less than the previous one you get:
  8. One should never forget the 76543 cipher. If one forgets you are out.
  9.  
  10. The chapter then details the rules of what we assume is the 76543 cipher.
  11.  
  12. In ; a b ;
  13. a is i and b is ii
  14. a is b and b is d
  15.  
  16. The solution to this was that each position in a string has a number, so in 'jiefwa' the letter f would be numbered 4 and a would be numbered 6. Each letter's position in the string determines how many rotations that letter has undergone(see: the caesar cipher), so decoding it would mean rotating back by that same amount of rotations. Important: using this cipher requires that you count spaces as characters as well, but the spaces can not be rotated.
  17.  
  18. Applying the cipher to the string
  19. 'jh ssc aXwgvv iXzc iia gr sgdhd aw cemeh Xzc jdhdphmbih.'
  20. Returned
  21. 'If one solved then one is ready to start the pilgrimage.'
  22.  
  23. And so we were.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement