Guest User

Untitled

a guest
Jan 19th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. hash(password)
  2. for(i=0; i++; i < len(password)
  3. hash(password.deleteChar(i))
  4.  
  5. if(hashAndMatch(password)){
  6. login()
  7. } else {
  8. for(i=0; i++; i < len(password){
  9. if(hashAndMatch(password.deleteChar(i))){
  10. giveFeedBack()
  11. break;
  12. }
  13. }
  14. error('Wrong password or username')
  15. }
Add Comment
Please, Sign In to add comment