Advertisement
Guest User

Untitled

a guest
Mar 14th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. public boolean checkLogin(string userName, string hashPassword) {
  2. // check both user name and hashing password
  3. return userName == "test" && hashPassword == "rtyuasdfsdgffjghjg14345";
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement