Closed y12studio closed 10 years ago
參考 KnC Bitcoin Wallet - Google Play Android 應用程式 不清楚服務器端取回哪些資料,目前程式碼沒有 commit 這一部份,程式碼參考 kncgroup/bitcoin-wallet
為避免隱私權爭議,不需讀取手機通訊錄,只要使用者本身註冊電話如 09xx123456 對到當時註冊 bitcoin 地址即可,而且服務器端不需存電話號碼,只存 hash(phone_num),避免該服務器外洩使用者電話號碼。
btc address = wget http://xxx/FindBtcAddr?phonehash=xxxxxxxx
sign and send tx to bitcoin_p2p network
因為電話號碼的格式導致 hash(phone_num)很容易暴力破解,加上名字是否可行? id = hash(phone_name,username),問題是必須雙方確認使用名字無誤,不然算出來的不會一致導致無法查詢。
參考 KnC Bitcoin Wallet - Google Play Android 應用程式 不清楚服務器端取回哪些資料,目前程式碼沒有 commit 這一部份,程式碼參考 kncgroup/bitcoin-wallet
為避免隱私權爭議,不需讀取手機通訊錄,只要使用者本身註冊電話如 09xx123456 對到當時註冊 bitcoin 地址即可,而且服務器端不需存電話號碼,只存 hash(phone_num),避免該服務器外洩使用者電話號碼。
btc address = wget http://xxx/FindBtcAddr?phonehash=xxxxxxxx
sign and send tx to bitcoin_p2p network