<?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>M9GN3qwJIGO</guid>
    <pubDate>Sun, 25 Apr 2021 05:21:27 GMT</pubDate>
    <itunes:explicit>false</itunes:explicit>
    <description>
      <![CDATA[<p data-pid="Robtv4Ng">题主是一个很不错的产品经理。</p><p data-pid="ycB1DhvW">我来设计一个方案吧。</p><p data-pid="H3U2Mftk">1.题中第6点，针对密码本丢失问题，我认为应当是一个公开网站。自己选择自己的加密规则和种子以及对应的网站就可以快速的复现密码，这样防止了密码本丢失的问题。</p><p data-pid="DgbXgkyT">2.1和3都可以通过对于网站名作为种子的输入来实现随机。</p><p data-pid="Cg1IAd1p">3.2和4应当都可以通过hash来实现</p><p data-pid="nPaLG9fF">4.关键出现在了五，如何实现种子不变的情况下，固定的生成一个密码，但是又可以被替换。</p><p data-pid="kCggnHSx">我设计了两个方案，</p><p data-pid="PkjqOs_0">方案一：将种子包含一个顺序参数。当你改密之后，将顺序参数改为2，以此类推。</p><p data-pid="EkQAOlwv">方案二：同时生成多个密钥，你要自己选择其中一个。（考验记忆力）</p><p data-pid="BVRiq6kE">等我有空写一个API，预计是这样的</p><p data-pid="tSEYNFAg">boby=post(url,text)</p><p data-pid="rzfaPpDn">text={fanan=&#34;选择方案1或2&#34;,</p><p data-pid="1l2g_sSr">zhongzi1=&#34;推荐使用自己手机号，防止初始密钥相同撞库&#34;，</p><p data-pid="jWsGeIS9">zhongzi2=&#34;选择一个你的初始种子，防止有人针对你的手机号暴力破解&#34;，</p><p data-pid="-6VrdPf3">websitename=&#34;需要加密的网站&#34;，</p><p data-pid="V0CtObhu">weixu=&#34;选择你的加密的位序&#34;，</p><p data-pid="Pg_joSR0">hash=&#34;选择自己的hash方案，默认为sha256&#34;}</p>]]>
    </description>
    <itunes:title>New Article Title for iTunes</itunes:title>
  </item>
</channel>
</rss>