<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-Hant-TW">
	<id>https://wiki.taigi.ima.org.tw/w/index.php?action=history&amp;feed=atom&amp;title=BLAKE</id>
	<title>BLAKE - 修訂紀錄</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.taigi.ima.org.tw/w/index.php?action=history&amp;feed=atom&amp;title=BLAKE"/>
	<link rel="alternate" type="text/html" href="https://wiki.taigi.ima.org.tw/w/index.php?title=BLAKE&amp;action=history"/>
	<updated>2026-05-10T19:33:12Z</updated>
	<subtitle>本 wiki 上此頁面的修訂紀錄</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://wiki.taigi.ima.org.tw/w/index.php?title=BLAKE&amp;diff=499296&amp;oldid=prev</id>
		<title>TaiwanTonguesApiRobot：​從 JSON 檔案批量匯入</title>
		<link rel="alternate" type="text/html" href="https://wiki.taigi.ima.org.tw/w/index.php?title=BLAKE&amp;diff=499296&amp;oldid=prev"/>
		<updated>2025-08-24T01:56:18Z</updated>

		<summary type="html">&lt;p&gt;從 JSON 檔案批量匯入&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新頁面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;BLAKE&amp;#039;&amp;#039;&amp;#039;和&amp;#039;&amp;#039;&amp;#039;BLAKE 二&amp;#039;&amp;#039;&amp;#039;是因為丹尼爾 ・ J ・ 伯恩斯坦 ChaCha 共加密法的密碼雜鬥函式。佮 SHA 鋪二仝款，有兩種無仝字大細的變體。BLAKE 被二百五十六佮 BLAKE 鋪兩百二十四使用三十二位元字，分別產生兩百五十六位佮兩百二十四位元的挽欲大細，而且 BLAKE 抹五百一十二佮 BLAKE 鋪三百八十四分別使用六十四位元字，產生五百十二位元佮三百八十四位元的挽欲大細。佇咧六十四位箍的 x 六十四佮 ARM 體系結構上執行的時，BLAKE 二 b 比 SHA ma三，SHA 鋪二，SHA 板一和 MD 五更緊。BLAKE 二的安全性提供類似 SHA ma三，優於 SHA 鋪二：免疫長度擴充攻擊，來自隨機預言機的無差異性等。&lt;br /&gt;
&lt;br /&gt;
==BLAKE 二==&lt;br /&gt;
&lt;br /&gt;
BLAKE 的改進版本 BLAKE 二於二空一二年十二月二十一號宣佈推出。伊由 Jean-Philippe Aumasson、Samuel Neves、Zooko Wilcox-O&amp;#039;Hearn 和 Christian Winnerlein 設計的。參考實施代碼佇 CC 零下發布。&lt;br /&gt;
&lt;br /&gt;
===概述===&lt;br /&gt;
&lt;br /&gt;
BLAKE 二是佇&amp;#039;&amp;#039;&amp;#039;RFC 七千六百九十三&amp;#039;&amp;#039;&amp;#039;中定義的加密雜鬥函式，伊有兩種形式 :&lt;br /&gt;
&lt;br /&gt;
* BLAKE 二 b&lt;br /&gt;
* BLAKE 二 s&lt;br /&gt;
&lt;br /&gt;
===應用===&lt;br /&gt;
&lt;br /&gt;
* Password Hashing Competition 的獲勝者 Argon 二使用 BLAKE 二 b&lt;br /&gt;
* Chef 的 Habitat 部署系統使用 BLAKE 二 b 進行包簽章&lt;br /&gt;
* FreeBSD Ports 包管理工具使用 BLAKE 二 b&lt;br /&gt;
* GNU Core Utilities 佇咧其 b 二 sum 命令著實現矣 BLAKE 二 b&lt;br /&gt;
* IPFS allows use of BLAKE 二 b for tree hashing&lt;br /&gt;
* librsync 使用 BLAKE 二 b&lt;br /&gt;
* Noise ( cryptographic protocol ) , which is used in WhatsApp includes BLAKE 二 as an option .&lt;br /&gt;
* RAR file archive format version 五 supports an optional 兩百五十六-bit BLAKE 二 sp file checksum instead of the default 三十二-bit CRC 三十二 ; it was implemented in WinRAR v 五 +&lt;br /&gt;
* 七-Zip can generate the BLAKE 二 sp signature for each file in the Explorer shell via &amp;quot; CRC SHA &amp;quot; context menu , and choosing&amp;#039;\ *&amp;#039;&lt;br /&gt;
* rmlint 使用 BLAKE 二 b 進行重複檔案檢測&lt;br /&gt;
* WireGuard uses BLAKE 二 s for hashing&lt;br /&gt;
* Zcash , a cryptocurrency , uses BLAKE 二 b in the Equihash proof of work , 並做金鎖衍生函式&lt;br /&gt;
* NANO , a cryptocurrency , uses BLAKE 二 b in the proof of work , for hashing digital signatures and as a 金鎖衍生函式&lt;br /&gt;
* Polkadot 區一塊鏈使用 BLAKE 二 b 做其雜鬥演算法。&lt;br /&gt;
* PCI Vault , uses BLAKE 二 b as its hashing algorithm for the purpose of PCI compliant PCD tokenization .&lt;br /&gt;
* Ergo , a cryptocurrency , uses BLAKE 二 b 兩百五十六 as a subroutine of its hashing algorithm called Autolykos .&lt;br /&gt;
* Linux kernel , version 五孵一七 replaced SHA 影一 with BLAKE 二 s for hashing the entropy pool in the 亂數生成&amp;#039;&amp;#039;&amp;#039;器&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
===實現===&lt;br /&gt;
&lt;br /&gt;
除了參考實現以外，以下密碼庫提供了 BLAKE 二的實現：&lt;br /&gt;
&lt;br /&gt;
* Botan&lt;br /&gt;
* Bouncy Castle&lt;br /&gt;
* Crypto + +&lt;br /&gt;
* Libgcrypt&lt;br /&gt;
* libsodium&lt;br /&gt;
* OpenSSL&lt;br /&gt;
* wolfSSL&lt;br /&gt;
&lt;br /&gt;
==BLAKE 三==&lt;br /&gt;
&lt;br /&gt;
BLAKE 三於二空二空年一月九號佇 Real World Crypto 上宣佈推出。&amp;#039;&amp;#039;&amp;#039;BLAKE 三&amp;#039;&amp;#039;&amp;#039;是因為 Bao 和 BLAKE 二的加密雜鬥函式，作者為 Jack O&amp;#039;Connor , Jean-Philippe Aumasson , Samuel Neves 和 Zooko Wilcox-O&amp;#039;Hearn .&lt;br /&gt;
&lt;br /&gt;
==參考文獻==&lt;br /&gt;
&lt;br /&gt;
==外部連結==&lt;br /&gt;
&lt;br /&gt;
* The BLAKE web site&lt;br /&gt;
* The BLAKE 二 web site&lt;br /&gt;
* VHDL source code developed by the Cryptographic Engineering Research Group ( CERG ) at George Mason University&lt;br /&gt;
* Polkadot ( DOT ) 錢包仔&lt;br /&gt;
&lt;br /&gt;
[[分類: 待校正]]&lt;/div&gt;</summary>
		<author><name>TaiwanTonguesApiRobot</name></author>
	</entry>
</feed>