<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet href="/rss/stylesheet/" type="text/xsl"?>
<rss xmlns:content='http://purl.org/rss/1.0/modules/content/' xmlns:taxo='http://purl.org/rss/1.0/modules/taxonomy/' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:itunes='http://www.itunes.com/dtds/podcast-1.0.dtd' xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0" xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:atom='http://www.w3.org/2005/Atom' xmlns:podbridge='http://www.podbridge.com/podbridge-ad.dtd' version='2.0'>
<channel>
  <title>苏迟但到的主页</title>
  <language>zh-cn</language>
  <generator>microfeed.org</generator>
  <itunes:type>episodic</itunes:type>
  <itunes:explicit>false</itunes:explicit>
  <atom:link rel="self" href="https://kexohproject.pages.dev/rss/" type="application/rss+xml"/>
  <link>https://kexohproject.pages.dev</link>
  <description>
    <![CDATA[<p>你好，欢迎访问个人主页！</p><p>擅长密码学，安全分析，数字水印等技术。</p><p>你可以联系我通过:findmykexin@gmail.com或者知乎私信。</p><p>我的知乎链接：<a href="https://www.zhihu.com/people/su-chi-dan-dao" rel="noopener noreferrer" target="_blank">苏迟但到 - 知乎 (zhihu.com)</a></p><p>我的github链接：<a href="https://github.com/kexinoh" rel="noopener noreferrer" target="_blank">kexinoh</a></p>]]>
  </description>
  <itunes:author>苏迟但到</itunes:author>
  <itunes:image href="https://kexohcdn.gptapi.cyou/kexohproject/production/images/channel-2e54d141ee195646ca12a9d16507a908.jpg"/>
  <image>
    <title>苏迟但到的主页</title>
    <url>https://kexohcdn.gptapi.cyou/kexohproject/production/images/channel-2e54d141ee195646ca12a9d16507a908.jpg</url>
    <link>https://kexohproject.pages.dev</link>
  </image>
  <copyright>©2024</copyright>
  <itunes:category text="Education">
    <itunes:category text="Language Learning"/>
  </itunes:category>
  <itunes:category text="Technology"/>
  <item>
    <title>为什么没有听说支付宝被黑客攻陷，修改支付宝上面的余额?</title>
    <guid>yE7BT3Xuy0e</guid>
    <pubDate>Fri, 29 Dec 2023 12:16:10 GMT</pubDate>
    <itunes:explicit>false</itunes:explicit>
    <description>
      <![CDATA[<p data-pid="KciFvaUf">因为开发一个安全的金融系统没有你想的那么复杂。</p><p data-pid="l72Ej_Ue">例如BTC系统的代码很少，但是也没有被黑过。毕竟你只需要把限定词加的足够多，很容易就做到不被黑。</p><p data-pid="AjIGkgHx">金融系统表面上是账户体系，本质实际是交易单体系(UTXO)。</p><p data-pid="rpmz8XeL">这两个的区别是什么呢?区别就是账户体系里面，我的账户里面多少钱是存在数据库上的一个数据。</p><p data-pid="dWJSfo5f">所以我可以黑支付宝，把我的账户余额修改为8位数。</p><p data-pid="jNACa9NM">但是交易单模式是指你账户的钱是你累计流入的钱减去你花出去的钱，那么剩下的钱就是你的账户里面的钱，而数据库的余额实质上对交易单的一个映射。</p><p data-pid="iOuBxj4b">在每时每刻，账户系统都会根据交易单进行重新验算，从而确保正确性，你单纯的修改数据库的余额也会在下一次的系统验算中更新回来。</p><p data-pid="y_SsjSG1">现在绕回来，如果你是黑客，你有两种选择，</p><p data-pid="IMV_-uAB">1.是让每一个人转我1块钱</p><p data-pid="IipdELpj">2.是让一个土豪转我一亿。</p><p data-pid="QQyBvu56">第一个交易单数据过大了，很容易被发现。从广义上来看，忘记关闭的自动续费就对你发动了一次黑客攻击。</p><p data-pid="jcG5A-oz">第二个如果你成功拿到了土豪的账户，支付宝也会说这与我无关，是土豪自己没有保管好。</p><p data-pid="tuzpFz6E">当然还有各种风控体系来保证整个链条的技术安全。</p><p data-pid="TUr9twKI">但是说没有被黑入那简直就是忽悠外行人了，比如支付宝的人脸识别被别人使用3D建模来完成冒充等等，这也算是一种黑入。</p>]]>
    </description>
    <itunes:title>New Article Title for iTunes</itunes:title>
  </item>
</channel>
</rss>