-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable NFC & Change the KYC #12
Comments
Hey stuk88, great to have you here! I am not the developer, but i follow ubic for some time. I think the nfc requirement is important for the security of ubic, because that way only those people can access the nfc chip who provide additionally passport number, date of birth and date of expiry (not to the blockchain, just to access nfc). If that additional layer of security is not in place it would be much easier to collect passport data without consent of passport holders. I think proper privacy is really important to keep ubic save from abuse. Right now theft is harder than only collecting passport numbers, thiefs will have to collect physical passports and personal information to register multiple accounts under their control? I dont know what is and what isnt technically possible just with passport numbers though. Maybe you can combine it somehow with a web of trust to make it more sybil- and theft-resistant? |
@stuk88 thank you for your interest in the project. Looking on the internet I found out that Israeli passports issued during or after 2013 do have a chip. I will soon update the "Bondi Passport Reader" apps on both the app store and the play store in order to collect the document signing certificates of the countries on which we don't have enough data yet. |
Yea.. not all the passports were issued with a chip (mine is from 2016 and its paper based) But, we have a national ID card that has a Social Security Number, and more stuff.. BUT(!) I don't care its not bullet proof, because the main concern right now is to help people in need without a proper income because of the Corona. The urgency is critical. |
And yes I thought about taking a picture of the ID and picture of the person, and validating it with other members of the network.. But its too much for a simple registration right now, Any more ideas on how to double validate a user automatically would be welcome of course |
Found that one: |
Just another thought... So if I do that, I need to find those thief's or scammers.. For example: After a year of constant same amount transactions to the same people is registered, without any changes to the previous period the wallet can be locked or registered as shady, and will be up to a check. Comparing period hash's could be the way to do it. And yea I can do it in a separate script. A user validation check could be:
|
I think UBIC is not compatible with those ideas. Anyway, let us try out everything - you might want to do some research on existing approaches for sybil resistance as well as for existing cryptoubi projects. I share the urge for basic income, but that is not gonna happen in crypto without proper sybil resistance. A lot of projects allready failed on doing manual kyc because of the huge ammount of registrants as well because of abuse. There are pictures of people holding their IDs (likely used once by crypto exchanges for kyc) traded on black markets as far as i know, i was told they have been allready abused for some cryptoubi projects - so that alone likely wont do it. Mobile Phone numbers were also abused in cryptoubi, projects like 'mannabase' likely failed on their abuse ending up with too many sybil accounts. I like the approach of 'Web of trust' as well, i have even a bright id account. I am not sure if they will be sybil proof enough and if they will scale up fast enough to help cryptoubi to go mainstream, but let us try everything :) Also there is a project made in Israel called "gooddollar", but i am not sure about their Intentions and sybil resistance. Anyway, dont give up, it is worth the effort! |
This surprises me, have you tried scanning it? |
yea.. there is no chip. |
Support for Israeli passports (with a chip) has been added as of today. |
Hey!
I'm working on an Israeli version of the app and the network (core) to able to allow Israeli to join the network.
Israeli passports does not always have NFC chip, and mostly dont.
So I thought about removing the nfc requirement from the registration and converting it to a simple ID_NUMBER->HASH conversion.
The ID number can be checked for validity with certain rules.
So whats the HASH I should use to get setInAddress value.
The text was updated successfully, but these errors were encountered: