| > Re: Validating passwords
> You haven't provided an alternative way though? Check if it has numbers: \d Check if it has symbols: \W Check if it's 6-64 chars long: {6,64} > This doesn't make sense Promise you it's how it works. > Hashes are binary yes/no checks Nope, just means encrypted text. > every government in the world runs an API Hilarious you think a decentralized approach where every participant has a copy of an append-only ledger is simpler than a central server with SQL database. The argument for decentralization was never that it was simpler - it's of course way simpler in many ways to have a single source of truth. If you mean using that passport library on a regular server, then you also have to run an API or nobody can use it. |
- As you're still not getting it, how about this: This is a sha256 hash of my birthday, write a function that returns if I'm over 21: `1028d7ea22cbbcb17c4926b08b591506227d7b0e32ce6ce76122461e551a5ab2`
- Nothing I've mentioned needs an append only log, where are you even getting that from? A ZK proof is created from only the data stored on the passport chip.