Quote Originally Posted by Diehard Ute View Post
And many others agree with you, yet after saying the clause is unenforceable the NY Attorney General still said it needs to be removed. And a former NJ Deputy AG says entering information may bind you to one of the two clauses, and if you accept the credit monitoring you're almost certainly bound.

Beyond all that, people are reporting you can enter obviously bogus information and have it tell you your info was breached, so it seems pointless to check.


Sent from my iPhone using Tapatalk
I found their code:

function amIHacked(user, ssn) {
if(Math.random() > .5) {
return true;
} else {
return false;
}
}