|
|
|
|
|
by alkonaut
968 days ago
|
|
If you can use JS it's easy. For example localStorage.setItem("salt", Math.random()).
Without JS it's hard I think. I don't know why this author wants to use JS, perhaps out of respect for his visitors, but then I think it's worse to send PII over the wire (And an IP hashed in the way he describes is PII). |
|