zk-passport / openpassport

Generate privacy-preserving ID proofs
https://openpassport.app
312 stars 54 forks source link

Prove name is not on OFAC list #120

Open 0xturboblitz opened 3 months ago

0xturboblitz commented 3 months ago

We should be able to check if someone is in the OFAC sanctioned entity list.

How I would do it:

In totem, we extracted the full name from the MRZ using zk-regex. It might be possible to use a lighter approach as the first name and last name are always separated by <<, and the first and middle names by <.

Here is how I think of matching:

ashpect commented 2 months ago

Working on the implementation here