Hacker News new | ask | show | jobs
by bcg1 3256 days ago
Would love to see the creative functions y'all can come up with to validate this...
1 comments

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