Advertisement
jtl999

random pseudo code lol

Apr 8th, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. String hash = 'e057d4ea363fbab414a874371da253dba3d713bc'
  2. String password = 'derp'
  3.  
  4. if ((verifypassword(password) == TRUE || verifyHash(hash) == TRUE))
  5. {
  6. bool isLoggedIn = true;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement