Hacker News new | ask | show | jobs
by sgehly 3263 days ago

  function isPasswordValid(pass){
      //There's no way in hell they figured it out.
      return false;
  }