Advertisement
Guest User

skipjack schematic

a guest
Oct 13th, 2019
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. {
  2. Get.Key(n)
  3.  
  4. if n = "lel" goto Decrypt(Stream);
  5.  
  6. pw = h;
  7. h = skipjack(n);
  8.  
  9. if pw and Unlock(h) == true, goto Decrypt(Stream);
  10.  
  11. Decrypt(Stream);
  12. {
  13. monitor coms;
  14. }
  15.  
  16. Unlock(l) as string;
  17. {
  18. skipjack(l);
  19. }
  20.  
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement