如何跟踪自己的身份证信息?
<div style="text-align: left; margin-bottom: 10px;">
<div style="text-align: left; margin-bottom: 10px;"><img src="https://p3-sign.toutiaoimg.com/pgc-image/153650816609369c7208142~noop.image?_iz=58558&from=article.pc_detail&lk3s=953192f4&x-expires=1716335194&x-signature=5CV2NRdgkPUrfGsIdeWCFJY0TBc%3D" style="width: 100%; margin-bottom: 20px;"></div>
<p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">作者:刘儒勇</p>
<p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">日期:2018年7月29日</p>
<p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">https://bihu.com/article/1028554</p>
<p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">投稿者获得 200 PRS奖励。</p>
<p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">本文观点仅代表原作者看法,不代表PRS布道者立场。PRS布道者采编所有以PRESS.one为主题的文章,欢迎投稿。</p>
<p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">以下为原作者正文。</p>
<p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">每注册一个交易所,想要提币大多需要进行KYC* 验证。那么你上传的KYC信息安全吗?风险很大,交易所都有跑路的,还指望他们跑路后妥善处理你的个人信息?</p>
<p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">发生个人信息泄漏后,想要确定责任主体,如何做呢?给身份证图片加水印,然后拿已添加水印的图片进行KYC。</p>
<h1 style="text-align: left; margin-bottom: 10px;">想法来源</h1>
<p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">今天看到一个网站 https://stamp.io。</p>
<p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">你可以上传文件,然后网站会对其做签名,最后把数据hash分别存储到以太坊和比特币区块中。</p>
<p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">我测试了一下,很长时间没打包到区块中。比特币网络慢可以理解,以太坊还这么慢理解不了。</p>
<p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">虽然暂时未打包都区块中,但是把文件hash上传到区块链中是可行的。</p>
<h1 style="text-align: left; margin-bottom: 10px;">用这种技术来跟踪身份证图片</h1>
<p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">1. 把身份证图片上传到 stamp.io,图片hash保存到区块链上。</p>
<p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">2. 用第一步的图片进行KYC。</p>
<p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">3. 如果身份证图片泄漏,可以和上传到 stamp.io 的图片进行对比,看是不是同一张图片。</p>
<p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">这样做还是会有如下问题:</p>
<p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">1. 身份证图片上传到了 stamp.io,可能会被用到其他地方;</p>
<p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">2. 我需要针对不同网站准备不同的身份证图片(这样hash才会不同),还需要记录对应关系;</p>
<p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">3. 除非原图泄漏,否则随便修改一个像素hash值也变了。</p>
<h1 style="text-align: left; margin-bottom: 10px;">用 PRESS.one 做这件事</h1>
<p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">PRESS.one 本身已经在做图片加水印的工作,有先发优势。</p>
<p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">但是 PRESS.one 目前还不能实现我的需求,有一些细节需要改动:</p>
<p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">1. 不仅对图片加水印,还要提供一个接口,可以输入图片用处,一起添加到水印中。</p>
<p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">2. 我不希望身份证图片被上传到链上,最多把hash上传。可以让用户选择hash是否上链。上链的话可以形成完整证据链,某月某日签名身份证图片,随后上传到了某个交易所进行KYC。</p>
<p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">3. 在PRESS.one App上可以对图片进行扫码,识别图片中的水印。</p>
<p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">更进一步,必须有我的私钥解密,才能查看水印中用我公钥加密的专属信息。水印中要开辟一块需要权限才能查看的数据区,不预先提供权限不可见。</p>
<p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">编者注:</p>
<p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">*KYC:Know Your Customer 的缩写,是目前常用的实名身份认证手段,需要用户提供个人身份证件。</p>
<p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">** hash:哈希值。</p>
<p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">***此处加水印应理解为 PRESS.one 项目对图片进行数字签名,即在图片信息内嵌入肉眼无法识别的签名信息。</p>
<p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">这篇文章的 PRESS.one 签名:</p>
<p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">https://press.one/file/v?s=225f85fd66da68c57e9e331d7fb7861b6e24b30c7068a6b625175cda5612f48691112b9b8ad344710290aaf4f95277bf326c8462ee1d6b027de33c7b10ff31ca1&h=9704473c19cf2f87859db0f3e15a56577f99289ab4bb415cda1ba8fd2aa8cb95&a=f696ffeb49cce1907bebb61e741a61758948d939&f=P1&v=2</p>
</div>
页:
[1]