Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. 54657374426C6F636B466F72537461636B4242424242424242424242613331
  2.  
  3. byte[] Key = new byte[]{1, 2, 3, 4, 5, 6, 7, 8, 9, 9, 9, 9, 9, 9, 9, 9};
  4. //we don't need key the key under the attach, only under encryption.
  5. byte[] IV = new byte[]{2, 3, 2, 3, 2, 3, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2 };
  6.  
  7. Ciphertext: ;fŒ˜ÆOgÄ:VûÎ{Ž+6iXK¿îMŠžÌš
  8.  
  9. Cipher bytes: 3B668C98C64F67C43A56FBCE7B8E150E9D2B1F3669584BBFEE4D8A0E189ECC9A
  10.  
  11. (3B668C98C64F67C43A56FBCE7B8E15 0E <--).
  12.  
  13. 3B668C98C64F67C43A56FBCE7B8E150D
  14.  
  15. [0] 0x95 byte [1] 0x28 byte [2] 0xE5 byte [3] 0x18 byte
  16. [4] 0x90 byte [5] 0x8E byte [6] 0x31 byte [7] 0xFF byte
  17. [8] 0xF0 byte [9] 0x28 byte [10] 0x86 byte [11] 0x7B byte
  18. [12] 0x9D byte [13] 0x63 byte [14] 0x2F byte [15] 0x01 byte
  19.  
  20. Text : ?????xi?G?w?T}!y?(???1??(?{?c/ Bytes :
  21. 3F3F3F3F3F78693F473F773F547D21793F283F183F3F313F3F283F7B3F632F (Thay
  22. have removed the 0x01 and the bytes is a bit different, maybe something
  23. with how I formatted it or it does something more before returning the
  24. bytes?)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement