Guest User

Untitled

a guest
Dec 15th, 2022
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. public smrekca ()
  2. {
  3. byte[] bozicek = new byte[] { 0x24, 0x1d, 0x52, 0x34, 0x1d, 0x64, 0x69, 0x7a, 0x1d, 0x30, 0x44, 0x28 };
  4.  
  5. byte[] jelencek = new byte[] { 0x47, 0x71, 0x66, 0x41, 0x6e, 0x49, 0x39, 0x4e, 0x6e, 0x43, 0x33, 0x4c };
  6.  
  7. char[] snezinka = new char[bozicek.Length];
  8. for (int sani = 0 ; sani < bozicek.Length; sani ++)
  9. snezinka[i] = (char)(bozicek[sani] ^ jelencek[sani]);
  10. return snezinka ;
  11. }
Add Comment
Please, Sign In to add comment