<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Hash on Kevin&#39;s Blog</title>
    <link>https://bloglee.pages.dev/tags/hash/</link>
    <description>Recent content in Hash on Kevin&#39;s Blog</description>
    <generator>Hugo</generator>
    <language>zh</language>
    <lastBuildDate>Sun, 31 Aug 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://bloglee.pages.dev/tags/hash/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Bcrypt Hash(哈希)</title>
      <link>https://bloglee.pages.dev/post/into-to-bcrypt/</link>
      <pubDate>Sun, 31 Aug 2025 00:00:00 +0000</pubDate>
      <guid>https://bloglee.pages.dev/post/into-to-bcrypt/</guid>
      <description>&lt;hr&gt;&#xA;&lt;h1 id=&#34;一注册流程register--sign-up&#34;&gt;一、注册流程（Register / Sign-up）&lt;/h1&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;用户输入密码&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;用户在注册页面输入密码，例如 &lt;code&gt;&amp;quot;MyP@ssw0rd!&amp;quot;&lt;/code&gt;。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;后端生成哈希&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;后端接收到明文密码后，调用 bcrypt：&lt;/p&gt;</description>
    </item>
    <item>
      <title>Hash(哈希)介绍</title>
      <link>https://bloglee.pages.dev/post/into-to-hash/</link>
      <pubDate>Sun, 31 Aug 2025 00:00:00 +0000</pubDate>
      <guid>https://bloglee.pages.dev/post/into-to-hash/</guid>
      <description>&lt;h2 id=&#34;什么是哈希&#34;&gt;什么是哈希&lt;/h2&gt;&#xA;&lt;p&gt;哈希（Hash） 就是把任意长度的输入数据（比如一段文字、一个文件）通过某种 算法，转换成一个 固定长度的字符串。可以理解成 “数据指纹”。&lt;/p&gt;&#xA;&lt;h2 id=&#34;主要目的&#34;&gt;主要目的&lt;/h2&gt;&#xA;&lt;p&gt;保证完整性（Integrity）：验证数据完整 → 数据有没有被改&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
