Advertisement
Guest User

.

a guest
Apr 1st, 2020
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. Hi, Ren here. In order to request a mod, you will need to complete a task described below. In the end you will receive a URL that you need to open in order to achieve the final verification code.
  2.  
  3. The verification URL is encrypted with AES cipher with EAX mode. The nonce is also provided in this document.
  4.  
  5. The key itself is here: "SjVBVktTS1RJUkZFQ1EyTkpNWVRHVVJaSUZDRUdSU05JTkFWR1FZPQ==". It is encoded with Base32, and then encoded again with Base64.
  6.  
  7. Nonce: "E2484A8183092F5FF59BE9406AC8D099"
  8. Verification URL: "CEC9464A2D5949EFE764F969FD984CF568848C3A244B8AF28D4AABFAC08B60B02C1E3F39A3E715B6716BCA"
  9.  
  10. Both of nonce and verification URL are encoded in Hex. And please remember that the verification URL is encrypted with AES too.
  11.  
  12. Good luck.
  13.  
  14. P.S: All of the above are made using PyCryptodome.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement