Guest User

Untitled

a guest
Jan 20th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. byte[] GetId() { ... }
  2.  
  3. 1792 * 6 = 10752 bits in string
  4. 10752 - 12 (2 equal characters) = 10740
  5. 10740 / 8 = 1343 bytes
  6.  
  7. Total length is 1792: We take 1790, as we don't include the ='s signs.
  8. 1790*6=10740
  9. 10740-4=10736 (subtract 4 due to the 2 ='s signs)
  10. 10736/8=1342 bytes
Add Comment
Please, Sign In to add comment