<?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>h3FUhCSGTY7</guid>
    <pubDate>Thu, 26 Jan 2023 03:52:42 GMT</pubDate>
    <itunes:explicit>false</itunes:explicit>
    <description>
      <![CDATA[<p data-pid="NpMPXkT7">一瓶可乐。</p><p data-pid="JRCl3CEC">之前楼下友宝饮料机出了一块钱抽奖活动。</p><p data-pid="t3b424FV">但是那个抽奖活动特别搞笑，抽奖用的随机数源是支付宝的流水编号。</p><p data-pid="8FlF28zC">它可能为了公平（或者蠢），将具体的规则写出来，大致就是模运算算法。</p><p data-pid="7OuoNerr">给读者一分钟时间，请问漏洞出现在哪里？</p><p data-pid="hK2X73f0">只需要下单之后，利用流水号快速计算出是否会中奖，然后选择是否会点击，如果不能中奖，那么就不点击继续，友宝就会退钱。</p><p data-pid="7lUFVtjw">我写了一个快速计算的app，然后成功的实验了好几瓶可乐。</p><hr/><p data-pid="juHKYP-R">更新:有朋友求教学，先申明一下，这个已经过时了。</p><p data-pid="iyagiCpE">规则如下:截取支付宝订单后十位的流水编号。</p><p data-pid="3sZYgWJK">然后假设你正在选择的摇奖的目标饮料是一罐可乐，也就是2.8元，那么你的模数是280。</p><p data-pid="R8uJ_VUX">再将流水编号对模数取模（就是求余数），如果小于95那么你中奖了。</p><p data-pid="Lcq4J4cw">这个算法其实特别好，友宝饮料的价格那么多，但是采用了统一的算法从而做到了期望回报值都是95%。</p><p data-pid="rGtyn9qs">我只需要写一个app可以快速计算模数，因此付款之后把流水编号复制过去，然后显示能不能中，如果可以中就去操作。</p><p data-pid="L-LEyYCa">看在有几十个赞的份上，再教大家一个吧。</p><p data-pid="o9hCPPPh">现在还流行一种自动付款的饮料机，就是你人脸识别后，就可以拉开饮料机门拿取饮料，关上门之后自动付款。</p><p data-pid="pvqs7wTW">这个的BUG在于它的AI技术无法检测空瓶，也就是说你可以拿着空瓶置换反应过来，但是不会被扣钱。</p><p></p>]]>
    </description>
    <itunes:title>New Article Title for iTunes</itunes:title>
  </item>
</channel>
</rss>