FIPS 140-2 驗證
FIPS 140-2 標準概觀
聯邦資訊處理標準 (FIPS) 發行集 140-2 是美國政府標準。 FIPS 是以 1996 年資訊技術管理修訂法第 5131 節為基礎。 它會定義 IT 產品中密碼編譯模組的最低安全性需求。
密碼編譯模組驗證計畫 (CMVP) 是由美國國家標準與技術局 (NIST) 和加拿大網路安全 (中心 CCCS) 共同合作。 它會根據密碼編譯模組的安全性需求, (FIPS 140-2) 和相關 FIPS 密碼編譯標準的一部分來驗證密碼編譯模組。 FIPS 140-2 安全性需求涵蓋與密碼編譯模組的設計和實作相關的 11 個領域。 NIST 資訊技術實驗室會操作相關程式,以驗證模組中 FIPS 核准的密碼編譯演算法。
Microsoft 的 FIPS 140-2 驗證方法
Microsoft 一直致力於滿足 FIPS 140-2 標準的需求,自 2001 年首次建立密碼編譯模組以來,已針對它驗證過密碼編譯模組。 Microsoft 會在 NIST CMVP 下驗證其密碼編譯模組,如上所述。 包括 Windows 10、Windows Server 和許多雲端服務在內的多個 Microsoft 產品會使用這些密碼編譯模組。
在 FIPS 140-2 核准的作業模式中使用Windows
Windows 10和Windows伺服器可設定為以 FIPS 140-2 核准的作業模式執行,通常稱為「FIPS 模式」。 如果您開啟 FIPS 模式,密碼編譯基本類型程式庫 (bcryptprimitives.dll) 和核心模式密碼編譯基本類型程式庫 (CNG.sys) 模組會在Windows執行密碼編譯作業之前執行自我測試。 這些自我測試是根據 FIPS 140-2 第 4.9 節執行。 它們可確保模組正常運作。
密碼編譯基本類型程式庫和核心模式密碼編譯基本類型程式庫是唯一受 FIPS 模式影響的模組。 FIPS 模式不會防止Windows及其子系統使用非 FIPS 驗證的密碼編譯演算法。 FIPS 模式只是密碼編譯基本類型程式庫和核心模式密碼編譯基本類型程式庫以外的應用程式或元件諮詢。
美國政府法規會繼續針對執行Windows的政府裝置強制執行 FIPS 模式。 其他客戶應該自行決定 FIPS 模式是否適合他們。 有許多應用程式和通訊協定會使用 FIPS 模式原則來判斷要執行的密碼編譯功能。 想要遵循 FIPS 140-2 標準的客戶應該研究其應用程式和通訊協定的組態設定。 此研究有助於確保它們可以設定為使用 FIPS 140-2 驗證的密碼編譯。
若要達到此 FIPS 140-2 核准的Windows作業模式,系統管理員必須完成以下所述的所有四個步驟。
步驟 1:確定已安裝 FIPS 140-2 驗證的密碼編譯模組
系統管理員必須確定所有安裝的密碼編譯模組都已通過 FIPS 140-2 驗證。 本文稍後將提供列出依作業系統版本組織之已驗證模組的資料表。
步驟 2:確定已遵循所有密碼編譯模組的所有安全性原則
每個密碼編譯模組都有已定義的安全性原則,必須符合該原則,模組才能在其 FIPS 140-2 核准模式下運作。 您可以在每個模組的已發佈安全性原則檔 (SPD) 中找到安全性原則。 在本文結尾的已驗證模組資料表中,可以找到每個模組的 SPD。 選取模組版本號碼,以檢視已發佈的模組 SPD。
步驟 3:啟用 FIPS 安全性原則
Windows提供安全性原則設定系統密碼編譯:使用符合 FIPS 規範的演算法進行加密、雜湊和簽署。 某些 Microsoft 產品會使用此設定來判斷是否要在 FIPS 模式中執行。 當此原則開啟時,Windows中已驗證的密碼編譯模組也會以 FIPS 模式運作。 此原則可以使用本機安全性原則、作為群組原則的一部分,或透過新式裝置管理 (MDM) 解決方案來設定。 如需原則的詳細資訊,請參閱 系統密碼編譯:使用符合 FIPS 規範的演算法進行加密、雜湊和簽署。
步驟 4:確定只使用 FIPS 驗證的密碼編譯演算法
FIPS 模式會在應用程式或服務層級強制執行。 作業系統或個別密碼編譯模組不會強制執行。 以 FIPS 模式執行的應用程式或服務必須遵循已驗證模組的安全性原則。 它們不得使用不符合 FIPS 規範的密碼編譯演算法。
簡言之,如果是,應用程式或服務會以 FIPS 模式執行:
- 檢查原則旗標
- 強制執行已驗證模組的安全性原則
常見問題集
認證密碼編譯模組需要多久時間?
Microsoft 會在 Windows 10 和 Windows Server 的每個主要功能發行之後,開始認證密碼編譯模組。 每個評估的持續時間會根據許多因素而有所不同。
Microsoft 何時會進行 FIPS 140 驗證?
開始模組驗證的頻率會與 Windows 10 和 Windows Server 的功能更新一致。 隨著軟體產業的發展,作業系統會更頻繁地發行。 Microsoft 會完成主要版本的驗證工作,但在兩個版本之間,會嘗試將密碼編譯模組的變更降到最低。
FIPS 140 驗證與FIPS 140 相容有何差異?
FIPS 140 已通過驗證 ,表示密碼編譯模組或內嵌模組的產品已通過驗證, (「經認證」) CMVP 為符合 FIPS 140-2 需求。 FIPS 140 相容 是 IT 產品的產業詞彙,其依賴 FIPS 140 驗證的產品來取得密碼編譯功能。
如何?知道Windows服務或應用程式是否已驗證 FIPS 140-2?
Windows中使用的密碼編譯模組會透過 CMVP 進行驗證。 它們不會由個別服務、應用程式、硬體周邊或其他解決方案驗證。 任何符合規範的解決方案都必須在基礎 OS 中呼叫 FIPS 140-2 驗證的密碼編譯模組,且 OS 必須設定為在 FIPS 模式中執行。 如需是否呼叫已驗證密碼編譯模組的資訊,請連絡服務、應用程式或產品的廠商。
在 FIPS 模式中運作時,憑證的意義為何?
此標籤表示必須遵循特定設定和安全性規則,才能使用密碼編譯模組,以符合其 FIPS 140-2 安全性原則。 每個模組都有自己的安全性原則—其將用來運作之安全性規則的精確規格,並採用已核准的密碼編譯演算法、密碼編譯金鑰管理和驗證技術。 安全性規則會定義在每個模組的安全性原則檔 (SPD) 中。
FIPS 140-2 與通用準則之間的關聯性為何?
FIPS 140-2 和通用準則是兩個不同的安全性標準,具有不同但互補的目的。 FIPS 140-2 專為驗證軟體和硬體密碼編譯模組而設計。 通用準則是設計來評估 IT 軟體和硬體產品中的安全性功能。 一般準則評估通常依賴 FIPS 140-2 驗證來保證基本密碼編譯功能已正確實作。
FIPS 140 與套件 B 有何關聯?
套件 B 是由美國國家安全局 (NSA) 在其密碼編譯現代化計畫中定義的一組密碼編譯演算法。 套件 B 密碼編譯演算法的集合將用於未分類的資訊和最機密的資訊。 套件 B 密碼編譯演算法是 FIPS 140-2 標準所允許之 FIPS 核准密碼編譯演算法的子集。
Windows中的 SMB3 (伺服器訊息區) FIPS 140 是否符合規範?
如果Windows設定為在用戶端和伺服器上都以 FIPS 140 模式運作,則 SMB3 可以符合 FIPS 140 規範。 在 FIPS 模式中,SMB3 依賴基礎Windows FIPS 140 驗證的密碼編譯模組來進行密碼編譯作業。
Microsoft FIPS 140-2 驗證的密碼編譯模組
下表識別作業系統中使用的密碼編譯模組,並依發行組織。
Windows使用的模組
Windows 10 2018 年秋季更新 (版本 1809)
驗證的版本:家用版、Pro版、Enterprise版、教育版
| 密碼編譯模組 | 安全性原則) 的版本 (連結 | FIPS 憑證# | 演算法 |
|---|---|---|---|
| 密碼編譯基本類型程式庫 | 10.0.17763 | #3197 | 如需演算法資訊,請參閱安全性原則和憑證頁面 |
| 核心模式密碼編譯基本類型程式庫 | 10.0.17763 | #3196 | 如需演算法資訊,請參閱安全性原則和憑證頁面 |
| 程式碼完整性 | 10.0.17763 | #3644 | 如需演算法資訊,請參閱安全性原則和憑證頁面 |
| Windows OS 載入器 | 10.0.17763 | #3615 | 如需演算法資訊,請參閱安全性原則和憑證頁面 |
| 安全核心程式代碼完整性 | 10.0.17763 | #3651 | 如需演算法資訊,請參閱安全性原則和憑證頁面 |
| BitLocker 傾印篩選 | 10.0.17763 | #3092 | 如需演算法資訊,請參閱安全性原則和憑證頁面 |
| 開機管理員 | 10.0.17763 | #3089 | 如需演算法資訊,請參閱安全性原則和憑證頁面 |
| 虛擬 TPM | 10.0.17763 | #3690 | 如需演算法資訊,請參閱安全性原則和憑證頁面 |
Windows 10 2018 年春季更新 (版本 1803)
驗證的版本:家用版、Pro版、Enterprise版、教育版
| 密碼編譯模組 | 安全性原則) 的版本 (連結 | FIPS 憑證# | 演算法 |
|---|---|---|---|
| 密碼編譯基本類型程式庫 | 10.0.17134 | #3197 | 如需演算法資訊,請參閱安全性原則和憑證頁面 |
| 核心模式密碼編譯基本類型程式庫 | 10.0.17134 | #3196 | 如需演算法資訊,請參閱安全性原則和憑證頁面 |
| 程式碼完整性 | 10.0.17134 | #3195 | 如需演算法資訊,請參閱安全性原則和憑證頁面 |
| Windows OS 載入器 | 10.0.17134 | #3480 | 如需演算法資訊,請參閱安全性原則和憑證頁面 |
| 安全核心程式代碼完整性 | 10.0.17134 | #3096 | 如需演算法資訊,請參閱安全性原則和憑證頁面 |
| BitLocker 傾印篩選 | 10.0.17134 | #3092 | 如需演算法資訊,請參閱安全性原則和憑證頁面 |
| 開機管理員 | 10.0.17134 | #3089 | 如需演算法資訊,請參閱安全性原則和憑證頁面 |
Windows 10 Fall Creators Update (版本 1709)
已驗證的版本:Home、Pro、Enterprise、Education、S、Surface Hub、Mobile
| 密碼編譯模組 | 安全性原則) 的版本 (連結 | FIPS 憑證# | 演算法 |
|---|---|---|---|
| 密碼編譯基本類型程式庫 | 10.0.16299 | #3197 | 如需演算法資訊,請參閱安全性原則和憑證頁面 |
| 核心模式密碼編譯基本類型程式庫 | 10.0.16299 | #3196 | 如需演算法資訊,請參閱安全性原則和憑證頁面 |
| 程式碼完整性 | 10.0.16299 | #3195 | 如需演算法資訊,請參閱安全性原則和憑證頁面 |
| Windows OS 載入器 | 10.0.16299 | #3194 | 如需演算法資訊,請參閱安全性原則和憑證頁面 |
| 安全核心程式代碼完整性 | 10.0.16299 | #3096 | 如需演算法資訊,請參閱安全性原則和憑證頁面 |
| BitLocker 傾印篩選 | 10.0.16299 | #3092 | 如需演算法資訊,請參閱安全性原則和憑證頁面 |
| Windows繼續 | 10.0.16299 | #3091 | 如需演算法資訊,請參閱安全性原則和憑證頁面 |
| 開機管理員 | 10.0.16299 | #3089 | 如需演算法資訊,請參閱安全性原則和憑證頁面 |
Windows 10 Creators Update (版本 1703)
已驗證的版本:Home、Pro、Enterprise、Education、S、Surface Hub、Mobile
| 密碼編譯模組 | 安全性原則) 的版本 (連結 | FIPS 憑證# | 演算法 |
|---|---|---|---|
| 密碼編譯基本類型程式庫 (bcryptprimitives.dll 和 ncryptsslp.dll) | 10.0.15063 | #3095 | FIPS 核准的演算法:AES (憑證。 #4624) ;CKG (廠商) ;CVL (憑證 #1278 和 #1281) ;DRBG (憑證。 #1555) ;DSA (憑證。 #1223) ;ECDSA (憑證。 #1133) ;HMAC (憑證。 #3061) ;KAS (憑證。 #127) ;KBKDF (憑證。 #140) ;KTS (AES 憑證。 #4626;金鑰建立方法提供 128 位到 256 位的加密強度) ;PBKDF (廠商) ;RSA (憑證。 #2521 和 #2522) ;SHS (憑證。 #3790) ;Triple-DES (憑證。 #2459 其他演算法:HMAC-MD5;MD5;DES;舊版 CAPI KDF;MD2;MD4;RC2;RC4;RSA (加密/解密) 已驗證的元件實作:FIPS186-4 ECDSA - 雜湊大小訊息的簽章產生 (憑證。 #1133) ;FIPS186-4 RSA;PKCS#1 v2.1 - RSASP1 簽章基本 (憑證。 #2521) ;FIPS186-4 RSA;RSADP - RSADP Primitive (Cert. #1281) ;SP800-135 - 第 4.1.1 節、IKEv1 區段 4.1.2、IKEv2 第 4.2 節、TLS (憑證。 #1278) |
| 核心模式密碼編譯基本類型程式庫 (cng.sys) | 10.0.15063 | #3094 | #3094 FIPS 核准的演算法:AES (憑證。 #4624 和 #4626) ;CKG (廠商) ;CVL (憑證。 #1278 和 #1281) ;DRBG (憑證。 #1555) ;DSA (憑證。 #1223) ;ECDSA (憑證。 #1133) ;HMAC (憑證。 #3061) ;KAS (憑證。 #127) ;KBKDF (憑證。 #140) ;KTS (AES 憑證。 #4626;金鑰建立方法提供 128 位到 256 位的加密強度) ;PBKDF (廠商) ;RSA (憑證。 #2521 和 #2523) ;SHS (憑證。 #3790) ;Triple-DES (憑證。 #2459 其他演算法:HMAC-MD5;MD5;NDRNG;DES;舊版 CAPI KDF;MD2;MD4;RC2;RC4;RSA (加密/解密) 已驗證的元件實作:FIPS186-4 ECDSA - (Cert.; 雜湊大小訊息的簽章產生FIPS186-4 RSA;PKCS#1 v2.1 - RSASP1 簽章基本 (Cert.]https://csrc.nist.gov/projects/cryptographic-module-validation-program/certificate/3094) (#2521 ) ;FIPS186-4 RSA;RSADP - RSADP Primitive (Cert.] (https://csrc.nist.gov/projects/cryptographic-module-validation-program/certificate/3094) |
| 開機管理員 | 10.0.15063 | #3089 | FIPS 核准的演算法:AES (憑證。 #4624 和 #4625) ;CKG (廠商) ;HMAC (憑證。 #3061) ;PBKDF (廠商) ;RSA (憑證。 #2523) ;SHS (憑證。 #3790 其他演算法:PBKDF (廠商) ;VMK KDF (廠商) |
| Windows OS 載入器 | 10.0.15063 | #3090 | FIPS 核准的演算法:AES (憑證。 #4624 和 #4625) ;RSA (憑證。 #2523) ;SHS (憑證。 #3790 |
| Windows繼續 [1] | 10.0.15063 | #3091 | FIPS 核准的演算法:AES (憑證。 #4624 和 #4625) ;RSA (憑證。 #2523) ;SHS (憑證。 #3790) |
| BitLocker® 傾印篩選 [2] | 10.0.15063 | #3092 | FIPS 核准的演算法:AES (憑證。 #4624 和 #4625) ;RSA (憑證。 #2522) ;SHS (憑證。 #3790) |
| 程式碼完整性 (ci.dll) | 10.0.15063 | #3093 | FIPS 核准的演算法:AES (憑證。 #4624) ;RSA (憑證。 #2522 和 #2523) ;SHS (憑證。 #3790 已驗證的元件實作:FIPS186-4 RSA;PKCS#1 v1.5 - RSASP1 簽章基本 (憑證。 #1282) |
| 安全核心程式代碼完整性 (skci.dll) [3] | 10.0.15063 | #3096 | FIPS 核准的演算法:AES (憑證。 #4624) ;RSA (憑證。 #2522 和 #2523) ;SHS (憑證。 #3790 已驗證的元件實作:FIPS186-4 RSA;PKCS#1 v1.5 - RSASP1 簽章基本 (憑證。 #1282) |
[1] 僅適用于首頁、Pro、Enterprise、教育及 S。
[2] 僅適用于Pro、Enterprise、教育、S、行動和Surface Hub
[3] 僅適用于Pro、Enterprise、教育版和 S
Windows 10年度更新 (版本 1607)
已驗證的版本:Home、Pro、Enterprise、Enterprise LTSB、Mobile
| 密碼編譯模組 | 安全性原則) 的版本 (連結 | FIPS 憑證# | 演算法 |
|---|---|---|---|
| 密碼編譯基本類型程式庫 (bcryptprimitives.dll 和 ncryptsslp.dll) | 10.0.14393 | #2937 | FIPS 核准的演算法:AES (憑證。 #4064) ;DRBG (憑證。 #1217) ;DSA (憑證。 #1098) ;ECDSA (憑證。 #911) ;HMAC (憑證。 #2651) ;KAS (憑證。 #92) ;KBKDF (憑證。 #101) ;KTS (AES 憑證。 #4062;key wrapping;金鑰建立方法提供 128 位到 256 位的加密強度) ;PBKDF (廠商) ;RSA (憑證。 #2192、 #2193 和 #2195) ;SHS (憑證。 #3347) ;Triple-DES (Cert. #2227) 其他演算法:HMAC-MD5;MD5;DES;舊版 CAPI KDF;MD2;MD4;RC2;RC4;RSA (加密/解密) 已驗證的元件實作:FIPS186-4 ECDSA - 雜湊大小訊息的簽章產生 (憑證。 #922) ;FIPS186-4 RSA;PKCS#1 v2.1 - RSASP1 簽章基本 (憑證。 #888) ;FIPS186-4 RSA;RSADP - RSADP Primitive (Cert. #887) ;SP800-135 - 第 4.1.1 節、IKEv1 區段 4.1.2、IKEv2 第 4.2 節、TLS (憑證。 #886) |
| 核心模式密碼編譯基本類型程式庫 (cng.sys) | 10.0.14393 | #2936 | FIPS 核准的演算法:AES (憑證。 #4064) ;DRBG (憑證。 #1217) ;DSA (憑證。 #1098) ;ECDSA (憑證。 #911) ;HMAC (憑證。 #2651) ;KAS (憑證。 #92) ;KBKDF (憑證。 #101) ;KTS (AES 憑證。 #4062;key wrapping;金鑰建立方法提供 128 位到 256 位的加密強度) ;PBKDF (廠商) ;RSA (憑證。 #2192、 #2193 和 #2195) ;SHS (憑證。 #3347) ;Triple-DES (Cert. #2227) 其他演算法:HMAC-MD5;MD5;NDRNG;DES;舊版 CAPI KDF;MD2;MD4;RC2;RC4;RSA (加密/解密) 已驗證的元件實作:FIPS186-4 ECDSA - 雜湊大小訊息的簽章產生 (憑證。 #922) ;FIPS186-4 RSA;PKCS#1 v2.1 - RSASP1 簽章基本 (憑證。 #888) ;FIPS186-4 RSA;RSADP - RSADP 基本 (憑證。 #887) |
| 開機管理員 | 10.0.14393 | #2931 | FIPS 核准的演算法:AES (憑證。 #4061 和 #4064) ;HMAC (憑證。 #2651) ;PBKDF (廠商) ;RSA (憑證。 #2193) ;SHS (憑證。 #3347) 其他演算法:MD5;PBKDF (不符合規範的) ;VMK KDF |
| bitLocker® Windows OS 載入器 (winload) | 10.0.14393 | #2932 | FIPS 核准的演算法:AES (憑證。 #4061 和 #4064) ;RSA (憑證。 #2193) ;SHS (憑證。 #3347) 其他演算法:NDRNG;MD5 |
| BitLocker® Windows繼續 (winresume) [1] | 10.0.14393 | #2933 | FIPS 核准的演算法:AES (憑證。 #4061 和 #4064) ;RSA (憑證。 #2193) ;SHS (憑證。 #3347) 其他演算法:MD5 |
| BitLocker® 傾印篩選器 (dumpfve.sys) [2] | 10.0.14393 | #2934 | FIPS 核准的演算法:AES (憑證。 #4061 和 #4064) |
| 程式碼完整性 (ci.dll) | 10.0.14393 | #2935 | FIPS 核准的演算法:RSA (憑證。 #2193) ;SHS (憑證。 #3347) 其他演算法:AES (不符合規範的) ;MD5 已驗證的元件實作:FIPS186-4 RSA;PKCS#1 v2.1 - RSASP1 簽章基本 (憑證。 #888) |
| 安全核心程式代碼完整性 (skci.dll) [3] | 10.0.14393 | #2938 | FIPS 核准的演算法:RSA (憑證。 #2193) ;SHS (憑證。 #3347) 其他演算法:MD5 已驗證的元件實作:FIPS186-4 RSA;PKCS#1 v2.1 - RSASP1 簽章基本 (憑證。 #888) |
[1] 僅適用于 Home、Pro、Enterprise 和 Enterprise LTSB
[2] 僅適用于 Pro、Enterprise、Enterprise LTSB 和 Mobile
[3] 僅適用于 Pro、Enterprise 和 Enterprise LTSB
Windows 10 2015 年 11 月更新 (版本 1511)
驗證的版本:Home、Pro、Enterprise、Enterprise LTSB、Mobile、Surface Hub
| 密碼編譯模組 | 安全性原則) 的版本 (連結 | FIPS 憑證# | 演算法 |
|---|---|---|---|
| 密碼編譯基本類型程式庫 (bcryptprimitives.dll 和 ncryptsslp.dll) | 10.0.10586 | #2606 | FIPS 核准的演算法:AES (憑證。 #3629) ;DRBG (憑證。 #955) ;DSA (憑證。 #1024) ;ECDSA (憑證。 #760) ;HMAC (憑證。 #2381) ;KAS (憑證。 #72;金鑰合約;金鑰建立方法提供 112 位到 256 位的加密強度) ;KBKDF (憑證。 #72) ;KTS (AES 憑證。 #3653;key wrapping;金鑰建立方法提供 128 位到 256 位的加密強度) ;PBKDF (廠商) ;RSA (憑證。 #1887、 #1888 和 #1889) ;SHS (憑證。 #3047) ;Triple-DES (憑證。 #2024) 其他演算法:DES;HMAC-MD5;舊版 CAPI KDF;MD2;MD4;MD5;RC2;RC4;RSA (加密/解密) 已驗證的元件實作:FIPS186-4 ECDSA - 簽章產生雜湊大小訊息 (憑證。 #666) ;FIPS186-4 RSA;PKCS#1 v2.1 - RSASP1 簽章基本 (憑證。 #665) ;FIPS186-4 RSA;RSADP - RSADP Primitive (Cert. #663) ;SP800-135 - 第 4.1.1 節、IKEv1 區段 4.1.2、IKEv2 區段 4.2、TLS (憑證。 #664) |
| 核心模式密碼編譯基本類型程式庫 (cng.sys) | 10.0.10586 | #2605 | FIPS 核准的演算法:AES (憑證。 #3629) ;DRBG (憑證。 #955) ;DSA (憑證。 #1024) ;ECDSA (憑證。 #760) ;HMAC (憑證。 #2381) ;KAS (憑證。 #72;金鑰合約;金鑰建立方法提供 112 位到 256 位的加密強度) ;KBKDF (憑證。 #72) ;KTS (AES 憑證。 #3653;key wrapping;金鑰建立方法提供 128 位到 256 位的加密強度) ;PBKDF (廠商) ;RSA (憑證。 #1887、 #1888 和 #1889) ;SHS (憑證。 #3047) ;Triple-DES (憑證。 #2024) 其他演算法:DES;HMAC-MD5;舊版 CAPI KDF;MD2;MD4;MD5;RC2;RC4;RSA (加密/解密) 已驗證的元件實作:FIPS186-4 ECDSA - 簽章產生雜湊大小訊息 (憑證。 #666) ;FIPS186-4 RSA;PKCS#1 v2.1 - RSASP1 簽章基本 (憑證。 #665) ;FIPS186-4 RSA;RSADP - RSADP 基本 (憑證。 #663) |
| 開機管理員 [4] | 10.0.10586 | #2700 | FIPS 核准的演算法:AES (憑證。 #3653) ;HMAC (憑證 #2381) ;PBKDF (廠商) ;RSA (憑證。 #1871) ;SHS (憑證。 #3047 和 #3048) 其他演算法:MD5;KDF (不符合規範的) ;PBKDF (不符合規範的) |
| BitLocker® Windows OS Loader (winload) [5] | 10.0.10586 | #2701 | FIPS 核准的演算法:AES (憑證。 #3629 和 #3653) ;RSA (憑證。 #1871) ;SHS (憑證。 #3048) 其他演算法:MD5;NDRNG |
| BitLocker® Windows繼續 (winresume) [6] | 10.0.10586 | #2702 | FIPS 核准的演算法:AES (憑證。 #3653) ;RSA (憑證。 #1871) ;SHS (憑證。 #3048) 其他演算法:MD5 |
| BitLocker® 傾印篩選器 (dumpfve.sys) [7] | 10.0.10586 | #2703 | FIPS 核准的演算法:AES (憑證。 #3653) |
| 程式碼完整性 (ci.dll) | 10.0.10586 | #2604 | FIPS 核准的演算法:RSA (憑證。 #1871) ;SHS (憑證。 #3048) 其他演算法:AES (不符合規範的) ;MD5 已驗證的元件實作:FIPS186-4 RSA;PKCS#1 v2.1 - RSASP1 簽章基本 (憑證。 #665) |
| 安全核心程式代碼完整性 (skci.dll) [8] | 10.0.10586 | #2607 | FIPS 核准的演算法:RSA (憑證。 #1871) ;SHS (憑證。 #3048) 其他演算法:MD5 已驗證的元件實作:FIPS186-4 RSA;PKCS#1 v2.1 - RSASP1 簽章基本 (憑證。 #665) |
[4] 僅適用于 Home、Pro、Enterprise、Mobile 和 Surface Hub
[5] 僅適用于 Home、Pro、Enterprise、Mobile 和 Surface Hub
[6] 僅適用于首頁、Pro和Enterprise
[7] 僅適用于 Pro、Enterprise、Mobile 和 Surface Hub
[8] 僅適用于 Enterprise 和 Enterprise LTSB
Windows 10 (版本 1507)
驗證的版本:Home、Pro、Enterprise、Enterprise LTSB、Mobile 和 Surface Hub
| 密碼編譯模組 | 安全性原則) 的版本 (連結 | FIPS 憑證# | 演算法 |
|---|---|---|---|
| 密碼編譯基本類型程式庫 (bcryptprimitives.dll 和 ncryptsslp.dll) | 10.0.10240 | #2606 | FIPS 核准的演算法:AES (憑證。 #3497) ;DRBG (憑證。 #868) ;DSA (憑證。 #983) ;ECDSA (憑證。 #706) ;HMAC (憑證。 #2233) ;KAS (憑證。 #64;金鑰合約;金鑰建立方法提供 112 位到 256 位的加密強度) ;KBKDF (憑證。 #66) ;KTS (AES 憑證。 #3507;key wrapping;金鑰建立方法提供 128 位到 256 位的加密強度) ;PBKDF (廠商) ;RSA (憑證。 #1783、 #1798和 #1802) ;SHS (憑證。 #2886) ;Triple-DES (憑證。 #1969) 其他演算法:DES;HMAC-MD5;舊版 CAPI KDF;MD2;MD4;MD5;RC2;RC4;RSA (加密/解密) 已驗證的元件實作:FIPS186-4 RSA;PKCS#1 v2.1 - RSASP1 簽章基本 (憑證。 #572) ;FIPS186-4 RSA;RSADP - RSADP Primitive (Cert. #576) ;SP800-135 - 第 4.1.1 節、IKEv1 區段 4.1.2、IKEv2 第 4.2 節、TLS (憑證。 #575) |
| 核心模式密碼編譯基本類型程式庫 (cng.sys) | 10.0.10240 | #2605 | FIPS 核准的演算法:AES (憑證。 #3497) ;DRBG (憑證。 #868) ;DSA (憑證。 #983) ;ECDSA (憑證。 #706) ;HMAC (憑證。 #2233) ;KAS (憑證。 #64;金鑰合約;金鑰建立方法提供 112 位到 256 位的加密強度) ;KBKDF (憑證。 #66) ;KTS (AES 憑證。 #3507;key wrapping;金鑰建立方法提供 128 位到 256 位的加密強度) ;PBKDF (廠商) ;RSA (憑證。 #1783、 #1798和 #1802) ;SHS (憑證。 #2886) ;Triple-DES (憑證。 #1969) 其他演算法:DES;HMAC-MD5;舊版 CAPI KDF;MD2;MD4;MD5;RC2;RC4;RSA (加密/解密) 已驗證的元件實作:FIPS186-4 RSA;PKCS#1 v2.1 - RSASP1 簽章基本 (憑證。 #572) ;FIPS186-4 RSA;RSADP - RSADP 基本 (憑證。 #576) |
| 開機管理員 [9] | 10.0.10240 | #2600 | FIPS 核准的演算法:AES (憑證。 #3497) ;HMAC (憑證。 #2233) ;KTS (AES 憑證。 #3498) ;PBKDF (廠商) ;RSA (憑證。 #1784) ;SHS (憑證。 #2871 和 #2886) 其他演算法:MD5;KDF (不符合規範的) ;PBKDF (不符合規範的) |
| BitLocker® Windows OS Loader (winload) [10] | 10.0.10240 | #2601 | FIPS 核准的演算法:AES (憑證。 #3497 和 #3498) ;RSA (憑證。 #1784) ;SHS (憑證 。#2871) 其他演算法:MD5;NDRNG |
| BitLocker® Windows繼續 (winresume) [11] | 10.0.10240 | #2602 | FIPS 核准的演算法:AES (憑證。 #3497 和 #3498) ;RSA (憑證。 #1784) ;SHS (憑證 。#2871) 其他演算法:MD5 |
| BitLocker® 傾印篩選器 (dumpfve.sys) [12] | 10.0.10240 | #2603 | FIPS 核准的演算法:AES (憑證。 #3497 和 #3498) |
| 程式碼完整性 (ci.dll) | 10.0.10240 | #2604 | FIPS 核准的演算法:RSA (憑證。 #1784) ;SHS (憑證。 #2871) 其他演算法:AES (不符合規範的) ;MD5 已驗證的元件實作:FIPS186-4 RSA;PKCS#1 v2.1 - RSASP1 簽章基本 (憑證。 #572) |
| 安全核心程式代碼完整性 (skci.dll) [13] | 10.0.10240 | #2607 | FIPS 核准的演算法:RSA (憑證。 #1784) ;SHS (憑證。 #2871) 其他演算法:MD5 已驗證的元件實作:FIPS186-4 RSA;PKCS#1 v2.1 - RSASP1 簽章基本 (憑證。 #572) |
[9] 僅適用于 Home、Pro、Enterprise 和 Enterprise LTSB
[10] 僅適用于 Home、Pro、Enterprise 和 Enterprise LTSB
[11] 僅適用于 Home、Pro、Enterprise 和 Enterprise LTSB
[12] 僅適用于 Pro、Enterprise 和 Enterprise LTSB
[13] 僅適用于 Enterprise 和 Enterprise LTSB
Windows 8.1
已驗證的版本:RT、Pro、Enterprise、電話、Embedded
| 密碼編譯模組 | 安全性原則) 的版本 (連結 | FIPS 憑證# | 演算法 |
|---|---|---|---|
| 密碼編譯基本類型程式庫 (bcryptprimitives.dll 和 ncryptsslp.dll) | 6.3.9600 6.3.9600.17031 | #2357 | FIPS 核准的演算法:AES (憑證。 #2832) ;DRBG (憑證。 #489) ;DSA (憑證。 #855) ;ECDSA (憑證。 #505) ;HMAC (憑證。 #1773) ;KAS (憑證。 #47) ;KBKDF (憑證。 #30) ;PBKDF (廠商) ;RSA (憑證。 #1487、 #1493 和 #1519) ;SHS (憑證。 #2373) ;Triple-DES (Cert. #1692) 其他演算法:AES (憑證。#2832,金鑰包裝;金鑰建立方法提供 128 位到 256 位的加密強度) ;AES GCM加密 (不符合規範的) ;DES;HMAC MD5;舊版 CAPI KDF;MD2;MD4;MD5;NDRNG;RC2;RC4;RSA (加密/解密) #2832,金鑰包裝;金鑰建立方法提供 128 位到 256 位的加密強度) ;AES GCM加密 (不符合規範的) ;DES;HMAC MD5;舊版 CAPI KDF;MD2;MD4;MD5;NDRNG;RC2;RC4;RSA (加密/解密) 已驗證的元件實作:FIPS186-4 ECDSA - 雜湊大小訊息的簽章產生 (憑證。 #288) ;FIPS186-4 RSA;PKCS#1 v2.1 - RSASP1 簽章基本 (憑證。 #289) ;SP800-135 - 第 4.1.1 節、IKEv1 區段 4.1.2、IKEv2 第 4.2 節、TLS (憑證。 #323) |
| 核心模式密碼編譯基本類型程式庫 (cng.sys) | 6.3.9600 6.3.9600.17042 | #2356 | FIPS 核准的演算法:AES (憑證。 #2832) ;DRBG (憑證。 #489) ;ECDSA (憑證。 #505) ;HMAC (憑證。 #1773) ;KAS (憑證。 #47) ;KBKDF (憑證。 #30) ;PBKDF (廠商) ;RSA (憑證。 #1487、 #1493 和 #1519) ;SHS (憑證。 # 2373) ;Triple-DES (Cert. #1692) 其他演算法:AES (憑證。#2832,金鑰包裝;金鑰建立方法提供 128 位到 256 位的加密強度) ;AES GCM加密 (不符合規範的) ;DES;HMAC MD5;舊版 CAPI KDF;MD2;MD4;MD5;NDRNG;RC2;RC4;RSA (加密/解密) 已驗證的元件實作:FIPS186-4 ECDSA - 雜湊大小訊息的簽章產生 (憑證。 #288) ;FIPS186-4 RSA;PKCS#1 v2.1 - RSASP1 簽章基本 (憑證。 #289) |
| 開機管理員 | 6.3.9600 6.3.9600.17031 | #2351 | FIPS 核准的演算法:AES (憑證。 #2832) ;HMAC (憑證。 #1773) ;PBKDF (廠商) ;RSA (憑證。 #1494) ;SHS (憑證。 # 2373 和 #2396) 其他演算法:MD5;KDF (不符合規範的) ;PBKDF (不符合規範的) |
| bitLocker® Windows OS 載入器 (winload) | 6.3.9600 6.3.9600.17031 | #2352 | FIPS 核准的演算法:AES (憑證。 #2832) ;RSA (憑證。 #1494) ;SHS (憑證。 #2396) 其他演算法:MD5;NDRNG |
| BitLocker® Windows繼續 (winresume) [14] | 6.3.9600 6.3.9600.17031 | #2353 | FIPS 核准的演算法:AES (憑證。 #2832) ;RSA (憑證。 #1494) ;SHS (憑證。 # 2373 和 #2396) 其他演算法:MD5 |
| BitLocker® 傾印篩選 (dumpfve.sys) | 6.3.9600 6.3.9600.17031 | #2354 | FIPS 核准的演算法:AES (憑證。 #2832) 其他演算法:N/A |
| 程式碼完整性 (ci.dll) | 6.3.9600 6.3.9600.17031 | #2355 | FIPS 核准的演算法:RSA (憑證。 #1494) ;SHS (憑證 #2373) 其他演算法:MD5 已驗證的元件實作:PKCS#1 v2.1 - RSASP1 簽章基本 (憑證。 #289) |
[14] 僅適用于 Pro、Enterprise 和 Embedded 8。
Windows 8
已驗證的版本:RT、Home、Pro、Enterprise、電話
| 密碼編譯模組 | 安全性原則) 的版本 (連結 | FIPS 憑證# | 演算法 |
|---|---|---|---|
| 密碼編譯基本類型程式庫 (BCRYPTPRIMITIVES.DLL) | 6.2.9200 | #1892 | FIPS 核准的演算法:AES (憑證。 #2197 和 #2216) ;DRBG (憑證。 #258) ;DSA (憑證。 #687) ;ECDSA (憑證。 #341) ;HMAC (憑證。 #1345) ;KAS (憑證。 #36) ;KBKDF (憑證。 #3) ;PBKDF (廠商) ;RSA (憑證。 #1133 和 #1134) ;SHS (憑證。 #1903) ;Triple-DES (Cert. #1387) 其他演算法:AES (憑證。 #2197,金鑰包裝;金鑰建立方法提供 128 位到 256 位的加密強度) ;DES;舊版 CAPI KDF;MD2;MD4;MD5;HMAC MD5;RC2;RC4;RSA (加密/解密) #258) ;DSA (Cert.) ;ECDSA (Cert.) ;HMAC (Cert.) ;KAS (憑證) ;KBKDF (Cert.) ;PBKDF (廠商) ;RSA (憑證。 和) ;SHS (Cert.) ;Triple-DES (Cert.) |
| 核心模式密碼編譯基本類型程式庫 (cng.sys) | 6.2.9200 | #1891 | FIPS 核准的演算法:AES (憑證。 #2197 和 #2216) ;DRBG (憑證。 #258 和 #259) ;ECDSA (憑證。 #341) ;HMAC (憑證。 #1345) ;KAS (憑證。 #36) ;KBKDF (憑證。 #3) ;PBKDF (廠商) ;RNG (憑證。 #1110) ;RSA (憑證。 #1133 和 #1134) ;SHS (憑證。 #1903) ;Triple-DES (Cert. #1387) 其他演算法:AES (憑證。 #2197,金鑰包裝;金鑰建立方法提供 128 位到 256 位的加密強度) ;DES;舊版 CAPI KDF;MD2;MD4;MD5;HMAC MD5;RC2;RC4;RSA (加密/解密) #258 和) ;ECDSA (Cert.) ;HMAC (Cert.) ;KAS (Cert.) ;KBKDF (Cert.) ;PBKDF (廠商) ;RNG (Cert.) ;RSA (憑證。 和) ;SHS (Cert.) ;Triple-DES (Cert.) 其他演算法:AES (憑證、金鑰包裝;金鑰建立方法提供 128 位到 256 位的加密強度) ;DES;舊版 CAPI KDF;MD2;MD4;MD5;HMAC MD5;RC2;RC4;RSA (加密/解密) |
| 開機管理員 | 6.2.9200 | #1895 | FIPS 核准的演算法:AES (憑證。 #2196 和 #2198) ;HMAC (憑證。 #1347) ;RSA (憑證。 #1132) ;SHS (憑證 。#1903) 其他演算法:MD5 |
| BITLocker® Windows OS Loader (WINLOAD) | 6.2.9200 | #1896 | FIPS 核准的演算法:AES (憑證。 #2196 和 #2198) ;RSA (憑證。 #1132) ;SHS (憑證。 #1903) 其他演算法:AES (憑證。 #2197;不符合規範的) ;MD5;未核准的 RNG |
| BitLocker® Windows繼續 (WINRESUME) [15] | 6.2.9200 | #1898 | FIPS 核准的演算法:AES (憑證。 #2196 和 #2198) ;RSA (憑證。 #1132) ;SHS (憑證。 #1903) 其他演算法:MD5 |
| BitLocker® 傾印篩選 (DUMPFVE.SYS) | 6.2.9200 | #1899 | FIPS 核准的演算法:AES (憑證。 #2196 和 #2198) 其他演算法:N/A |
| 程式碼完整性 (CI.DLL) | 6.2.9200 | #1897 | FIPS 核准的演算法:RSA (憑證。 #1132) ;SHS (憑證。 #1903) 其他演算法:MD5 |
| 增強的 DSS 和Diffie-Hellman密碼編譯提供者 (DSSENH.DLL) | 6.2.9200 | #1893 | FIPS 核准的演算法:DSA (憑證。 #686) ;SHS (憑證。 #1902) ;Triple-DES (Cert. #1386) ;Triple-DES MAC (Triple-DES Cert. #1386, 廠商) 其他演算法:DES;DES MAC;DES40;DES40 MAC;Diffie-Hellman;MD5;RC2;RC2 MAC;RC4;Triple-DES (Cert. #1386, key wrapping;金鑰建立方法提供 112 位的加密強度;不符合規範的加密強度小於 112 位) #1902) ;Triple-DES (Cert.) ;Triple-DES MAC (Triple-DES 憑證,廠商) 其他演算法:DES;DES MAC;DES40;DES40 MAC;Diffie-Hellman;MD5;RC2;RC2 MAC;RC4;三重 DES (憑證,金鑰包裝;金鑰建立方法提供 112 位的加密強度;不符合規範的加密強度小於 112 位) |
| 增強的密碼編譯提供者 (RSAENH.DLL) | 6.2.9200 | #1894 | FIPS 核准的演算法:AES (憑證。 #2196) ;HMAC (憑證。 #1346) ;RSA (憑證。 #1132) ;SHS (憑證。 #1902) ;Triple-DES (Cert. #1386) 其他演算法:AES (憑證。 #2196,金鑰包裝;金鑰建立方法提供 128 位到 256 位的加密強度) ;DES;MD2;MD4;MD5;RC2;RC4;RSA (鍵包裝;金鑰建立方法提供 112 位到 150 位的加密強度;不符合規範的加密強度小於 112 位) ;Triple-DES (Cert. #1386, key wrapping;金鑰建立方法提供 112 位的加密強度;不符合規範的加密強度小於 112 位) |
[15] 僅適用于首頁和Pro
Windows 7
已驗證的版本:Windows 7、Windows 7 SP1
| 密碼編譯模組 | 安全性原則) 的版本 (連結 | FIPS 憑證# | 演算法 |
|---|---|---|---|
| 密碼編譯基本類型程式庫 (BCRYPTPRIMITIVES.DLL) | 6.1.7600.16385 | 1329 | FIPS 核准的演算法:AES (憑證。 #1168和#1178) ;AES GCM (憑證。#1168,廠商-) ;AES GMAC (憑證。#1168,廠商-) ;DRBG (憑證。 #23 和 #24) ;DSA (憑證。 #386) ;ECDSA (憑證。 #141) ;HMAC (憑證。 #677) ;KAS (SP 800-56A, 廠商,金鑰協定;金鑰建立方法提供 80 位到 256 位的加密強度) ;RNG (憑證。 #649) ;RSA (憑證。 #559 和 #560) ;SHS (憑證。 #1081) ;Triple-DES (Cert. #846) 其他演算法:AES (憑證。 #1168,金鑰包裝;金鑰建立方法提供 128 位到 256 位的加密強度) ;DES;Diffie-Hellman (金鑰協定;金鑰建立方法提供 112 位到 150 位的加密強度;不符合規範的加密強度小於 112 位) ;MD2;MD4;MD5;HMAC MD5;RC2;RC4#559 和) ;SHS (Cert.) ;Triple-DES (Cert.) 其他演算法:AES (憑證、金鑰包裝;金鑰建立方法提供 128 位到 256 位的加密強度) ;DES;Diffie-Hellman (金鑰協定;金鑰建立方法提供 112 位到 150 位的加密強度;不符合規範的加密強度小於 112 位) ;MD2;MD4;MD5;HMAC MD5;RC2;RC4 |
| 核心模式密碼編譯基本類型程式庫 (cng.sys) | 6.1.7600.16385 | 1328 | FIPS 核准的演算法:AES (憑證。 #1168和#1178) ;AES GCM (憑證。#1168,廠商-) ;AES GMAC (憑證。#1168,廠商-) ;DRBG (憑證。 #23 和 #24) ;ECDSA (憑證。 #141) ;HMAC (憑證。 #677) ;KAS (SP 800-56A, 廠商,金鑰協定;金鑰建立方法提供 80 位到 256 位的加密強度) ;RNG (憑證。 #649) ;RSA (憑證。 #559 和 #560) ;SHS (憑證。 #1081) ;Triple-DES (Cert. #846) 其他演算法:AES (憑證。 #1168,金鑰包裝;金鑰建立方法提供 128 位到 256 位的加密強度) ;DES;Diffie-Hellman (金鑰協定;金鑰建立方法提供 112 位到 150 位的加密強度;不符合規範的加密強度小於 112 位) ;MD2;MD4;MD5;HMAC MD5;RC2;RC4 |
| 開機管理員 | 6.1.7600.16385 | 1319 | FIPS 核准的演算法:AES (憑證。 #1168 和 #1177) ;HMAC (憑證。 #675) ;RSA (憑證。 #557) ;SHS (憑證 。#1081) 其他演算法:MD5#1168 和) ;HMAC (Cert.) ;RSA (Cert.) ;SHS (Cert.) 其他演算法:MD5 |
| Winload OS Loader (winload.exe) | 6.1.7600.16385 | 1326 | FIPS 核准的演算法:AES (憑證。 #1168 和 #1177) ;RSA (憑證。 #557) ;SHS (憑證 。#1081) 其他演算法:MD5 |
| BitLocker™ 磁片磁碟機加密 | 6.1.7600.16385 | 1332 | FIPS 核准的演算法:AES (憑證。 #1168 和 #1177) ;HMAC (憑證。 #675) ;SHS (憑證 。#1081) 其他演算法:偵測擴散器 |
| 程式碼完整性 (CI.DLL) | 6.1.7600.16385 | 1327 | FIPS 核准的演算法:RSA (憑證。 #557) ;SHS (憑證 。#1081) 其他演算法:MD5 |
| 增強的 DSS 和Diffie-Hellman密碼編譯提供者 (DSSENH.DLL) | 6.1.7600.16385 (SP1) 中沒有任何變更 |
1331 | FIPS 核准的演算法:DSA (憑證。 #385) ;RNG (憑證。 #649) ;SHS (憑證。 #1081) ;Triple-DES (Cert. #846) ;Triple-DES MAC (Triple-DES Cert. #846, 廠商) 其他演算法:DES;DES MAC;DES40;DES40 MAC;Diffie-Hellman;MD5;RC2;RC2 MAC;RC4 |
| 增強的密碼編譯提供者 (RSAENH.DLL) | 6.1.7600.16385 (SP1) 中沒有任何變更 |
1330 | FIPS 核准的演算法:AES (憑證。 #1168) ;DRBG (憑證。 #23) ;HMAC (憑證。 #673) ;SHS (憑證。 #1081) ;RSA (憑證。 #557 和 #559) ;Triple-DES (Cert. #846) 其他演算法:DES;MD2;MD4;MD5;RC2;RC4;RSA (鍵包裝;金鑰建立方法提供 112 位到 256 位的加密強度;不符合規範的加密強度小於 112 位) |
Windows Vista SP1
已驗證的版本:Ultimate Edition
| 密碼編譯模組 | 安全性原則) 的版本 (連結 | FIPS 憑證# | 演算法 |
|---|---|---|---|
| boot manager (bootmgr) | 6.0.6001.18000 和 6.0.6002.18005 | 978 | FIPS 核准的演算法:AES (憑證。 #739 和 #760) ;HMAC (憑證。 #415) ;RSA (憑證。 #354) ;SHS (憑證。 #753) |
| Winload OS Loader (winload.exe) | 6.0.6001.18000、6.0.6001.18027、6.0.6001.18606、 6.0.6001.22125、6.0.6001.22861、6.0.6002.18005、6.0.6002.18411 和 6.0.6002.22596 | 979 | FIPS 核准的演算法:AES (憑證。 #739 和 #760) ;RSA (憑證。 #354) ;SHS (憑證 #753) 其他演算法:MD5 |
| 程式碼完整性 (ci.dll) | 6.0.6001.18000、6.0.6001.18023、6.0.6001.22120 和 6.0.6002.18005 | 980 | FIPS 核准的演算法:RSA (Cert. #354) ;SHS (憑證 。#753) 其他演算法:MD5 |
| 核心模式安全性支援提供者介面 (ksecdd.sys) | 6.0.6001.18709、6.0.6001.18272、 6.0.6001.18796、6.0.6001.22202、6.0.6001.22450、6.0.6001.22987、6.0.6001.23069、 6.0.6002.18005、6.0.6002.18051、6.0.6002.18541、6.0.600 2.18643、6.0.6002.22152、6.0.6002.22742 和 6.0.6002.22869 | 1000 | FIPS 核准的演算法:AES (憑證。 #739 和 #756) ;ECDSA (憑證。 #82) ;HMAC (憑證。 #412) ;RNG (Cert. #435 and SP 800-90 AES-CTR, vendor-) ;RSA (憑證。 #353 和 #357) ;SHS (憑證。 #753) ;Triple-DES (Cert. #656) #739 and) ;ECDSA (Cert.) ;HMAC (Cert.) ;RNG (憑證。 和 SP 800-90 AES-CTR、廠商-) ;RSA (憑證。 和) ;SHS (Cert.) ;Triple-DES (Cert.) 其他演算法:AES (GCM和 GMAC;不符合規範的) ;DES;Diffie-Hellman (金鑰協定;金鑰建立方法提供 112 位到 150 位的加密強度;不符合規範的加密強度小於 112 位) ;EC Diffie-Hellman (金鑰協定;金鑰建立方法提供 128 位到 256 位的加密強度) ;MD2;MD4;MD5;HMAC MD5;RC2;RC4;RNG (SP 800-90 雙重 EC;不符合規範的) ;RSA (鍵包裝;金鑰建立方法提供 112 位到 150 位的加密強度;不符合規範的加密強度小於 112 位) |
| 密碼編譯基本類型程式庫 (bcrypt.dll) | 6.0.6001.22202、6.0.6002.18005 和 6.0.6002.22872 | 1001 | FIPS 核准的演算法:AES (憑證。 #739 和 #756) ;DSA (憑證。 #283) ;ECDSA (憑證。 #82) ;HMAC (憑證。 #412) ;RNG (憑證。 #435 和 SP 800-90,廠商) ;RSA (憑證。 #353 和 #357) ;SHS (憑證。 #753) ;Triple-DES (Cert. #656) 其他演算法:AES (GCM和 GMAC;不符合規範的) ;DES;Diffie-Hellman (金鑰協定;金鑰建立方法提供 112 位到 150 位的加密強度;不符合規範的加密強度小於 112 位) ;EC Diffie-Hellman (金鑰協定;金鑰建立方法提供 128 位到 256 位的加密強度) ;MD2;MD4;MD5;RC2;RC4;RNG (SP 800-90 雙重 EC;不符合規範的) ;RSA (鍵包裝;金鑰建立方法提供 112 位到 150 位的加密強度;不符合規範可提供少於 112 位的加密強度) |
| 增強的密碼編譯提供者 (RSAENH) | 6.0.6001.22202 和 6.0.6002.18005 | 1002 | FIPS 核准的演算法:AES (憑證。 #739) ;HMAC (憑證。 #407) ;RNG (SP 800-90,廠商) ;RSA (憑證。 #353 和 #354) ;SHS (憑證。 #753) ;Triple-DES (Cert. #656) 其他演算法:DES;MD2;MD4;MD5;RC2;RC4;RSA (鍵包裝;金鑰建立方法提供 112 位到 150 位的加密強度;不符合規範的加密強度小於 112 位) |
| 增強的 DSS 和Diffie-Hellman密碼編譯提供者 (DSSENH) | 6.0.6001.18000 和 6.0.6002.18005 | 1003 | FIPS 核准的演算法:DSA (憑證。 #281) ;RNG (憑證。 #435) ;SHS (憑證。 #753) ;Triple-DES (Cert. #656) ;Triple-DES MAC (Triple-DES Cert. #656, 廠商) 其他演算法:DES;DES MAC;DES40;DES40 MAC;Diffie-Hellman (金鑰協定;金鑰建立方法提供 112 位到 150 位的加密強度;不符合規範的加密強度) 小於 112 位;MD5;RC2;RC2 MAC;RC4 |
Windows Vista
已驗證的版本:Ultimate Edition
| 密碼編譯模組 | 安全性原則) 的版本 (連結 | FIPS 憑證# | 演算法 |
|---|---|---|---|
| 增強的密碼編譯提供者 (RSAENH) | 6.0.6000.16386 | 893 | FIPS 核准的演算法:AES (憑證。 #553) ;HMAC (憑證。 #297) ;RNG (憑證。 #321) ;RSA (憑證。 #255 和 #258) ;SHS (憑證。 #618) ;Triple-DES (Cert. #549) 其他演算法:DES;MD2;MD4;MD5;RC2;RC4;RSA (鍵包裝;金鑰建立方法提供 112 位到 150 位的加密強度;不符合規範的加密強度小於 112 位) |
| 增強的 DSS 和Diffie-Hellman密碼編譯提供者 (DSSENH) | 6.0.6000.16386 | 894 | FIPS 核准的演算法:DSA (憑證。 #226) ;RNG (憑證。 #321) ;SHS (憑證。 #618) ;Triple-DES (Cert. #549) ;Triple-DES MAC (Triple-DES Cert. #549, 廠商) 其他演算法:DES;DES MAC;DES40;DES40 MAC;Diffie-Hellman (金鑰協定;金鑰建立方法提供 112 位到 150 位的加密強度;不符合規範的加密強度) 小於 112 位;MD5;RC2;RC2 MAC;RC4 |
| BitLocker™ 磁片磁碟機加密 | 6.0.6000.16386 | 947 | FIPS 核准的演算法:AES (憑證。 #715) ;HMAC (憑證。 #386) ;SHS (憑證 。#737) 其他演算法:偵測擴散器 |
| 核心模式安全性支援提供者介面 (ksecdd.sys) | 6.0.6000.16386、6.0.6000.16870 和 6.0.6000.21067 | 891 | FIPS 核准的演算法:AES (憑證。#553) ;ECDSA (憑證。 #60) ;HMAC (憑證。 #298) ;RNG (憑證。#321) ;RSA (憑證。 #257 和 #258) ;SHS (憑證。 #618) ;Triple-DES (Cert. #549) 其他演算法:DES;Diffie-Hellman (金鑰協定;金鑰建立方法提供 112 位到 150 位的加密強度;不符合規範的加密強度) 小於 112 位;EC Diffie-Hellman (金鑰協定;金鑰建立方法提供 128 位到 256 位的加密強度) ;MD2;MD4;MD5;RC2;RC4;HMAC MD5 |
Windows XP SP3
| 密碼編譯模組 | 安全性原則) 的版本 (連結 | FIPS 憑證# | 演算法 |
|---|---|---|---|
| 核心模式密碼編譯模組 (FIPS.SYS) | 5.1.2600.5512 | 997 | FIPS 核准的演算法:HMAC (憑證。 #429) ;RNG (憑證。 #449) ;SHS (憑證。 #785) ;Triple-DES (Cert. #677) ;Triple-DES MAC (Triple-DES Cert. #677, 廠商) 其他演算法:DES;MD5;HMAC MD5 |
| 增強的 DSS 和Diffie-Hellman密碼編譯提供者 (DSSENH) | 5.1.2600.5507 | 990 | FIPS 核准的演算法:DSA (憑證。 #292) ;RNG (憑證。 #448) ;SHS (憑證。 #784) ;Triple-DES (Cert. #676) ;Triple-DES MAC (Triple-DES Cert. #676, 廠商) 其他演算法:DES;DES40;Diffie-Hellman (金鑰協定;金鑰建立方法提供 112 位到 150 位的加密強度;不符合規範的) 小於 112 位;MD5;RC2;RC4 |
| 增強的密碼編譯提供者 (RSAENH) | 5.1.2600.5507 | 989 | FIPS 核准的演算法:AES (憑證。 #781) ;HMAC (憑證。 #428) ;RNG (憑證。 #447) ;RSA (憑證。 #371) ;SHS (憑證。 #783) ;Triple-DES (Cert. #675) ;Triple-DES MAC (Triple-DES Cert. #675, 廠商) 其他演算法:DES;MD2;MD4;MD5;HMAC MD5;RC2;RC4;RSA (鍵包裝;金鑰建立方法提供 112 位到 150 位的加密強度;不符合規範的位小於 112 位) |
Windows XP SP2
| 密碼編譯模組 | 安全性原則) 的版本 (連結 | FIPS 憑證# | 演算法 |
|---|---|---|---|
| DSS/Diffie-Hellman 增強式密碼編譯提供者 | 5.1.2600.2133 | 240 | FIPS 核准的演算法:Triple-DES (Cert. #16) ;DSA/SHA-1 (憑證。 #29) 其他演算法:DES (Cert. #66) ;RC2;RC4;MD5;DES40;Diffie-Hellman (金鑰協定) |
| Microsoft 增強型密碼編譯提供者 | 5.1.2600.2161 | 238 | FIPS 核准的演算法:Triple-DES (Cert. #81) ;AES (憑證。 #33) ;SHA-1 (憑證。 #83) ;RSA (PKCS#1,廠商) ;HMAC-SHA-1 (憑證。 #83,廠商) 其他演算法:DES (憑證。 #156) ;RC2;RC4;MD5 |
Windows XP SP1
| 密碼編譯模組 | 安全性原則) 的版本 (連結 | FIPS 憑證# | 演算法 |
|---|---|---|---|
| Microsoft 增強型密碼編譯提供者 | 5.1.2600.1029 | 238 | FIPS 核准的演算法:Triple-DES (Cert. #81) ;AES (憑證。 #33) ;SHA-1 (憑證。 #83) ;RSA (PKCS#1,廠商) ;HMAC-SHA-1 (憑證。 #83,廠商) 其他演算法:DES (憑證。 #156) ;RC2;RC4;MD5 |
Windows XP
| 密碼編譯模組 | 安全性原則) 的版本 (連結 | FIPS 憑證# | 演算法 |
|---|---|---|---|
| 核心模式密碼編譯模組 | 5.1.2600.0 | 241 | FIPS 核准的演算法:Triple-DES (Cert. #16) ;DSA/SHA-1 (憑證。 #35) ;HMAC-SHA-1 (憑證。 #35,廠商) 其他演算法:DES (憑證。 #89) |
Windows 2000 SP3
| 密碼編譯模組 | 安全性原則) 的版本 (連結 | FIPS 憑證# | 演算法 |
|---|---|---|---|
| 核心模式密碼編譯模組 (FIPS.SYS) | 5.0.2195.1569 | 106 | FIPS 核准的演算法:Triple-DES (Cert. #16) ;SHA-1 (憑證。 #35) 其他演算法:DES (憑證。 #89) |
| 基底 DSS 密碼編譯提供者、基底密碼編譯提供者、DSS/Diffie-Hellman 增強式密碼編譯提供者,以及增強的密碼編譯提供者 | (基底 DSS:5.0.2195.3665 [SP3]) | 103 | FIPS 核准的演算法:Triple-DES (Cert. #16) ;DSA/SHA-1 (憑證。 #28 和 #29) ;RSA (廠商) 其他演算法:DES (憑證。 #65、 66、 67 和 68) ;Diffie-Hellman (金鑰協定) ;RC2;RC4;MD2;MD4;MD5 |
Windows 2000 SP2
| 密碼編譯模組 | 安全性原則) 的版本 (連結 | FIPS 憑證# | 演算法 |
|---|---|---|---|
| 核心模式密碼編譯模組 (FIPS.SYS) | 5.0.2195.1569 | 106 | FIPS 核准的演算法:Triple-DES (Cert. #16) ;SHA-1 (憑證。 #35) 其他演算法:DES (憑證。 #89) |
| 基底 DSS 密碼編譯提供者、基底密碼編譯提供者、DSS/Diffie-Hellman 增強式密碼編譯提供者,以及增強的密碼編譯提供者 | (基底 DSS: | 103 | FIPS 核准的演算法:Triple-DES (Cert. #16) ;DSA/SHA-1 (憑證。 #28 和 #29) ;RSA (廠商) 其他演算法:DES (憑證。 #65、 66、 67 和 68) ;Diffie-Hellman (金鑰協定) ;RC2;RC4;MD2;MD4;MD5 |
Windows 2000 SP1
| 密碼編譯模組 | 安全性原則) 的版本 (連結 | FIPS 憑證# | 演算法 |
|---|---|---|---|
| 基底 DSS 密碼編譯提供者、基底密碼編譯提供者、DSS/Diffie-Hellman 增強式密碼編譯提供者,以及增強的密碼編譯提供者 | (基底 DSS:5.0.2150.1391 [SP1]) | 103 | FIPS 核准的演算法:Triple-DES (Cert. #16) ;DSA/SHA-1 (憑證。 #28 和 #29) ;RSA (廠商) 其他演算法:DES (憑證。 #65、 66、 67 和 68) ;Diffie-Hellman (金鑰協定) ;RC2;RC4;MD2;MD4;MD5 |
Windows 2000
| 密碼編譯模組 | 安全性原則) 的版本 (連結 | FIPS 憑證# | 演算法 |
|---|---|---|---|
| 基底 DSS 密碼編譯提供者、基底密碼編譯提供者、DSS/Diffie-Hellman 增強式密碼編譯提供者,以及增強的密碼編譯提供者 | 5.0.2150.1 | 76 | FIPS 核准的演算法:三重 DES (廠商) ;DSA/SHA-1 (憑證。 #28 和 29) ;RSA (廠商) 其他演算法:DES (憑證。 #65、 66、 67 和 68) ;RC2;RC4;MD2;MD4;MD5;Diffie-Hellman (金鑰協定) |
Windows 95 和 Windows 98
| 密碼編譯模組 | 安全性原則) 的版本 (連結 | FIPS 憑證# | 演算法 |
|---|---|---|---|
| 基底 DSS 密碼編譯提供者、基底密碼編譯提供者、DSS/Diffie-Hellman 增強式密碼編譯提供者,以及增強的密碼編譯提供者 | 5.0.1877.6 和 5.0.1877.7 | 75 | FIPS 核准的演算法:三重 DES (廠商) ;SHA-1 (憑證。 #20 和 21) ;DSA/SHA-1 (憑證。 #25 和 26) ;RSA (廠商 -) 其他演算法:DES (憑證。 #61、 62、 63 和 64) ;RC2;RC4;MD2;MD4;MD5;Diffie-Hellman (金鑰協定) |
Windows NT 4.0
| 密碼編譯模組 | 安全性原則) 的版本 (連結 | FIPS 憑證# | 演算法 |
|---|---|---|---|
| 基底密碼編譯提供者 | 5.0.1877.6 和 5.0.1877.7 | 68 | FIPS 核准的演算法:SHA-1 (憑證。 #20 和 21) ;DSA/SHA- 1 (憑證。 #25 和 26) ;RSA (廠商) 其他演算法:DES (憑證。 #61、 62、 63 和 64) ;允許美國和加拿大政府使用) 的三重 DES (;RC2;RC4;MD2;MD4;MD5;Diffie-Hellman (金鑰協定) |
Windows Server 使用的模組
Windows Server 2019 (版本 1809)
已驗證的版本:Standard、Datacenter
| 密碼編譯模組 | 安全性原則) 的版本 (連結 | FIPS 憑證# | 演算法 |
|---|---|---|---|
| 密碼編譯基本類型程式庫 | 10.0.17763 | #3197 | 如需演算法資訊,請參閱安全性原則和憑證頁面 |
| 核心模式密碼編譯基本類型程式庫 | 10.0.17763 | #3196 | 如需演算法資訊,請參閱安全性原則和憑證頁面 |
| 程式碼完整性 | 10.0.17763 | #3644 | 如需演算法資訊,請參閱安全性原則和憑證頁面 |
| Windows OS 載入器 | 10.0.17763 | #3615 | 如需演算法資訊,請參閱安全性原則和憑證頁面 |
| 安全核心程式代碼完整性 | 10.0.17763 | #3651 | 如需演算法資訊,請參閱安全性原則和憑證頁面 |
| BitLocker 傾印篩選 | 10.0.17763 | #3092 | 如需演算法資訊,請參閱安全性原則和憑證頁面 |
| 開機管理員 | 10.0.17763 | #3089 | 如需演算法資訊,請參閱安全性原則和憑證頁面 |
| 虛擬 TPM | 10.0.17763 | #3690 | 如需演算法資訊,請參閱安全性原則和憑證頁面 |
Windows Server (版本 1803)
已驗證的版本:Standard、Datacenter
| 密碼編譯模組 | 安全性原則) 的版本 (連結 | FIPS 憑證# | 演算法 |
|---|---|---|---|
| 密碼編譯基本類型程式庫 | 10.0.17134 | #3197 | 如需演算法資訊,請參閱安全性原則和憑證頁面 |
| 核心模式密碼編譯基本類型程式庫 | 10.0.17134 | #3196 | 如需演算法資訊,請參閱安全性原則和憑證頁面 |
| 程式碼完整性 | 10.0.17134 | #3195 | 如需演算法資訊,請參閱安全性原則和憑證頁面 |
| Windows OS 載入器 | 10.0.17134 | #3480 | 如需演算法資訊,請參閱安全性原則和憑證頁面 |
| 安全核心程式代碼完整性 | 10.0.17134 | #3096 | 如需演算法資訊,請參閱安全性原則和憑證頁面 |
| BitLocker 傾印篩選 | 10.0.17134 | #3092 | 如需演算法資訊,請參閱安全性原則和憑證頁面 |
| 開機管理員 | 10.0.17134 | #3089 | 如需演算法資訊,請參閱安全性原則和憑證頁面 |
Windows Server (版本 1709)
已驗證的版本:Standard、Datacenter
| 密碼編譯模組 | 安全性原則) 的版本 (連結 | FIPS 憑證# | 演算法 |
|---|---|---|---|
| 密碼編譯基本類型程式庫 | 10.0.16299 | #3197 | 如需演算法資訊,請參閱安全性原則和憑證頁面 |
| 核心模式密碼編譯基本類型程式庫 | 10.0.16299 | #3196 | 如需演算法資訊,請參閱安全性原則和憑證頁面 |
| 程式碼完整性 | 10.0.16299 | #3195 | 如需演算法資訊,請參閱安全性原則和憑證頁面 |
| Windows OS 載入器 | 10.0.16299 | #3194 | 如需演算法資訊,請參閱安全性原則和憑證頁面 |
| 安全核心程式代碼完整性 | 10.0.16299 | #3096 | 如需演算法資訊,請參閱安全性原則和憑證頁面 |
| BitLocker 傾印篩選 | 10.0.16299 | #3092 | 如需演算法資訊,請參閱安全性原則和憑證頁面 |
| Windows繼續 | 10.0.16299 | #3091 | 如需演算法資訊,請參閱安全性原則和憑證頁面 |
| 開機管理員 | 10.0.16299 | #3089 | 如需演算法資訊,請參閱安全性原則和憑證頁面 |
Windows Server 2016
已驗證的版本:Standard、Datacenter、儲存體 Server
| 密碼編譯模組 | 安全性原則) 的版本 (連結 | FIPS 憑證# | 演算法 |
|---|---|---|---|
| 密碼編譯基本類型程式庫 (bcryptprimitives.dll 和 ncryptsslp.dll) | 10.0.14393 | 2937 | FIPS 核准的演算法:AES (憑證。 #4064) ;DRBG (憑證。 #1217) ;DSA (憑證。 #1098) ;ECDSA (憑證。 #911) ;HMAC (憑證。 #2651) ;KAS (憑證。 #92) ;KBKDF (憑證。 #101) ;KTS (AES 憑證。 #4062;key wrapping;金鑰建立方法提供 128 位到 256 位的加密強度) ;PBKDF (廠商) ;RSA (憑證。 #2192、 #2193 和 #2195) ;SHS (憑證。 #3347) ;Triple-DES (Cert. #2227) 其他演算法:HMAC-MD5;MD5;DES;舊版 CAPI KDF;MD2;MD4;RC2;RC4;RSA (加密/解密) |
| 核心模式密碼編譯基本類型程式庫 (cng.sys) | 10.0.14393 | 2936 | FIPS 核准的演算法:AES (憑證。 #4064) ;DRBG (憑證。 #1217) ;DSA (憑證。 #1098) ;ECDSA (憑證。 #911) ;HMAC (憑證。 #2651) ;KAS (憑證。 #92) ;KBKDF (憑證。 #101) ;KTS (AES 憑證。 #4062;key wrapping;金鑰建立方法提供 128 位到 256 位的加密強度) ;PBKDF (廠商) ;RSA (憑證。 #2192、 #2193 和 #2195) ;SHS (憑證。 #3347) ;Triple-DES (Cert. #2227) 其他演算法:HMAC-MD5;MD5;NDRNG;DES;舊版 CAPI KDF;MD2;MD4;RC2;RC4;RSA (加密/解密) |
| 開機管理員 | 10.0.14393 | 2931 | FIPS 核准的演算法:AES (憑證。 #4061 和 #4064) ;HMAC (憑證。 #2651) ;PBKDF (廠商) ;RSA (憑證。 #2193) ;SHS (憑證。 #3347) 其他演算法:MD5;PBKDF (不符合規範的) ;VMK KDF |
| bitLocker® Windows OS 載入器 (winload) | 10.0.14393 | 2932 | FIPS 核准的演算法:AES (憑證。 #4061 和 #4064) ;RSA (憑證。 #2193) ;SHS (憑證。 #3347) 其他演算法:NDRNG;MD5 |
| BitLocker® Windows繼續 (winresume) | 10.0.14393 | 2933 | FIPS 核准的演算法:AES (憑證。 #4061 和 #4064) ;RSA (憑證。 #2193) ;SHS (憑證。 #3347) 其他演算法:MD5 |
| BitLocker® 傾印篩選 (dumpfve.sys) | 10.0.14393 | 2934 | FIPS 核准的演算法:AES (憑證。 #4061 和 #4064) |
| 程式碼完整性 (ci.dll) | 10.0.14393 | 2935 | FIPS 核准的演算法:RSA (憑證。 #2193) ;SHS (憑證。 #3347) 其他演算法:AES (不符合規範的) ;MD5 |
| 安全核心程式代碼完整性 (skci.dll) | 10.0.14393 | 2938 | FIPS 核准的演算法:RSA (憑證。 #2193) ;SHS (憑證。 #3347) 其他演算法:MD5 |
Windows Server 2012 R2
已驗證的版本:Server、儲存體 Server、
StorSimple 8000 系列、Azure StorSimple Virtual Array Windows Server 2012 R2
| 密碼編譯模組 | 安全性原則) 的版本 (連結 | FIPS 憑證# | 演算法 |
|---|---|---|---|
| 密碼編譯基本類型程式庫 (bcryptprimitives.dll 和 ncryptsslp.dll) | 6.3.9600 6.3.9600.17031 | 2357 | FIPS 核准的演算法:AES (憑證。 #2832) ;DRBG (憑證。 #489) ;DSA (憑證。 #855) ;ECDSA (憑證。 #505) ;HMAC (憑證。 #1773) ;KAS (憑證。 #47) ;KBKDF (憑證。 #30) ;PBKDF (廠商) ;RSA (憑證。 #1487、 #1493 和 #1519) ;SHS (憑證。 #2373) ;Triple-DES (Cert. #1692) 其他演算法:AES (憑證。#2832,金鑰包裝;金鑰建立方法提供 128 位到 256 位的加密強度) ;AES GCM加密 (不符合規範的) ;DES;HMAC MD5;舊版 CAPI KDF;MD2;MD4;MD5;NDRNG;RC2;RC4;RSA (加密/解密) |
| 核心模式密碼編譯基本類型程式庫 (cng.sys) | 6.3.9600 6.3.9600.17042 | 2356 | FIPS 核准的演算法:AES (憑證。 #2832) ;DRBG (憑證。 #489) ;ECDSA (憑證。 #505) ;HMAC (憑證。 #1773) ;KAS (憑證。 #47) ;KBKDF (憑證。 #30) ;PBKDF (廠商) ;RSA (憑證。 #1487、 #1493 和 #1519) ;SHS (憑證。 # 2373) ;Triple-DES (Cert. #1692) 其他演算法:AES (憑證。#2832,金鑰包裝;金鑰建立方法提供 128 位到 256 位的加密強度) ;AES GCM加密 (不符合規範的) ;DES;HMAC MD5;舊版 CAPI KDF;MD2;MD4;MD5;NDRNG;RC2;RC4;RSA (加密/解密) |
| 開機管理員 | 6.3.9600 6.3.9600.17031 | 2351 | FIPS 核准的演算法:AES (憑證。 #2832) ;HMAC (憑證。 #1773) ;PBKDF (廠商) ;RSA (憑證。 #1494) ;SHS (憑證。 # 2373 和 #2396) 其他演算法:MD5;KDF (不符合規範的) ;PBKDF (不符合規範的) |
| bitLocker® Windows OS 載入器 (winload) | 6.3.9600 6.3.9600.17031 | 2352 | FIPS 核准的演算法:AES (憑證。 #2832) ;RSA (憑證。 #1494) ;SHS (憑證。 #2396) 其他演算法:MD5;NDRNG |
| BitLocker® Windows繼續 (winresume) [16] | 6.3.9600 6.3.9600.17031 | 2353 | FIPS 核准的演算法:AES (憑證。 #2832) ;RSA (憑證。 #1494) ;SHS (憑證。 # 2373 和 #2396) 其他演算法:MD5 |
| BitLocker® 傾印篩選器 (dumpfve.sys) [17] | 6.3.9600 6.3.9600.17031 | 2354 | FIPS 核准的演算法:AES (憑證。 #2832) 其他演算法:N/A |
| 程式碼完整性 (ci.dll) | 6.3.9600 6.3.9600.17031 | 2355 | FIPS 核准的演算法:RSA (憑證。 #1494) ;SHS (憑證 #2373) 其他演算法:MD5 |
[16] 不適用於Azure StorSimple Virtual Array Windows Server 2012 R2
[17] 不適用於Azure StorSimple Virtual Array Windows Server 2012 R2
Windows Server 2012
已驗證的版本:伺服器、儲存體伺服器
| 密碼編譯模組 | 安全性原則) 的版本 (連結 | FIPS 憑證# | 演算法 |
|---|---|---|---|
| 密碼編譯基本類型程式庫 (BCRYPTPRIMITIVES.DLL) | 6.2.9200 | 1892 | FIPS 核准的演算法:AES (憑證。 #2197 和 #2216) ;DRBG (憑證。 #258) ;DSA (憑證。 #687) ;ECDSA (憑證。 #341) ;HMAC (憑證。 #1345) ;KAS (憑證。 #36) ;KBKDF (憑證。 #3) ;PBKDF (廠商) ;RSA (憑證。 #1133 和 #1134) ;SHS (憑證。 #1903) ;Triple-DES (Cert. #1387) 其他演算法:AES (憑證。 #2197,金鑰包裝;金鑰建立方法提供 128 位到 256 位的加密強度) ;DES;舊版 CAPI KDF;MD2;MD4;MD5;HMAC MD5;RC2;RC4;RSA (加密/解密) #687) ;ECDSA (Cert.) ;HMAC (憑證。 #) ;KAS (Cert.) ;KBKDF (Cert.) ;PBKDF (廠商) ;RSA (憑證。 和) ;SHS (Cert.) ;Triple-DES (Cert.) 其他演算法:AES (憑證、金鑰包裝;金鑰建立方法提供 128 位到 256 位的加密強度) ;DES;舊版 CAPI KDF;MD2;MD4;MD5;HMAC MD5;RC2;RC4;RSA (加密/解密) |
| 核心模式密碼編譯基本類型程式庫 (cng.sys) | 6.2.9200 | 1891 | FIPS 核准的演算法:AES (憑證。 #2197 和 #2216) ;DRBG (憑證。 #258 和 #259) ;ECDSA (憑證。 #341) ;HMAC (憑證。 #1345) ;KAS (憑證。 #36) ;KBKDF (憑證。 #3) ;PBKDF (廠商) ;RNG (憑證。 #1110) ;RSA (憑證。 #1133 和 #1134) ;SHS (憑證。 #1903) ;Triple-DES (Cert. #1387) 其他演算法:AES (憑證。 #2197,金鑰包裝;金鑰建立方法提供 128 位到 256 位的加密強度) ;DES;舊版 CAPI KDF;MD2;MD4;MD5;HMAC MD5;RC2;RC4;RSA (加密/解密) #1110) ;RSA (憑證。 和) ;SHS (Cert.) ;Triple-DES (Cert.) 其他演算法:AES (憑證、金鑰包裝;金鑰建立方法提供 128 位到 256 位的加密強度) ;DES;舊版 CAPI KDF;MD2;MD4;MD5;HMAC MD5;RC2;RC4;RSA (加密/解密) |
| 開機管理員 | 6.2.9200 | 1895 | FIPS 核准的演算法:AES (憑證。 #2196 和 #2198) ;HMAC (憑證。 #1347) ;RSA (憑證。 #1132) ;SHS (憑證 。#1903) 其他演算法:MD5 |
| BITLocker® Windows OS Loader (WINLOAD) | 6.2.9200 | 1896 | FIPS 核准的演算法:AES (憑證。 #2196 和 #2198) ;RSA (憑證。 #1132) ;SHS (憑證。 #1903) 其他演算法:AES (憑證。 #2197;不符合規範的) ;MD5;未核准的 RNG |
| BitLocker® Windows WINRESUME (繼續) | 6.2.9200 | 1898 | FIPS 核准的演算法:AES (憑證。 #2196 和 #2198) ;RSA (憑證。 #1132) ;SHS (憑證。 #1903) 其他演算法:MD5 |
| BitLocker® 傾印篩選 (DUMPFVE.SYS) | 6.2.9200 | 1899 | FIPS 核准的演算法:AES (憑證。 #2196 和 #2198) 其他演算法:N/A |
| 程式碼完整性 (CI.DLL) | 6.2.9200 | 1897 | FIPS 核准的演算法:RSA (憑證。 #1132) ;SHS (憑證。 #1903) 其他演算法:MD5 |
| 增強的 DSS 和Diffie-Hellman密碼編譯提供者 (DSSENH.DLL) | 6.2.9200 | 1893 | FIPS 核准的演算法:DSA (憑證。 #686) ;SHS (憑證。 #1902) ;Triple-DES (Cert. #1386) ;Triple-DES MAC (Triple-DES Cert. #1386, 廠商) 其他演算法:DES;DES MAC;DES40;DES40 MAC;Diffie-Hellman;MD5;RC2;RC2 MAC;RC4;Triple-DES (Cert. #1386, key wrapping;金鑰建立方法提供 112 位的加密強度;不符合規範的加密強度小於 112 位) |
| 增強的密碼編譯提供者 (RSAENH.DLL) | 6.2.9200 | 1894 | FIPS 核准的演算法:AES (憑證。 #2196) ;HMAC (憑證。 #1346) ;RSA (憑證。 #1132) ;SHS (憑證。 #1902) ;Triple-DES (Cert. #1386) 其他演算法:AES (憑證。 #2196,金鑰包裝;金鑰建立方法提供 128 位到 256 位的加密強度) ;DES;MD2;MD4;MD5;RC2;RC4;RSA (鍵包裝;金鑰建立方法提供 112 位到 150 位的加密強度;不符合規範的加密強度小於 112 位) ;Triple-DES (Cert. #1386, key wrapping;金鑰建立方法提供 112 位的加密強度;不符合規範的加密強度小於 112 位) |
Windows Server 2008 R2
| 密碼編譯模組 | 安全性原則) 的版本 (連結 | FIPS 憑證# | 演算法 |
|---|---|---|---|
| boot manager (bootmgr) | 6.1.7600.16385 或 6.1.7601.17514 | 1321 | FIPS 核准的演算法:AES (憑證。 #1168 和 #1177) ;HMAC (憑證。 #675) ;RSA (憑證。 #568) ;SHS (憑證 。#1081) 其他演算法:MD5 |
| Winload OS Loader (winload.exe) | 6.1.7600.16385、6.1.7600.16757、6.1.7600.20897、 6.1.7600.20916、6.1.7601.17514、6.1.7601.17556、6.1.7601.21655 和 6.1.7601.21675 | 1333 | FIPS 核准的演算法:AES (憑證。 #1168 和 #1177) ;RSA (憑證。 #568) ;SHS (憑證 。#1081) 其他演算法:MD5 |
| 程式碼完整性 (ci.dll) | 6.1.7600.16385、 6.1.7600.17122、6.1.7600.21320、6.1.7601.17514、6.1.7601.17950 和 6.1.7601.22108 | 1334 | FIPS 核准的演算法:RSA (憑證。 #568) ;SHS (憑證 。#1081) 其他演算法:MD5 |
| 核心模式密碼編譯基本類型程式庫 (cng.sys) | 6.1.7600.16385、6.1.7600.16915、6.1.7600.21092、 6.1.7601.17514、6.1.7601.17919、6.1.7601.17725、6.1.7601.21861 和 6.1.7601.22076 | 1335 | FIPS 核准的演算法:AES (憑證。 #1168和#1177) ;AES GCM (憑證。#1168,廠商-) ;AES GMAC (憑證。#1168,廠商-) ;DRBG (憑證。 #23 和 #27) ;ECDSA (憑證。 #142) ;HMAC (憑證。 #686) ;KAS (SP 800-56A, 廠商,金鑰協定;金鑰建立方法提供 80 位到 256 位的加密強度) ;RNG (憑證。 #649) ;RSA (憑證。 #559 和 #567) ;SHS (憑證。 #1081) ;Triple-DES (Cert. #846) 其他演算法:AES (憑證。 #1168,金鑰包裝;金鑰建立方法提供 128 位到 256 位的加密強度) ;DES;Diffie-Hellman (金鑰協定;金鑰建立方法提供 112 位到 150 位的加密強度;不符合規範的加密強度小於 112 位) ;MD2;MD4;MD5;HMAC MD5;RC2;RC4 |
| 密碼編譯基本類型程式庫 (bcryptprimitives.dll) | 66.1.7600.16385 或 6.1.7601.17514 | 1336 | FIPS 核准的演算法:AES (憑證。 #1168和#1177) ;AES GCM (憑證。#1168,廠商-) ;AES GMAC (憑證。#1168,廠商-) ;DRBG (憑證。 #23 和 #27) ;DSA (憑證。 #391) ;ECDSA (憑證。 #142) ;HMAC (憑證。 #686) ;KAS (SP 800-56A, 廠商,金鑰協定;金鑰建立方法提供 80 位到 256 位的加密強度) ;RNG (憑證。 #649) ;RSA (憑證。 #559 和 #567) ;SHS (憑證。 #1081) ;Triple-DES (Cert. #846) 其他演算法:AES (憑證。 #1168,金鑰包裝;金鑰建立方法提供 128 位到 256 位的加密強度) ;DES;HMAC MD5;MD2;MD4;MD5;RC2;RC4 |
| 增強的密碼編譯提供者 (RSAENH) | 6.1.7600.16385 | 1337 | FIPS 核准的演算法:AES (憑證。 #1168) ;DRBG (憑證。 #23) ;HMAC (憑證。 #687) ;SHS (憑證。 #1081) ;RSA (憑證。 #559 和 #568) ;Triple-DES (Cert. #846) 其他演算法:DES;MD2;MD4;MD5;RC2;RC4;RSA (鍵包裝;金鑰建立方法提供 112 位到 256 位的加密強度;不符合規範的加密強度小於 112 位) |
| 增強的 DSS 和Diffie-Hellman密碼編譯提供者 (DSSENH) | 6.1.7600.16385 | 1338 | FIPS 核准的演算法:DSA (憑證。 #390) ;RNG (憑證。 #649) ;SHS (憑證。 #1081) ;Triple-DES (Cert. #846) ;Triple-DES MAC (Triple-DES Cert. #846, 廠商) 其他演算法:DES;DES MAC;DES40;DES40 MAC;Diffie-Hellman;MD5;RC2;RC2 MAC;RC4 |
| BitLocker™ 磁片磁碟機加密 | 6.1.7600.16385、 6.1.7600.16429、6.1.7600.16757、6.1.7600.20536、6.1.7600.20873、6.1.7600.20897、 6.1.7600.20916、6.1.7601.17514、6.1.7601.17556、 6.1.7601.21634、6.1.7601.21655 或 6.1.7601.21675 | 1339 | FIPS 核准的演算法:AES (憑證。 #1168 和 #1177) ;HMAC (憑證。 #675) ;SHS (憑證 。#1081) 其他演算法:偵測擴散器 |
Windows Server 2008
| 密碼編譯模組 | 安全性原則) 的版本 (連結 | FIPS 憑證# | 演算法 |
|---|---|---|---|
| boot manager (bootmgr) | 6.0.6001.18000、6.0.6002.18005 和 6.0.6002.22497 | 1004 | FIPS 核准的演算法:AES (憑證。 #739 和 #760) ;HMAC (憑證。 #415) ;RSA (憑證。 #355) ;SHS (憑證。 #753) 其他演算法:N/A |
| Winload OS Loader (winload.exe) | 6.0.6001.18000、6.0.6001.18606、 6.0.6001.22861、6.0.6002.18005、6.0.6002.18411、6.0.6002.22497 和 6.0.6002.22596 | 1005 | FIPS 核准的演算法:AES (憑證。 #739 和 #760) ;RSA (憑證。 #355) ;SHS (憑證 #753) 其他演算法:MD5 |
| 程式碼完整性 (ci.dll) | 6.0.6001.18000 和 6.0.6002.18005 | 1006 | FIPS 核准的演算法:RSA (憑證。 #355) ;SHS (憑證 。#753) 其他演算法:MD5 |
| 核心模式安全性支援提供者介面 (ksecdd.sys) | 6.0.6001.18709、6.0.6001.18272、 6.0.6001.18796、6.0.6001.22202、6.0.6001.22450、6.0.6001.22987、6.0.6001.23069、 6.0.6002.18005、6.0.6002.18051、6.0.6002.18541、6.0.600 2.18643、6.0.6002.22152、6.0.6002.22742 和 6.0.6002.22869 | 1007 | FIPS 核准的演算法:AES (憑證。 #739 和 #757) ;ECDSA (憑證。 #83) ;HMAC (憑證。 #413) ;RNG (Cert. #435 和 SP800-90 AES-CTR,廠商) ;RSA (憑證。 #353 和 #358) ;SHS (憑證。 #753) ;Triple-DES (Cert. #656) 其他演算法:AES (GCM和 GMAC;不符合規範的) ;DES;Diffie-Hellman (金鑰協定;金鑰建立方法提供 112 位到 150 位的加密強度;不符合規範的加密強度小於 112 位) ;EC Diffie-Hellman (金鑰協定;金鑰建立方法提供 128 位到 256 位的加密強度) ;MD2;MD4;MD5;HMAC MD5;RC2;RC4;RNG (SP 800-90 雙重 EC;不符合規範的) ;RSA (金鑰包裝:金鑰建立方法提供 112 位到 150 位的加密強度;不符合規範的加密強度小於 112 位) #83) ;HMAC (Cert.) ;RNG (憑證。 和 SP800-90 AES-CTR,廠商) ;RSA (憑證。 和) ;SHS (Cert.) ;Triple-DES (Cert.) 其他演算法:AES (GCM和 GMAC;不符合規範的) ;DES;Diffie-Hellman (金鑰協定;金鑰建立方法提供 112 位到 150 位的加密強度;不符合規範的加密強度小於 112 位) ;EC Diffie-Hellman (金鑰協定;金鑰建立方法提供 128 位到 256 位的加密強度) ;MD2;MD4;MD5;HMAC MD5;RC2;RC4;RNG (SP 800-90 雙重 EC;不符合規範的) ;RSA (金鑰包裝:金鑰建立方法提供 112 位到 150 位的加密強度;不符合規範的加密強度小於 112 位) |
| 密碼編譯基本類型程式庫 (bcrypt.dll) | 6.0.6001.22202、6.0.6002.18005 和 6.0.6002.22872 | 1008 | FIPS 核准的演算法:AES (憑證。 #739 和 #757) ;DSA (憑證。 #284) ;ECDSA (憑證。 #83) ;HMAC (憑證。 #413) ;RNG (Cert. #435 和 SP800-90,廠商) ;RSA (憑證。 #353 和 #358) ;SHS (憑證。 #753) ;Triple-DES (Cert. #656) 其他演算法:AES (GCM和 GMAC;不符合規範的) ;DES;Diffie-Hellman (金鑰協定;金鑰建立方法提供 112 位到 150 位的加密強度;不符合規範的加密強度小於 112 位) ;EC Diffie-Hellman (金鑰協定;金鑰建立方法提供 128 位到 256 位的加密強度) ;MD2;MD4;MD5;RC2;RC4;RNG (SP 800-90 雙重 EC;不符合規範的) ;RSA (鍵包裝;金鑰建立方法提供 112 位到 150 位的加密強度;不符合規範可提供少於 112 位的加密強度) |
| 增強的 DSS 和Diffie-Hellman密碼編譯提供者 (DSSENH) | 6.0.6001.18000 和 6.0.6002.18005 | 1009 | FIPS 核准的演算法:DSA (憑證。 #282) ;RNG (憑證。 #435) ;SHS (憑證。 #753) ;Triple-DES (Cert. #656) ;Triple-DES MAC (Triple-DES Cert. #656, 廠商) 其他演算法:DES;DES MAC;DES40;DES40 MAC;Diffie-Hellman (金鑰協定;金鑰建立方法提供 112 位到 150 位的加密強度;不符合規範的加密強度) 小於 112 位;MD5;RC2;RC2 MAC;RC4 |
| 增強的密碼編譯提供者 (RSAENH) | 6.0.6001.22202 和 6.0.6002.18005 | 1010 | FIPS 核准的演算法:AES (憑證。 #739) ;HMAC (憑證。 #408) ;RNG (SP 800-90,廠商) ;RSA (憑證。 #353 和 #355) ;SHS (憑證。 #753) ;Triple-DES (Cert. #656) 其他演算法:DES;MD2;MD4;MD5;RC2;RC4;RSA (鍵包裝;金鑰建立方法提供 112 位到 150 位的加密強度;不符合規範的加密強度小於 112 位) |
Windows Server 2003 SP2
| 密碼編譯模組 | 安全性原則) 的版本 (連結 | FIPS 憑證# | 演算法 |
|---|---|---|---|
| 增強的 DSS 和Diffie-Hellman密碼編譯提供者 (DSSENH) | 5.2.3790.3959 | 875 | FIPS 核准的演算法:DSA (憑證。 #221) ;RNG (憑證。 #314) ;RSA (憑證。 #245) ;SHS (憑證。 #611) ;Triple-DES (憑證。 #543) 其他演算法:DES;DES40;Diffie-Hellman (金鑰協定;金鑰建立方法提供 112 位到 150 位的加密強度;不符合規範的加密強度) 小於 112 位;MD5;RC2;RC4 |
| 核心模式密碼編譯模組 (FIPS.SYS) | 5.2.3790.3959 | 869 | FIPS 核准的演算法:HMAC (憑證。 #287) ;RNG (憑證。 #313) ;SHS (憑證。 #610) ;Triple-DES (Cert. #542) 其他演算法:DES;HMAC-MD5 |
| 增強的密碼編譯提供者 (RSAENH) | 5.2.3790.3959 | 868 | FIPS 核准的演算法:AES (憑證。 #548) ;HMAC (憑證。 #289) ;RNG (憑證。 #316) ;RSA (憑證。 #245) ;SHS (憑證。 #613) ;Triple-DES (憑證。 #544) 其他演算法:DES;RC2;RC4;MD2;MD4;MD5;RSA (鍵包裝;金鑰建立方法提供 112 位到 256 位的加密強度;不符合規範的加密強度小於 112 位) |
Windows Server 2003 SP1
| 密碼編譯模組 | 安全性原則) 的版本 (連結 | FIPS 憑證# | 演算法 |
|---|---|---|---|
| 核心模式密碼編譯模組 (FIPS.SYS) | 5.2.3790.1830 [SP1] | 405 | FIPS 核准的演算法:Triple-DES (Certs。 #201[1] 和 #370[1]) ;SHS (憑證。 #177[1] 和 #371[2]) 其他演算法:DES (憑證。 #230[1]) ;HMAC-MD5;HMAC-SHA-1 (不符合規範) [1] x86 [2] SP1 x86、x64、IA64 |
| 增強的密碼編譯提供者 (RSAENH) | 5.2.3790.1830 [Service Pack 1]) | 382 | FIPS 核准的演算法:Triple-DES (Cert. #192[1] 和 #365[2]) ;AES (憑證。 #80[1] 和#290[2]) ;SHS (憑證。#176[1] 和#364[2]) ;HMAC (Cert. #176, vendor tenant[1] and #99[2]) ;RSA (PKCS#1,廠商) 其他演算法:DES (憑證。 #226[1]) ;SHA-256[1];SHA-384[1];SHA-512[1];RC2;RC4;MD2;MD4;MD5 [1] x86 [2] SP1 x86、x64、IA64 |
| 增強的 DSS 和Diffie-Hellman密碼編譯提供者 (DSSENH) | 5.2.3790.1830 [Service Pack 1] | 381 | FIPS 核准的演算法:Triple-DES (Certs。 #199[1] 和 #381[2]) ;SHA-1 (憑證。 #181[1] 和 #385[2]) ;DSA (憑證。 #95[1] 和 #146[2]) ;RSA (憑證。 #81) 其他演算法:DES (憑證。 #229[1]) ;Diffie-Hellman (金鑰協定) ;RC2;RC4;MD5;DES 40 [1] x86 [2] SP1 x86、x64、IA64 |
Windows Server 2003
| 密碼編譯模組 | 安全性原則) 的版本 (連結 | FIPS 憑證# | 演算法 |
|---|---|---|---|
| 核心模式密碼編譯模組 (FIPS.SYS) | 5.2.3790.0 | 405 | FIPS 核准的演算法:Triple-DES (Certs。 #201[1] 和 #370[1]) ;SHS (憑證。 #177[1] 和 #371[2]) 其他演算法:DES (憑證。 #230[1]) ;HMAC-MD5;HMAC-SHA-1 (不符合規範) [1] x86 [2] SP1 x86、x64、IA64 |
| 增強的密碼編譯提供者 (RSAENH) | 5.2.3790.0 | 382 | FIPS 核准的演算法:Triple-DES (Cert. #192[1] 和 #365[2]) ;AES (憑證。 #80[1] 和#290[2]) ;SHS (憑證。#176[1] 和#364[2]) ;HMAC (Cert. #176, vendor tenant[1] and #99[2]) ;RSA (PKCS#1,廠商) 其他演算法:DES (憑證。 #226[1]) ;SHA-256[1];SHA-384[1];SHA-512[1];RC2;RC4;MD2;MD4;MD5 [1] x86 [2] SP1 x86、x64、IA64 |
| 增強的 DSS 和Diffie-Hellman密碼編譯提供者 (DSSENH) | 5.2.3790.0 | 381 | FIPS 核准的演算法:Triple-DES (Certs。 #199[1] 和 #381[2]) ;SHA-1 (憑證。 #181[1] 和 #385[2]) ;DSA (憑證。 #95[1] 和 #146[2]) ;RSA (憑證。 #81) 其他演算法:DES (憑證。 #229[1]) ;Diffie-Hellman (金鑰協定) ;RC2;RC4;MD5;DES 40 [1] x86 [2] SP1 x86、x64、IA64 |
其他產品
Windows Embedded Compact 7 和 Windows Embedded Compact 8
| 密碼編譯模組 | 安全性原則) 的版本 (連結 | FIPS 憑證# | 演算法 |
|---|---|---|---|
| 增強的密碼編譯提供者 | 7.00.2872 [1] 和 8.00.6246 [2] | 2957 | FIPS 核准的演算法:AES (憑證。#4433和#4434) ;CKG (廠商) ;DRBG (憑證。#1432和#1433) ;HMAC (憑證。#2946和#2945) ;RSA (憑證。#2414和#2415) ;SHS (憑證。#3651和#3652) ;Triple-DES (憑證。#2383和#2384) 允許的演算法:HMAC-MD5、MD5、NDRNG |
| 密碼編譯基本類型程式庫 (bcrypt.dll) | 7.00.2872 [1] 和 8.00.6246 [2] | 2956 | FIPS 核准的演算法:AES (憑證。#4430和#4431) ;CKG (廠商) ;CVL (憑證。#1139和#1140) ;DRBG (憑證。#1429和#1430) ;DSA (憑證。#1187和#1188) ;ECDSA (憑證。#1072和#1073) ;HMAC (憑證。#2942和#2943) ;KAS (憑證。#114and#115) ;RSA (憑證。#2411和#2412) ;SHS (憑證。#3648和#3649) ;Triple-DES (憑證。#2381和#2382) 允許的演算法:MD5、NDRNG、RSA (金鑰包裝;金鑰建立方法提供 112 位到 150 位的加密強度 |
Windows CE 6.0 和 Windows Embedded Compact 7
| 密碼編譯模組 | 安全性原則) 的版本 (連結 | FIPS 憑證# | 演算法 |
|---|---|---|---|
| 增強的密碼編譯提供者 | 6.00.1937 [1] 和 7.00.1687 [2] | 825 | FIPS 核准的演算法:AES (憑證。 #516 [1] 和 #2024 [2]) ;HMAC (憑證。 #267 [1] 和 #1227 [2]) ;RNG (憑證。 #292 [1] 和 #1060 [2]) ;RSA (憑證。 #230 [1] 和 #1052 [2]) ;SHS (憑證。 #589 [1] 和 #1774 [2]) ;Triple-DES (憑證。 #526 [1] 和 #1308 [2]) 其他演算法:MD5;HMAC-MD5;RC2;RC4;DES |
Outlook密碼編譯提供者
| 密碼編譯模組 | 安全性原則) 的版本 (連結 | FIPS 憑證# | 演算法 |
|---|---|---|---|
| Outlook密碼編譯提供者 (EXCHCSP) | SR-1A (3821) | 110 | FIPS 核准的演算法:Triple-DES (Cert. #18) ;SHA-1 (憑證。 #32) ;RSA (廠商) 其他演算法:DES (憑證。 #91) ;DES MAC;RC2;MD2;MD5 |
密碼編譯演算法
下表是依密碼編譯演算法及其模式、狀態和金鑰大小來組織。 對於作業系統/平臺) (每個演算法實作,都有一個連結可 () 發行的憑證的 CRYPTographic Algorithm Validation Program。
進階加密標準 (AES)
| Modes / States / Key Sizes | 演算法實作和憑證# |
|---|---|
AES-CBC: AES-CFB128: AES-CTR: 計數器來源:內部 AES-OFB: |
Microsoft Surface Hub虛擬 TPM 實作#4904 版本 10.0.15063.674 |
AES-CBC: AES-CFB128: AES-CTR: 計數器來源:內部 AES-OFB: |
Windows 10 家用版、Pro、Enterprise、Education、Windows 10 S Fall Creators Update;Windows Server,Windows Server Datacenter (1709) 版;虛擬 TPM 實作#4903 版本 10.0.16299 |
AES-CBC: AES-CCM: AES-CFB128: AES-CFB8: AES-CMAC: AES-128: AES-192: AES-256: 驗證: AES-128: AES-192: AES-256: AES-CTR: 計數器來源:內部 AES-ECB: AES-GCM: AES-XTS: |
Microsoft Surface Hub SymCrypt 密碼編譯實作#4902 版本 10.0.15063.674 |
AES-CBC: AES-CCM: AES-CFB128: AES-CFB8: AES-CMAC: AES-128: AES-192: AES-256: AES-128: AES-192: AES-256: AES-CTR: 計數器來源:內部 AES-ECB: AES-GCM: AES-XTS: |
Windows 10 行動裝置版 (版本 1709) SymCrypt 密碼編譯實作#4901 版本 10.0.15254 |
| AES-CBC: AES-CCM: AES-CFB128: AES-CFB8: AES-CMAC: AES-128: AES-192: AES-256: 驗證: AES-128: AES-192: AES-256: AES-CTR: 計數器來源:內部 AES-ECB: AES-GCM: AES-XTS: |
Windows 10 家用版、Pro、Enterprise、Education、Windows 10 S Fall Creators Update;Windows Server,Windows Server Datacenter (1709) 版;SymCrypt 密碼編譯實作#4897 版本 10.0.16299 |
| AES-KW: AES 驗證號碼 4902 |
Microsoft Surface Hub密碼編譯新一代 (CNG) 實作#4900 版本 10.0.15063.674 |
| AES-KW: AES 驗證號碼 4901 |
Windows 10 行動裝置版 (版本 1709) 新一代密碼編譯 (CNG) 實作#4899 版本 10.0.15254 |
| AES-KW: AES 驗證號碼 4897 |
Windows 10 家用版、Pro、Enterprise、Education、Windows 10 S Fall Creators Update;Windows Server,Windows Server Datacenter (1709) 版;新一代密碼編譯 (CNG) 實作#4898 版本 10.0.16299 |
| AES-CCM: AES 驗證號碼 4902 |
Microsoft Surface Hub BitLocker (R) 密碼編譯實作#4896 版本 10.0.15063.674 |
| AES-CCM: AES 驗證號碼 4901 |
Windows 10 行動裝置版 (版本 1709) BitLocker (R) 密碼編譯實作#4895 版本 10.0.15254 |
| AES-CCM: AES 驗證號碼 4897 |
Windows 10 家用版、Pro、Enterprise、Education、Windows 10 S Fall Creators Update;Windows Server,Windows Server Datacenter (1709) 版;BitLocker (R) 密碼編譯實作#4894 版本 10.0.16299 |
| CBC (e/d;128、192、256) ; CFB128 (e/d;128、192、256) ; OFB (e/d;128、192、256) ; 僅限CTR (int;128、192、256) |
Windows 10 Creators Update (版本 1703) Pro、Enterprise、教育虛擬 TPM 實作#4627 版本 10.0.15063 |
| KW (AE、AD、AES-128、AES-192、AES-256、FWD、128、256、192、320、2048) AES 驗證號碼 4624 |
Windows 10 Creators Update (版本 1703) Home、Pro、Enterprise、Education、Windows 10 S、Windows 10 行動裝置版 Cryptography Next Generation (CNG) 實作#4626 版本 10.0.15063 |
| CCM (KS:256) (Assoc。 Data Len Range: 0-0, 2^16) (承載長度範圍: 0 - 32 (Nonce Length (s) : 12 (Tag Length (s) : 16) AES 驗證號碼 4624 |
Windows 10 Creators Update (版本 1703) Home、Pro、Enterprise、Education、Windows 10 S、Windows 10 行動裝置版 BitLocker (R) 密碼編譯實作#4625 版本 10.0.15063 |
| ** (** e/d;128、192、256) ; CBC (e/d;128、192、256) ; CFB8 (e/d;128、192、256) ; CFB128 (e/d;128、192、256) ; 僅限CTR (int;128、192、256) CCM (KS:128、192、256) (Assoc。 Data Len Range: 0-0, 2^16) (承載長度範圍: 0 - 32 (Nonce Length (s) : 7 8 9 10 11 12 13 (Tag Length (s) : 4 6 8 10 12 14 16) CMAC (產生/驗證) (KS:128;區塊大小 () :完整/部分;Msg Len (s) Min: 0 Max: 2^16;Tag Len (s) Min: 16 Max: 16) (KS: 192;區塊大小 (的) :完整/部分;Msg Len (s) Min: 0 Max: 2^16;Tag Len (s) Min: 16 Max: 16) (KS: 256;區塊大小 (的) :完整/部分;Msg Len (s) Min: 0 Max: 2^16;Tag Len (s) Min: 16 Max: 16) GCM (KS:AES_128 (e/d) 標籤長度 () :128 120 112 104 96) (KS:AES_192 (e/d) 標籤長度 (的) :128 120 112 104 96) (KS:AES_256 (e/d) 標籤長度 () :128 120 112 104 96) IV 產生: (外部) ;PT 長度已測試: (0、1024、8、1016) ;已測試的其他已驗證資料長度: (0、1024、8、1016) ;支援 96 位 IV 支援 GMAC XTS ( (KS:XTS_128 ( (e/d) (f) ) KS:XTS_256 ( (e/d) (f) ) |
Windows 10 Creators Update (版本 1703) Home、Pro、Enterprise、Education、Windows 10 S、Windows 10 行動裝置版 SymCrypt 密碼編譯實作#4624 版本 10.0.15063 |
| ** (** e/d;128、192、256) ; CBC (e/d;128、192、256) ; |
Windows Embedded Compact Enhanced Cryptographic Provider (RSAENH) #4434 版本 7.00.2872 |
| ** (** e/d;128、192、256) ; CBC (e/d;128、192、256) ; |
Windows內嵌 Compact Enhanced Cryptographic Provider (RSAENH) #4433 版本 8.00.6246 |
| ** (** e/d;128、192、256) ; CBC (e/d;128、192、256) ; 僅限CTR (int;128、192、256) |
Windows Embedded Compact Cryptographic Primitives Library (bcrypt.dll) #4431 版本 7.00.2872 |
| ** (** e/d;128、192、256) ; CBC (e/d;128、192、256) ; 僅限CTR (int;128、192、256) |
Windows Embedded Compact Cryptographic Primitives Library (bcrypt.dll) #4430 版本 8.00.6246 |
| CBC (e/d;128、192、256) ; CFB128 (e/d;128、192、256) ; OFB (e/d;128、192、256) ; 僅限CTR (int;128、192、256) |
Microsoft Windows 10 Anniversary Update, Windows Server 2016, Windows 儲存體 Server 2016;Microsoft Surface Book、Surface Pro 4和 Surface Pro 3 w/ Windows 10年度更新虛擬 TPM 實作#4074 版本 10.0.14393 |
| ** (** e/d;128、192、256) ; CBC (e/d;128、192、256) ; CFB8 (e/d;128、192、256) ; CFB128 (e/d;128、192、256) ;僅限 CTR (int;128、192、256) CCM (KS:128、192、256) (Assoc。 Data Len Range: 0-0, 2^16) (承載長度範圍: 0 - 32 (Nonce Length (s) : 7 8 9 10 11 12 13 (Tag Length (s) : 4 6 8 10 12 14 16) **CMAC (產生/驗證) ** (KS:128;區塊大小 () :完整/部分;Msg Len (s) Min: 0 Max: 2^16;Tag Len (s) Min: 0 Max: 16) (KS: 192;區塊大小 (的) :完整/部分;Msg Len (s) Min: 0 Max: 2^16;Tag Len (s) Min: 0 Max: 16) (KS: 256;區塊大小 (的) :完整/部分;Msg Len (s) Min: 0 Max: 2^16;Tag Len (s) Min: 0 Max: 16) GCM (KS:AES_128 (e/d) 標籤長度 () :128 120 112 104 96) (KS:AES_192 (e/d) 標籤長度 (的) :128 120 112 104 96) (KS:AES_256 (e/d) 標籤長度 () :128 120 112 104 96) IV 產生: (外部) ;PT 長度已測試: (0、1024、8、1016) ;已測試的其他已驗證資料長度: (0、1024、8、1016) ;IV 長度已測試: (0,0) ;支援 96 位 IV 支援 GMAC XTS ( (KS:XTS_128 ( (e/d) (f) ) KS:XTS_256 ( (e/d) (f) ) |
Microsoft Windows 10 Anniversary Update, Windows Server 2016, Windows 儲存體 Server 2016;Microsoft Surface Book、Surface Pro 4、Surface Pro 3 和 Surface 3 w/ Windows 10年度更新;Microsoft Lumia 950 和 Lumia 650 w/ Windows 10 行動裝置版年度更新版 SymCrypt 密碼編譯實作#4064 版本 10.0.14393 |
| ** (** e/d;128、192、256) ; CBC (e/d;128、192、256) ; CFB8 (e/d;128、192、256) ; |
Microsoft Windows 10 Anniversary Update, Windows Server 2016, Windows 儲存體 Server 2016;Microsoft Surface Book、Surface Pro 4、Surface Pro 3 和 Surface 3 w/ Windows 10年度更新;Microsoft Lumia 950 和 Lumia 650 w/ Windows 10 行動裝置版年度更新 RSA32 演算法實作#4063 版本 10.0.14393 |
| KW (AE、AD、AES-128、AES-192、AES-256、FWD、128、192、256、320、2048) AES 驗證號碼 4064 |
Microsoft Windows 10 Anniversary Update, Windows Server 2016, Windows 儲存體 Server 2016;Microsoft Surface Book、Surface Pro 4、Surface Pro 3 和 Surface 3 w/ Windows 10年度更新;Microsoft Lumia 950 和 Lumia 650 w/ Windows 10 行動裝置版 Anniversary Update 新一代密碼編譯 (CNG) 實作#4062 版本 10.0.14393 |
| CCM (KS:256) (Assoc。 Data Len Range: 0-0, 2^16) (承載長度範圍: 0 - 32 (Nonce Length (s) : 12 (Tag Length (s) : 16) AES 驗證號碼 4064 |
Microsoft Windows 10 Anniversary Update, Windows Server 2016, Windows 儲存體 Server 2016;Microsoft Surface Book、Surface Pro 4、Surface Pro 3 和 Surface 3 w/ Windows 10年度更新;Microsoft Lumia 950 和 Lumia 650 w/ Windows 10 行動裝置版年度更新 BitLocker® 密碼編譯實作#4061 版本 10.0.14393 |
| KW (AE、AD、AES-128、AES-192、AES-256、FWD、128、256、192、320、2048) AES 驗證號碼 3629 |
Microsoft Windows 10 2015 年 11 月更新;Microsoft Surface Book、Surface Pro 4、Surface Pro 3、Surface 3、Surface Pro 2 和 Surface Pro w/ Windows 10 2015 年 11 月更新;Windows 10 行動裝置版適用于 Microsoft Lumia 950 和 Microsoft Lumia 635;Windows 10 Microsoft Surface Hub 84「 和 Surface Hub 55」 新一代密碼編譯 (CNG) 實作#3652 版本 10.0.10586 |
| CCM (KS:256) (Assoc。 Data Len Range: 0-0, 2^16) (承載長度範圍: 0 - 32 (Nonce Length (s) : 12 (Tag Length (s) : 16) AES 驗證號碼 3629 |
Microsoft Windows 10 2015 年 11 月更新;Microsoft Surface Book、Surface Pro 4、Surface Pro 3、Surface 3、Surface Pro 2 和 Surface Pro w/ Windows 10 2015 年 11 月更新;Windows 10 行動裝置版適用于 Microsoft Lumia 950 和 Microsoft Lumia 635;Windows 10 Microsoft Surface Hub 84「 和 Surface Hub 55」 BitLocker® 密碼編譯實作#3653 版本 10.0.10586 |
| ** (** e/d;128、192、256) ; CBC (e/d;128、192、256) ; CFB8 (e/d;128、192、256) ; |
Microsoft Windows 10 2015 年 11 月更新;Microsoft Surface Book、Surface Pro 4、Surface Pro 3、Surface 3、Surface Pro 2 和 Surface Pro w/ Windows 10 2015 年 11 月更新;Windows 10 行動裝置版適用于 Microsoft Lumia 950 和 Microsoft Lumia 635;Microsoft Surface Hub 84「 和 Surface Hub 55」 RSA32 演算法實作的Windows 10 #3630 版本 10.0.10586 |
| ** (** e/d;128、192、256) ; CBC (e/d;128、192、256) ; CFB8 (e/d;128、192、256) ; CFB128 (e/d;128、192、256) ;僅限 CTR (int;128、192、256) CCM (KS:128、192、256) (Assoc。 Data Len Range: 0-0, 2^16) (承載長度範圍: 0 - 32 (Nonce Length (s) : 7 8 9 10 11 12 13 (Tag Length (s) : 4 6 8 10 12 14 16) CMAC (產生/驗證) ** (KS:128;區塊大小 () :完整/部分;Msg Len (s) Min: 0 Max: 2^16;Tag Len (s) Min: 0 Max: 16) (KS: 192;區塊大小 (的) :完整/部分;Msg Len (s) Min: 0 Max: 2^16;Tag Len (s) Min: 0 Max: 16) (KS: 256;區塊大小 (的) :完整/部分;Msg Len (s) Min: 0 Max: 2^16;Tag Len (s) Min: 0 Max: 16) GCM (KS:AES_128 (e/d) 標籤長度 () :128 120 112 104 96) (KS:AES_192 (e/d) 標籤長度 (的) :128 120 112 104 96) (KS:AES_256 (e/d) 標籤長度 (的) :128 120 112 104 96) v 支援 GMAC XTS ( (KS: XTS_128 ( (e/d) (f) ) KS: XTS_256 ( (e/d) (f) ) |
Microsoft Windows 10 2015 年 11 月更新;Microsoft Surface Book、Surface Pro 4、Surface Pro 3、Surface 3、Surface Pro 2 和 Surface Pro w/ Windows 10 2015 年 11 月更新;Windows 10 行動裝置版適用于 Microsoft Lumia 950 和 Microsoft Lumia 635;Microsoft Surface Hub 84「 和 Surface Hub 55」 SymCrypt 密碼編譯實作的Windows 10 #3629 版本 10.0.10586 |
| KW (AE、AD、AES-128、AES-192、AES-256、FWD、128、256、192、320、2048) AES 驗證號碼 3497 |
Microsoft Windows 10 Anniversary Update, Windows Server 2016, Windows 儲存體 Server 2016;Microsoft Surface Book、Surface Pro 4、Surface Pro 3 和 Surface 3 w/ Windows 10年度更新;Microsoft Lumia 950 和 Lumia 650 w/ Windows 10 行動裝置版 Anniversary Update 新一代密碼編譯 (CNG) 實作#3507 版本 10.0.10240 |
| CCM (KS:256) (Assoc。 Data Len Range: 0-0, 2^16) (承載長度範圍: 0 - 32 (Nonce Length (s) : 12 (Tag Length (s) : 16) AES 驗證號碼 3497 |
Microsoft Windows 10、Microsoft Surface Pro 3 含 Windows 10、Microsoft Surface 3 含 Windows 10、Microsoft Surface Pro 2 含 Windows 10、Microsoft Surface Pro 含 Windows 10 BitLocker® 密碼編譯實作#3498 版本 10.0.10240 |
| ** (** e/d;128、192、256) ; CBC (e/d;128、192、256) ; CFB8 (e/d;128、192、256) ; CFB128 (e/d;128、192、256) ;僅限 CTR (int;128、192、256) CCM (KS:128、192、256) (Assoc。 Data Len Range: 0-0, 2^16) (承載長度範圍: 0 - 32 (Nonce Length (s) : 7 8 9 10 11 12 13 (Tag Length (s) : 4 6 8 10 12 14 16) **CMAC (產生/驗證) ** (KS:128;區塊大小 () :完整/部分;Msg Len (s) Min: 0 Max: 2^16;Tag Len (s) Min: 0 Max: 16) (KS: 192;區塊大小 (的) :完整/部分;Msg Len (s) Min: 0 Max: 2^16;Tag Len (s) Min: 0 Max: 16) (KS: 256;區塊大小 (的) :完整/部分;Msg Len (s) Min: 0 Max: 2^16;Tag Len (s) Min: 0 Max: 16) GCM (KS:AES_128 (e/d) 標籤長度 () :128 120 112 104 96) (KS:AES_192 (e/d) 標籤長度 (的) :128 120 112 104 96) (KS:AES_256 (e/d) 標籤長度 () :128 120 112 104 96) IV 產生: (外部) ;PT 長度已測試: (0、1024、8、1016) ;已測試的其他已驗證資料長度: (0、1024、8、1016) ;IV 長度已測試: (0,0) ;支援 96 位 IV 支援 GMAC XTS ( (KS:XTS_128 ( (e/d) (f) ) KS:XTS_256 ( (e/d) (f) ) |
Microsoft Windows 10、Microsoft Surface Pro 3 含 Windows 10、Microsoft Surface 3 含 Windows 10、Microsoft Surface Pro 2 含 Windows 10、Microsoft Surface Pro 含 Windows 10 SymCrypt 密碼編譯實作#3497 版本 10.0.10240 |
| ** (** e/d;128、192、256) ; CBC (e/d;128、192、256) ; CFB8 (e/d;128、192、256) ; |
Microsoft Windows 10、Microsoft Surface Pro 3 含 Windows 10、Microsoft Surface 3 含 Windows 10、Microsoft Surface Pro 2 含 Windows 10、Microsoft Surface Pro 含 Windows 10 RSA32 演算法實作#3476 版本 10.0.10240 |
| ** (** e/d;128、192、256) ; CBC (e/d;128、192、256) ; CFB8 (e/d;128、192、256) ; |
Microsoft Windows 8.1、Microsoft Windows Server 2012 R2、Microsoft Windows 儲存體 Server 2012 R2、Microsoft Windows RT 8.1、Microsoft Surface Windows RT 8.1、Microsoft Surface ProWindows 8.1、Microsoft Surface 2、Microsoft Surface Pro 2、Microsoft Surface Pro 3、Microsoft Windows Phone 8.1、Microsoft Windows Embedded 8.1 Industry RSA32 演算法實作#2853 6.3.9600 版 |
| **CCM (KS:256) ** (Assoc。 Data Len Range: 0-0, 2^16) (承載長度範圍: 0 - 32 (Nonce Length (s) : 12 (Tag Length (s) : 16) AES 驗證號碼 2832 |
Microsoft Windows 8.1、Microsoft Windows Server 2012 R2、Microsoft Windows 儲存體 Server 2012 R2、Microsoft Windows RT 8.1、Microsoft Surface Windows RT 8.1、Microsoft Surface ProWindows 8.1、Microsoft Surface 2、Microsoft Surface Pro 2、Microsoft Surface Pro 3、Microsoft Windows Phone 8.1、Microsoft Windows Embedded 8.1 Industry 和 Microsoft StorSimple 8100 BitLocker 密碼編譯實作#2848 6.3.9600 版 |
| CCM (KS:128、192、256) ** (Assoc。 Data Len Range: 0-0, 2^16) (承載長度範圍: 0 - 0 (Nonce Length (s) : 7 8 9 10 11 12 13 (標籤長度 (s) : 4 6 8 10 12 14 16) CMAC (產生/驗證) (KS:128;區塊大小 () :完整/部分;Msg Len (s) Min: 0 Max: 2^16;Tag Len (s) Min: 0 Max: 16) (KS: 192;區塊大小 (的) :完整/部分;Msg Len (s) Min: 0 Max: 2^16;Tag Len (s) Min: 0 Max: 16) (KS: 256;區塊大小 (的) :完整/部分;Msg Len (s) Min: 0 Max: 2^16;Tag Len (s) Min: 0 Max: 16) GCM (KS:AES_128 (e/d) 標籤長度 () :128 120 112 104 96) (KS:AES_192 (e/d) 標籤長度 () :128 120 112 104 96) (KS:AES_256** (e/d) 標籤長度 () :128 120 112 104 96)IV 產生: (外部) ;PT 長度測試: (0、128、1024、8、1016) ;已測試的其他已驗證資料長度: (0、128、1024、8、1016) ;IV 長度測試: (8, 1024) ;支援 96 位 IV; 支援 OtherIVLen_Supported GMAC |
Windows 儲存體 Server 2012 R2、Microsoft Windows RT 8.1、microsoft Surface Windows RT 8.1、Microsoft Surface Pro with Windows 8.1、Microsoft Surface 2、Microsoft Surface Pro 2、Microsoft Surface Pro 3、Microsoft Windows Phone 8.1、Microsoft Windows Embedded 8.1 Industry 和 Microsoft StorSimple 8100 SymCrypt 密碼編譯實作 #2832 6.3.9600 版 |
| CCM (KS:128、192、256 ) (Assoc。Data Len Range: 0-0, 2^16) ** (承載長度範圍**:0 - 32 (**Nonce Length (s) **: 7 8 9 10 11 12 13 ** (標籤長度 (的) : 4 6 8 10 12 14 16) AES 驗證號碼 2197 CMAC (產生/驗證) ** (KS:128; 區塊大小 (的) ; **Msg Len (的) ** 最小值:0 最大值:2^16; Tag Len (的) ** 最小值:16 最大值:16) ** (KS:192;區塊大小 () ; Msg Len (的) ** 最小值:0 最大值:2^16; Tag Len (的) ** 最小值:16 最大值:16) ** (KS:256;區塊大小 () ; Msg Len (s) ** 最小值:0 最大值:2^16; Tag Len (的) ** 最小值:16 最大值:16)AES 驗證號碼 2197 GCM (KS:AES_128 (e/d) 標籤長度 () :128 120 112 104 96) ** (KS:AES_192 (e/d) 標籤長度 () :128 120 112 104 96) (KS:AES_256 (e/d) 標籤長度 () :128 120 112 104 96)IV 產生: (外部) ; PT 長度測試: (0、128、1024、8、1016) ; 已測試的其他已驗證資料長度: (0、128、1024、8、1016) ; IV 長度測試: (8, 1024) ; 支援 96 位 IV支援 GMAC |
Windows 8、Windows RT、Windows Server 2012、Surface Windows RT、Surface Windows 8 專業版 和 Windows Phone 8 密碼編譯新一代 (CNG) 實作#2216 |
| CCM (KS:256) (Assoc。Data Len Range: 0 - 0, 2^16) (承載長度範圍: 0 - 32 (**Nonce Length (s) **: 12 ** (Tag Length (s) **: 16) AES 驗證號碼 2196 |
Windows 8、Windows RT、Windows Server 2012、Surface Windows RT、Surface Windows 8 專業版 和 Windows Phone 8 BitLocker® 密碼編譯實作#2198 |
| ** (** e/d;128、192、256) ; CBC (e/d;128、192、256) ; CFB8 (e/d;128、192、256) ; CFB128 (e/d;128、192、256) ; 僅限CTR (int;128、192、256) |
Windows 8、Windows RT、Windows Server 2012、Surface Windows RT、Surface Windows 8 專業版 和 Windows Phone 8 新一代對稱密碼編譯演算法實作 (SYMCRYPT) #2197 |
| ** (** e/d;128、192、256) ; CBC (e/d;128、192、256) ; CFB8 (e/d;128、192、256) ; |
Windows 8、Windows RT、Windows Server 2012、Surface Windows RT、Surface Windows 8 專業版 和 Windows Phone 8 對稱演算法實作 (RSA32) #2196 |
| CCM (KS:128、192、256) (Assoc。 Data Len Range: 0 – 0, 2^16) (承載長度範圍: 0 - 32 ** (Nonce Length (s) :** 7 8 9 10 11 12 13 ** (標籤長度 (s) : 4 6 8 10 12 14 16) ** AES 驗證號碼 1168 |
Windows Server 2008 R2 和 SP1 CNG 演算法#1187 Windows 7 旗艦版和 SP1 CNG 演算法#1178 |
| CCM (KS:128,256) (Assoc。資料 Len 範圍: 0 - 8) (承載長度範圍: 4 - 32 ** (Nonce Length (s) :** 7 8 12 13 ** (標籤長度 (s) : 4 6 8 14 16) ** AES 驗證號碼 1168 |
Windows 7 旗艦版和 SP1 和 Windows Server 2008 R2 和 SP1 BitLocker 演算法實作#1177 |
| ** (** e/d;128、192、256) ; CBC (e/d;128、192、256) ; CFB8 (e/d;128、192、256) ; |
Windows 7 和 SP1 和 Windows Server 2008 R2 和 SP1 對稱演算法實作#1168 |
| GCM GMAC |
Windows 7 和 SP1 和 Windows Server 2008 R2 和 SP1 對稱演算法實作#1168、廠商-cdc |
| CCM (KS:128,256) (Assoc。資料 Len 範圍: 0 - 8) (承載長度範圍: 4 - 32 ** (Nonce Length (s) :** 7 8 12 13 ** (標籤長度 (s) : 4 6 8 14 16) ** | Windows Vista Ultimate SP1 和 Windows Server 2008 BitLocker 演算法實作#760 |
| CCM (KS:128、192、256) (Assoc。資料 Len 範圍: 0 - 0、 2^16) (承載長度範圍: 1 - 32 ** (Nonce Length (s) :** 7 8 9 10 11 12 13 ** (標籤長度 (s) :** 4 6 8 10 12 14 16 **) ** | Windows Server 2008 CNG 演算法#757 Windows Vista Ultimate SP1 CNG 演算法#756 |
| CBC (e/d;128, 256) ; CCM (KS:128,256) (Assoc。資料 Len 範圍:0 - 8) (承載長度範圍:4 - 32 (**Nonce Length (s) **:7 8 12 13 (**標籤長度 () **:4 6 8 14 16) |
Windows Vista Ultimate BitLocker 磁片磁碟機加密#715 Windows Vista Ultimate BitLocker 磁片磁碟機加密#424 |
| ** (** e/d;128、192、256) ; CBC (e/d;128、192、256) ; CFB8 (e/d;128、192、256) ; |
Windows Vista Ultimate SP1 和 Windows Server 2008 對稱演算法實作#739 Windows Vista 對稱演算法實作#553 |
| ** (** e/d;128、192、256) ; CBC (e/d;128、192、256) ; 僅限CTR (int;128、192、256) |
Windows Embedded Compact 7 密碼編譯基本類型程式庫 (bcrypt.dll) #2023 |
| ** (** e/d;128、192、256) ; CBC (e/d;128、192、256) ; |
Windows Embedded Compact 7 增強式密碼編譯提供者 (RSAENH) #2024 Windows Server 2003 SP2 Enhanced Cryptographic Provider (RSAENH) #818 Windows XP Professional SP3 增強式密碼編譯提供者 (RSAENH) #781 Windows 2003 SP2 Enhanced Cryptographic Provider (RSAENH) #548 Windows CE 6.0 和 Windows CE 6.0 R2 和 Windows Mobile Enhanced Cryptographic Provider (RSAENH) #516 Windows CE和 Windows Mobile 6、6.1 和 6.5 增強式密碼編譯提供者 (RSAENH) #507 Windows Server 2003 SP1 增強式密碼編譯提供者 (RSAENH) #290 Windows CE 5.0 和 5.1 增強式密碼編譯提供者 (RSAENH) #224 Windows Server 2003 增強式密碼編譯提供者 (RSAENH) #80 Windows XP、SP1 和 SP2 增強式密碼編譯提供者 (RSAENH) #33 |
具決定性隨機位產生器 (DRBG)
| Modes / States / Key Sizes | 演算法實作和憑證# |
|---|---|
計數器: 必要條件:AES #4904 |
Microsoft Surface Hub虛擬 TPM 實作#1734 版本 10.0.15063.674 |
計數器: 必要條件:AES #4903 |
Windows 10 家用版、Pro、Enterprise、Education、Windows 10 S Fall Creators Update;Windows Server,Windows Server Datacenter (1709) 版;虛擬 TPM 實作#1733 版本 10.0.16299 |
計數器: 必要條件:AES #4902 |
Microsoft Surface Hub SymCrypt 密碼編譯實作#1732 版本 10.0.15063.674 |
計數器: 必要條件:AES #4901 |
Windows 10 行動裝置版 (版本 1709) SymCrypt 密碼編譯實作#1731 版本 10.0.15254 |
計數器: 必要條件:AES #4897 |
Windows 10 家用版、Pro、Enterprise、Education、Windows 10 S Fall Creators Update;Windows Server,Windows Server Datacenter (1709) 版;SymCrypt 密碼編譯實作#1730 版本 10.0.16299 |
| CTR_DRBG: [預測抗拒已測試:未啟用;BlockCipher_No_df: (AES-256) (AES 驗證編號 4627) ] |
Windows 10 Creators Update (版本 1703) Pro、Enterprise、教育虛擬 TPM 實作#1556 版本 10.0.15063 |
| CTR_DRBG:[預測抗拒測試:未啟用;BlockCipher_Use_df: (AES-256 (AES 驗證編號 4624) ] | Windows 10 Creators Update (版本 1703) Home、Pro、Enterprise、Education、Windows 10 S、Windows 10 行動裝置版 SymCrypt 密碼編譯實作#1555 版本 10.0.15063 |
| CTR_DRBG:[預測抗拒已測試:未啟用;BlockCipher_No_df: (AES-256) (AES 驗證編號 4434) ] | Windows Embedded Compact Enhanced Cryptographic Provider (RSAENH) #1433 版本 7.00.2872 |
| CTR_DRBG:[預測抗拒已測試:未啟用;BlockCipher_No_df: (AES-256) (AES 驗證編號 4433) ] | Windows內嵌精簡增強式密碼編譯提供者 (RSAENH) #1432 版本 8.00.6246 |
| CTR_DRBG:[預測抗拒已測試:未啟用;BlockCipher_No_df: (AES-256) (AES 驗證編號 4431) ] | Windows Embedded Compact Cryptographic Primitives Library (bcrypt.dll) #1430 版本 7.00.2872 |
| CTR_DRBG:[預測抗拒已測試:未啟用;BlockCipher_No_df: (AES-256) (AES 驗證編號 4430) ] | Windows Embedded Compact Cryptographic Primitives Library (bcrypt.dll) #1429 版本 8.00.6246 |
| CTR_DRBG:[預測抗拒測試:未啟用;BlockCipher_No_df: (AES-256) (AES 驗證編號 4074) ] | Microsoft Windows 10 Anniversary Update, Windows Server 2016, Windows 儲存體 Server 2016;Microsoft Surface Book、Surface Pro 4 和 Surface Pro 3 w/ Windows 10年度更新虛擬 TPM 實作#1222 版本 10.0.14393 |
| CTR_DRBG:[預測抗拒測試:未啟用;BlockCipher_Use_df: (AES-256) (AES 驗證編號 4064) ] | Microsoft Windows 10 Anniversary Update, Windows Server 2016, Windows 儲存體 Server 2016;Microsoft Surface Book、Surface Pro 4、Surface Pro 3 和 Surface 3 w/ Windows 10年度更新;Microsoft Lumia 950 和 Lumia 650 w/ Windows 10 行動裝置版年度更新版 SymCrypt 密碼編譯實作#1217 版本 10.0.14393 |
| CTR_DRBG:[預測抗拒測試:未啟用;BlockCipher_Use_df: (AES-256) (AES 驗證編號 3629) ] | Microsoft Windows 10 2015 年 11 月更新;Microsoft Surface Book、Surface Pro 4、Surface Pro 3、Surface 3、Surface Pro 2 和 Surface Pro w/ Windows 10 2015 年 11 月更新;Windows 10 行動裝置版適用于 Microsoft Lumia 950 和 Microsoft Lumia 635;Microsoft Surface Hub和 Surface Hub SymCrypt 密碼編譯實作的Windows 10 #955 版本 10.0.10586 |
| CTR_DRBG:[預測抗拒測試:未啟用;BlockCipher_Use_df: (AES-256) (AES 驗證編號 3497) ] | Microsoft Windows 10、Microsoft Surface Pro 3 含 Windows 10、Microsoft Surface 3 含 Windows 10、Microsoft Surface Pro 2 含 Windows 10、Microsoft Surface Pro 含 Windows 10 SymCrypt 密碼編譯實作#868 版本 10.0.10240 |
| CTR_DRBG:[預測抗拒測試:未啟用;BlockCipher_Use_df: (AES-256) (AES 驗證編號 2832) ] | Windows 儲存體 Server 2012 R2、Microsoft Windows RT 8.1、microsoft Surface Windows RT 8.1、Microsoft Surface Pro with Windows 8.1、Microsoft Surface 2、Microsoft Surface Pro 2、Microsoft Surface Pro 3、Microsoft Windows Phone 8.1、Microsoft Windows Embedded 8.1 Industry 和 Microsoft StorSimple 8100 SymCrypt 密碼編譯實作#489 6.3.9600 版 |
| CTR_DRBG:[預測抗拒已測試:未啟用;BlockCipher_Use_df: (AES-256) (AES 驗證編號 2197) ] | Windows 8、Windows RT、Windows Server 2012、Surface Windows RT、Surface Windows 8 專業版 和 Windows Phone 8 新一代對稱密碼編譯演算法實作 (SYMCRYPT) #258 |
| CTR_DRBG:[預測抗拒已測試:未啟用;BlockCipher_No_df: (AES-256) (AES 驗證編號 2023) ] | Windows Embedded Compact 7 密碼編譯基本類型程式庫 (bcrypt.dll) #193 |
| CTR_DRBG:[預測抗拒已測試:未啟用;BlockCipher_No_df: (AES-256) (AES 驗證編號 1168) ] | Windows 7 旗艦版和 SP1 和 Windows Server 2008 R2 和 SP1 RNG 程式庫#23 |
| DRBG (SP 800–90) | Windows Vista Ultimate SP1, vendor-要 |
數位簽章演算法 (DSA)
| Modes / States / Key Sizes | 演算法實作和憑證# |
|---|---|
| DSA: PQGGen: PQGVer: SigGen: SigVer: KeyPair: |
Microsoft Surface Hub SymCrypt 密碼編譯實作#1303 版本 10.0.15063.674 |
| DSA: PQGGen: PQGVer: SigGen: SigVer: KeyPair: |
Windows 10 行動裝置版 (版本 1709) SymCrypt 密碼編譯實作#1302 版本 10.0.15254 |
| DSA: PQGGen: PQGVer: SigGen: SigVer: KeyPair: |
Windows 10 家用版、Pro、Enterprise、Education、Windows 10 S Fall Creators Update;Windows Server,Windows Server Datacenter (1709) 版;SymCrypt 密碼編譯實作#1301 版本 10.0.16299 |
| FIPS186-4: **PQG (gen) ** PARMS 已測試:[ (2048,256) SHA (256) ; (3072,256) SHA (256) ] **PQG (ver) **PARMS 已測試:[ (2048,256) SHA (256) ; (3072,256) SHA (256) ] **SIG (gen) **PARMS 已測試:[ (2048,256) SHA (256) ; (3072,256) SHA (256) ] **SIG (動) ** PARMS 已測試:[ (2048,256) SHA (256) ; (3072,256) SHA (256) ] SHS: 驗證編號 3790 DRBG: 驗證號碼 1555 |
Windows 10 Creators Update (版本 1703) Home、Pro、Enterprise、Education、Windows 10 S、Windows 10 行動裝置版 SymCrypt 密碼編譯實作#1223 版本 10.0.15063 |
| FIPS186-4: PQG (ver) PARMS TESTED: [ (1024,160) SHA (1) ] SIG (ver) PARMS TESTED: [ (1024,160) SHA (1) ] SHS: 驗證號碼 3649 |
Windows Embedded Compact Cryptographic Primitives Library (bcrypt.dll) #1188 版本 7.00.2872 |
| FIPS186-4: PQG (ver) PARMS TESTED: [ (1024,160) SHA (1) ] SIG (ver) PARMS TESTED: [ (1024,160) SHA (1) ] SHS: 驗證編號 3648 |
Windows Embedded Compact Cryptographic Primitives Library (bcrypt.dll) #1187 版本 8.00.6246 |
| **FIPS186-4: PQG (gen) ** PARMS 測試:[ (2048,256) SHA (256) ; (3072,256) SHA (256) ] **PQG (ver) **PARMS 已測試:[ (2048,256) SHA (256) ; (3072,256) SHA (256) ] **SIG (gen) **PARMS 已測試:[ (2048,256) SHA (256) ; (3072,256) SHA (256) ] **SIG (動) **PARMS 已測試:[ (2048,256) SHA (256) ; (3072,256) SHA (256) ] SHS: 驗證編號 3347 DRBG: 驗證號碼 1217 |
Microsoft Windows 10 Anniversary Update, Windows Server 2016, Windows 儲存體 Server 2016;Microsoft Surface Book、Surface Pro 4、Surface Pro 3 和 Surface 3 w/ Windows 10年度更新;Microsoft Lumia 950 和 Lumia 650 w/ Windows 10 行動裝置版年度更新 MsBignum 密碼編譯實作#1098 版本 10.0.14393 |
| **FIPS186-4: PQG (gen) ** PARMS 測試:[ (2048,256) SHA (256) ; (3072,256) SHA (256) ] **PQG (ver) **PARMS 已測試:[ (2048,256) SHA (256) ; (3072,256) SHA (256) ] **SIG (動) **PARMS 已測試:[ (2048,256) SHA (256) ; (3072,256) SHA (256) ] SHS: 驗證號碼 3047 DRBG: 驗證號碼 955 |
Microsoft Windows 10 2015 年 11 月更新;Microsoft Surface Book、Surface Pro 4、Surface Pro 3、Surface 3、Surface Pro 2 和 Surface Pro w/ Windows 10 2015 年 11 月更新;Windows 10 行動裝置版適用于 Microsoft Lumia 950 和 Microsoft Lumia 635;Microsoft Surface Hub 84「 和 Surface Hub 55」 MsBignum 密碼編譯實作的Windows 10 #1024 版本 10.0.10586 |
| **FIPS186-4: PQG (gen) ** PARMS 測試:[ (2048,256) SHA (256) ; (3072,256) SHA (256) ] **PQG (ver) **PARMS 已測試:[ (2048,256) SHA (256) ; (3072,256) SHA (256) ] **SIG (gen) **已測試剖析器: [ (2048,256) SHA (256) ; (3072,256) SHA (256) ] **SIG (ver) **PARMS TESTED: [ (2048,256) SHA (256) ; (3072,256) SHA (256) ] SHS: 驗證號碼 2886 DRBG: 驗證號碼 868 |
Microsoft Windows 10、Microsoft Surface Pro 3 含 Windows 10、Microsoft Surface 3 含 Windows 10、Microsoft Surface Pro 2 含 Windows 10、Microsoft Surface Pro 含 Windows 10 MsBignum 密碼編譯實作#983 版本 10.0.10240 |
| **FIPS186-4: PQG (gen) ** PARMS 測試:[ (2048,256) SHA (256) ; (3072,256) SHA (256) ] PQG (ver) PARMS TESTED: [ (2048,256) , SHA (256) ; (3072,256) SHA (256) ] **SIG (gen) **PARMS 已測試:[ (2048,256) SHA (256) ; (3072,256) SHA (256) ] **SIG (動) **PARMS 已測試:[ (2048,256) SHA (256) ; (3072,256) SHA (256) ] SHS: 驗證號碼 2373 DRBG: 驗證號碼 489 |
Microsoft Windows 8.1、Microsoft Windows Server 2012 R2、Microsoft Windows 儲存體 Server 2012 R2、Microsoft Windows RT 8.1、Microsoft Surface Windows RT 8.1、Microsoft Surface ProWindows 8.1、Microsoft Surface 2、Microsoft Surface Pro 2、Microsoft Surface Pro 3、Microsoft Windows Phone 8.1、Microsoft Windows Embedded 8.1 Industry 和 Microsoft StorSimple 8100 MsBignum 密碼編譯實作#855 6.3.9600 版 |
| FIPS186-2: **PQG (ver) ** MOD (1024) ; **SIG (動) ** MOD (1024) ; SHS: #1903 DRBG: #258 FIPS186-4:PQG (gen) PARMS 測試:[ (2048,256) SHA (256) ; (3072,256) SHA (256) ] PQG (ver) PARMS 測試:[ (2048,256) SHA (256) ; (3072,256) SHA (256) ] SIG (gen) PARMS 測試:[ (2048,256) SHA (256) ; (3072,256) SHA (256) ] SIG (ver) PARMS 測試:[ (2048,256) SHA (256) ; (3072,256) SHA (256) ] SHS: #1903 DRBG: #258 已移除此驗證的一些先前驗證元件,因為它們現在不符合 SP800-131A 轉換的規範。 請參閱 歷程記錄 DSA 清單驗證號碼 687。 |
Windows 8、Windows RT、Windows Server 2012、Surface Windows RT、Surface Windows 8 專業版 和 Windows Phone 8 密碼編譯新一代 (CNG) 實作#687 |
| **FIPS186-2: PQG (ver) ** MOD (1024) ; **SIG (動) ** MOD (1024) ; SHS: #1902 DRBG: #258 已移除此驗證的一些先前驗證元件,因為它們現在不符合 SP800-131A 轉換的規範。 請參閱 歷程記錄 DSA 清單驗證號碼 686。 |
Windows 8、Windows RT、Windows Server 2012、Surface Windows RT、Surface Windows 8 專業版 和 Windows Phone 8 DSS 和 Diffie-Hellman 增強式密碼編譯提供者 (DSSENH) #686 |
| **FIPS186-2: SIG (ver) ** MOD (1024) ; SHS: 驗證編號 1773 DRBG: 驗證號碼 193 已移除此驗證的一些先前驗證元件,因為它們現在不符合 SP800-131A 轉換的規範。 請參閱 歷程記錄 DSA 清單驗證號碼 645。 |
Windows Embedded Compact 7 密碼編譯基本類型程式庫 (bcrypt.dll) #645 |
| **FIPS186-2: SIG (ver) ** MOD (1024) ; SHS: 驗證號碼 1081 DRBG: 驗證號碼 23 已移除此驗證的一些先前驗證元件,因為它們現在不符合 SP800-131A 轉換的規範。 請參閱 歷程記錄 DSA 清單驗證號碼 391。 請參閱 歷程記錄 DSA 清單驗證編號 386。 |
Windows Server 2008 R2 和 SP1 CNG 演算法#391 Windows 7 旗艦版和 SP1 CNG 演算法#386 |
| **FIPS186-2: SIG (ver) ** MOD (1024) ; SHS: 驗證號碼 1081 RNG: 驗證號碼 649 已移除此驗證的一些先前驗證元件,因為它們現在不符合 SP800-131A 轉換的規範。 請參閱 歷程記錄 DSA 清單驗證號碼 390。 請參閱 歷程記錄 DSA 清單驗證號碼 385。 |
Windows Server 2008 R2 和 SP1 增強型 DSS (DSSENH) #390 Windows 7 旗艦版和 SP1 增強型 DSS (DSSENH) #385 |
| **FIPS186-2: SIG (ver) ** MOD (1024) ; SHS: 驗證號碼 753 已移除此驗證的一些先前驗證元件,因為它們現在不符合 SP800-131A 轉換的規範。 請參閱 歷程記錄 DSA 清單驗證號碼 284。 請參閱 歷程記錄 DSA 清單驗證號碼 283。 |
Windows Server 2008 CNG 演算法#284 Windows Vista Ultimate SP1 CNG 演算法#283 |
| **FIPS186-2: SIG (ver) ** MOD (1024) ; SHS: 驗證號碼 753 RNG: 驗證號碼 435 已移除此驗證的一些先前驗證元件,因為它們現在不符合 SP800-131A 轉換的規範。 請參閱 歷程記錄 DSA 清單驗證號碼 282。 請參閱 歷程記錄 DSA 清單驗證號碼 281。 |
Windows Server 2008 增強型 DSS (DSSENH) #282 Windows Vista Ultimate SP1 Enhanced DSS (DSSENH) #281 |
| **FIPS186-2: SIG (ver) ** MOD (1024) ; SHS: 驗證編號 618 RNG: 驗證號碼 321 已移除此驗證的一些先前驗證元件,因為它們現在不符合 SP800-131A 轉換的規範。 請參閱 歷程記錄 DSA 清單驗證號碼 227。 請參閱 歷程記錄 DSA 清單驗證編號 226。 |
Windows Vista CNG 演算法#227 Windows Vista Enhanced DSS (DSSENH) #226 |
| **FIPS186-2: SIG (ver) ** MOD (1024) ; SHS: 驗證號碼 784 RNG: 驗證編號 448 已移除此驗證的一些先前驗證元件,因為它們現在不符合 SP800-131A 轉換的規範。 請參閱 歷程記錄 DSA 清單驗證號碼 292。 |
Windows XP Professional SP3 增強型 DSS 和 Diffie-Hellman 密碼編譯提供者 (DSSENH) #292 |
| **FIPS186-2: SIG (ver) ** MOD (1024) ; SHS: 驗證號碼 783 RNG:已移除此驗證先前驗證元件的驗證 編號 447vSome,因為它們現在不符合 SP800-131A 轉換的規範。 請參閱 歷程記錄 DSA 清單驗證號碼 291。 |
Windows XP Professional SP3 增強式密碼編譯提供者 (RSAENH) #291 |
| **FIPS186-2: PQG (gen) ** MOD (1024) ; **PQG (ver) ** MOD (1024) ; **KEYGEN (Y) ** MOD (1024) ; **SIG (gen) ** MOD (1024) ; **SIG (動) ** MOD (1024) ; SHS: 驗證號碼 611 RNG: 驗證號碼 314 |
Windows 2003 SP2 增強型 DSS 和 Diffie-Hellman 密碼編譯提供者#221 |
| **FIPS186-2: PQG (gen) ** MOD (1024) ; **PQG (ver) ** MOD (1024) ; **KEYGEN (Y) ** MOD (1024) ; SIG (gen) ** MOD (1024) ;vSIG (ver) ** MOD (1024) ;vSHS: validation number 385 |
Windows Server 2003 SP1 增強型 DSS 和 Diffie-Hellman 密碼編譯提供者 (DSSENH) #146 |
| **FIPS186-2: PQG (ver) ** MOD (1024) ; KEYGEN (Y) ** MOD (1024) ;vSIG (gen) ** MOD (1024) ; **SIG (動) ** MOD (1024) ; SHS: 驗證編號 181 |
Windows Server 2003 增強型 DSS 和 Diffie-Hellman 密碼編譯提供者 (DSSENH) #95 |
| **FIPS186-2: PQG (gen) ** MOD (1024) ; **PQG (ver) ** MOD (1024) ; **KEYGEN (Y) ** MOD (1024) ; **SIG (gen) ** MOD (1024) ;SHS:SHA-1 (位元組) **SIG (動) ** MOD (1024) ;SHS:SHA-1 (位元組) |
Windows 2000 DSSENH.DLL #29 Windows 2000 DSSBASE.DLL #28 Windows NT 4 SP6 DSSENH.DLL #26 Windows NT 4 SP6 DSSBASE.DLL #25 |
| FIPS186-2:PRIME; FIPS186-2: KEYGEN (Y) : SHS:SHA-1 (位元組) **SIG (gen) :SIG (ver) ** MOD (1024) ; SHS:SHA-1 (位元組) |
Windows NT 4.0 SP4 Microsoft Enhanced DSS and Diffie-Hellman Cryptographic Provider #17 |
橢圓曲線數位簽章演算法 (ECDSA)
| Modes / States / Key Sizes | 演算法實作和憑證# |
|---|---|
ECDSA:186-4: 金鑰組產生: 公開金鑰驗證: 簽章產生: 簽章驗證: |
Microsoft Windows 8.1、Microsoft Windows Server 2012 R2、Microsoft Windows 儲存體 Server 2012 R2、Microsoft Windows RT 8.1、Microsoft Surface Windows RT 8.1、Microsoft Surface ProWindows 8.1、Microsoft Surface 2、Microsoft Surface Pro 2、Microsoft Surface Pro 3、Microsoft Windows Phone 8.1、Microsoft Windows Embedded 8.1 Industry 和 Microsoft StorSimple 8100 MsBignum 密碼編譯實作#1263 6.3.9600 版 |
| ECDSA:186-4: 金鑰組產生: |
Microsoft Surface Hub虛擬 TPM 實作#1253 版本 10.0.15063.674 |
| ECDSA:186-4: 金鑰組產生: |
Windows 10 家用版、Pro、Enterprise、Education、Windows 10 S Fall Creators Update;Windows Server,Windows Server Datacenter (1709) 版;虛擬 TPM 實作#1252 版本 10.0.16299 |
| ECDSA:186-4: 金鑰組產生: 公開金鑰驗證: 簽章產生: 簽章驗證: |
Microsoft Surface Hub MsBignum 密碼編譯實作#1251 版本 10.0.15063.674 |
| ECDSA:186-4: 金鑰組產生: 公開金鑰驗證: 簽章產生: 簽章驗證: |
Microsoft Surface Hub SymCrypt 密碼編譯實作#1250 版本 10.0.15063.674 |
| ECDSA:186-4: 金鑰組產生: 公開金鑰驗證: 簽章產生: 簽章驗證: |
Windows 10 行動裝置版 (版本 1709) SymCrypt 密碼編譯實作#1249 版本 10.0.15254 |
| ECDSA:186-4: 金鑰組產生: 公開金鑰驗證: 簽章產生: 簽章驗證: |
Windows 10 行動裝置版 (版本 1709) MsBignum 密碼編譯實作#1248 版本 10.0.15254 |
| ECDSA:186-4: 金鑰組產生: 公開金鑰驗證: 簽章產生: 簽章驗證: |
Windows 10 家用版、Pro、Enterprise、Education、Windows 10 S Fall Creators Update;Windows Server,Windows Server Datacenter (1709) 版;MsBignum 密碼編譯實作#1247 版本 10.0.16299 |
| ECDSA:186-4: 金鑰組產生: 公開金鑰驗證: 簽章產生: 簽章驗證: |
Windows 10 家用版、Pro、Enterprise、Education、Windows 10 S Fall Creators Update;Windows Server,Windows Server Datacenter (1709) 版;SymCrypt 密碼編譯實作#1246 版本 10.0.16299 |
| FIPS186-4: PKG:曲線 (P-256 P-384 TestingCandidates) SHS: 驗證編號 3790 DRBG: 驗證號碼 1555 |
Windows 10 Creators Update (版本 1703) Pro、Enterprise、教育虛擬 TPM 實作#1136 版本 10.0.15063 |
| FIPS186-4: PKG:曲線 (P-256 P-384 P-521 ExtraRandomBits) PKV:曲線 (P-256 P-384 P-521) SigGen: CURVES (P-256: (SHA-256) P-384: (SHA-384) P-521: (SHA-512) SigVer: CURVES (P-256: (SHA-256) P-384: (SHA-384) P-521: (SHA-512) ) SHS: 驗證編號 3790 DRBG: 驗證號碼 1555 |
Windows 10 Creators Update (版本 1703) Home、Pro、Enterprise、Education、Windows 10 S、Windows 10 行動裝置版 MsBignum 密碼編譯實作#1135 版本 10.0.15063 |
| FIPS186-4: PKG:曲線 (P-256 P-384 P-521 ExtraRandomBits) PKV:曲線 (P-256 P-384 P-521) SigGen: CURVES (P-256: (SHA-256) P-384: (SHA-384) P-521: (SHA-512) SigVer: CURVES (P-256: (SHA-256) P-384: (SHA-384) P-521: (SHA-512) ) SHS: 驗證編號 3790 DRBG: 驗證號碼 1555 |
Windows 10 Creators Update (版本 1703) Home、Pro、Enterprise、Education、Windows 10 S、Windows 10 行動裝置版 SymCrypt 密碼編譯實作#1133 版本 10.0.15063 |
| FIPS186-4: PKG:曲線 (P-256 P-384 P-521 ExtraRandomBits) PKV:曲線 (P-256 P-384 P-521) SigGen: CURVES (P-256: (SHA-1, 256) P-384: (SHA-1, 384) P-521: (SHA-1, 512) SIG (gen) 搭配 SHA-1,僅適用于通訊協定。 SigVer: CURVES (P-256: (SHA-1, 256) P-384: (SHA-1, 384) P-521: (SHA-1, 512) ) DRBG:驗證號碼 1430 |
Windows Embedded Compact Cryptographic Primitives Library (bcrypt.dll) #1073 版本 7.00.2872 |
| FIPS186-4: PKG:曲線 (P-256 P-384 P-521 ExtraRandomBits) PKV:曲線 (P-256 P-384 P-521) SigGen: CURVES (P-256: (SHA-1, 256) P-384: (SHA-1, 384) P-521: (SHA-1, 512) SIG (gen) 搭配 SHA-1,僅適用于通訊協定。 SigVer: CURVES (P-256: (SHA-1, 256) P-384: (SHA-1, 384) P-521: (SHA-1, 512) ) DRBG:驗證號碼 1429 |
Windows Embedded Compact Cryptographic Primitives Library (bcrypt.dll) #1072 版本 8.00.6246 |
| FIPS186-4: PKG: CURVES (P-256 P-384 TestingCandidates) vPKV: CURVES (P-256 P-384) SigGen: CURVES (P-256: (SHA-1, 256) P-384: (SHA-1, 256, 384) SIG (gen) 搭配 SHA-1,僅適用于通訊協定。vSigVer:CURVES (P-256: (SHA-1,256) P-384: (SHA-1, 256, 384) ) SHS: 驗證編號 3347 DRBG: 驗證號碼 1222 |
Microsoft Windows 10 Anniversary Update, Windows Server 2016, Windows 儲存體 Server 2016;Microsoft Surface Book、Surface Pro 4 和 Surface Pro 3 w/ Windows 10年度更新虛擬 TPM 實作#920 版本 10.0.14393 |
| FIPS186-4: PKG:曲線 (P-256 P-384 P-521 ExtraRandomBits) PKV:曲線 (P-256 P-384 P-521) SigGen: CURVES (P-256: (SHA-256) P-384: (SHA-384) P-521: (SHA-512) SigVer:CURVES (P-256: (SHA-256) P-384: (SHA-384) P-521: (SHA-512) ) vSHS: 驗證編號 3347 DRBG: 驗證號碼 1217 |
Microsoft Windows 10 Anniversary Update, Windows Server 2016, Windows 儲存體 Server 2016;Microsoft Surface Book、Surface Pro 4、Surface Pro 3 和 Surface 3 w/ Windows 10年度更新;Microsoft Lumia 950 和 Lumia 650 w/ Windows 10 行動裝置版年度更新 MsBignum 密碼編譯實作#911 版本 10.0.14393 |
| FIPS186-4: PKG:曲線 (P-256 P-384 P-521 ExtraRandomBits) SigGen: CURVES (P-256: (SHA-256) P-384: (SHA-384) P-521: (SHA-512) SigVer: CURVES (P-256: (SHA-256) P-384: (SHA-384) P-521: (SHA-512) ) SHS: 驗證號碼 3047 DRBG: 驗證號碼 955 |
Microsoft Windows 10 2015 年 11 月更新;Microsoft Surface Book、Surface Pro 4、Surface Pro 3、Surface 3、Surface Pro 2 和 Surface Pro w/ Windows 10 2015 年 11 月更新;Windows 10 行動裝置版適用于 Microsoft Lumia 950 和 Microsoft Lumia 635;Microsoft Surface Hub 84「 和 Surface Hub 55」 MsBignum 密碼編譯實作的Windows 10 #760 版本 10.0.10586 |
| FIPS186-4: PKG:曲線 (P-256 P-384 P-521 ExtraRandomBits) SigGen: CURVES (P-256: (SHA-256) P-384: (SHA-384) P-521: (SHA-512) SigVer: CURVES (P-256: (SHA-256) P-384: (SHA-384) P-521: (SHA-512) ) SHS: 驗證號碼 2886 DRBG: 驗證號碼 868 |
Microsoft Windows 10、Microsoft Surface Pro 3 含 Windows 10、Microsoft Surface 3 含 Windows 10、Microsoft Surface Pro 2 含 Windows 10、Microsoft Surface Pro 含 Windows 10 MsBignum 密碼編譯實作#706 版本 10.0.10240 |
| FIPS186-4: PKG:曲線 (P-256 P-384 P-521 ExtraRandomBits) SigGen: CURVES (P-256: (SHA-256) P-384: (SHA-384) P-521: (SHA-512) SigVer: CURVES (P-256: (SHA-256) P-384: (SHA-384) P-521: (SHA-512) ) SHS: 驗證號碼 2373 DRBG: 驗證號碼 489 |
Microsoft Windows 8.1、Microsoft Windows Server 2012 R2、Microsoft Windows 儲存體 Server 2012 R2、Microsoft Windows RT 8.1、Microsoft Surface Windows RT 8.1、Microsoft Surface ProWindows 8.1、Microsoft Surface 2、Microsoft Surface Pro 2、Microsoft Surface Pro 3、Microsoft Windows Phone 8.1、Microsoft Windows Embedded 8.1 Industry 和 Microsoft StorSimple 8100 MsBignum 密碼編譯實作#505 6.3.9600 版 |
| FIPS186-2: PKG:曲線 (P-256 P-384 P-521) SHS: #1903 DRBG: #258 SIG (ver) : CURVES (P-256 P-384 P-521) SHS: #1903 DRBG: #258 FIPS186-4: SigGen: CURVES (P-256: (SHA-256) P-384: (SHA-384) P-521: (SHA-512) SigVer: CURVES (P-256: (SHA-256) P-384: (SHA-384) P-521: (SHA-512) ) SHS: #1903 DRBG: #258 已移除此驗證的一些先前驗證元件,因為它們現在不符合 SP800-131A 轉換的規範。 請參閱 歷程記錄 ECDSA 清單驗證號碼 341。 |
Windows 8、 Windows RT、Windows Server 2012、Surface Windows RT、Surface Windows 8 專業版 和 Windows Phone 8 新一代密碼編譯 (CNG) 實作#341 |
| FIPS186-2: PKG:曲線 (P-256 P-384 P-521) SHS: 驗證編號 1773 DRBG: 驗證號碼 193 SIG (ver) : CURVES (P-256 P-384 P-521) SHS: 驗證編號 1773 DRBG: 驗證號碼 193 FIPS186-4: SigGen: CURVES (P-256: (SHA-256) P-384: (SHA-384) P-521: (SHA-512) SigVer: CURVES (P-256: (SHA-256) P-384: (SHA-384) P-521: (SHA-512) ) SHS: 驗證編號 1773 DRBG: 驗證號碼 193 已移除此驗證的一些先前驗證元件,因為它們現在不符合 SP800-131A 轉換的規範。 請參閱 歷程記錄 ECDSA 清單驗證號碼 295。 |
Windows Embedded Compact 7 密碼編譯基本類型程式庫 (bcrypt.dll) #295 |
| FIPS186-2: PKG:曲線 (P-256 P-384 P-521) SHS: 驗證號碼 1081 DRBG: 驗證號碼 23 SIG (ver) : CURVES (P-256 P-384 P-521) SHS: 驗證號碼 1081 DRBG: 驗證號碼 23 已移除此驗證的一些先前驗證元件,因為它們現在不符合 SP800-131A 轉換的規範。 請參閱 歷程記錄 ECDSA 清單驗證編號 142。 請參閱 歷程記錄 ECDSA 清單驗證號碼 141。 |
Windows Server 2008 R2 和 SP1 CNG 演算法#142 Windows 7 旗艦版和 SP1 CNG 演算法#141 |
| FIPS186-2: PKG:曲線 (P-256 P-384 P-521) SHS: 驗證號碼 753 SIG (ver) : CURVES (P-256 P-384 P-521) SHS: 驗證號碼 753 已移除此驗證的一些先前驗證元件,因為它們現在不符合 SP800-131A 轉換的規範。 請參閱 歷程記錄 ECDSA 清單驗證號碼 83。 請參閱 歷程記錄 ECDSA 清單驗證號碼 82。 |
Windows Server 2008 CNG 演算法#83 Windows Vista Ultimate SP1 CNG 演算法#82 |
| FIPS186-2: PKG:曲線 (P-256 P-384 P-521) SHS: 驗證編號 618 RNG: 驗證號碼 321 SIG (ver) : CURVES (P-256 P-384 P-521) SHS: 驗證編號 618 RNG: 驗證號碼 321 已移除此驗證的一些先前驗證元件,因為它們現在不符合 SP800-131A 轉換的規範。 請參閱 歷程記錄 ECDSA 清單驗證號碼 60。 |
Windows Vista CNG 演算法#60 |
Keyed-Hash訊息驗證碼 (HMAC)
| Modes / States / |
演算法實作和憑證# |
|---|---|
HMAC-SHA-1: HMAC-SHA2-256: HMAC-SHA2-384: 必要條件:SHS #4011 |
Microsoft Surface Hub虛擬 TPM 實作#3271 版本 10.0.15063.674 |
HMAC-SHA-1: HMAC-SHA2-256: HMAC-SHA2-384: 必要條件:SHS #4009 |
Windows 10 家用版、Pro、Enterprise、Education、Windows 10 S Fall Creators Update;Windows Server,Windows Server Datacenter (1709) 版;虛擬 TPM 實作#3270 版本 10.0.16299 |
HMAC-SHA-1: HMAC-SHA2-256: HMAC-SHA2-384: HMAC-SHA2-512: 必要條件:SHS #4011 |
Microsoft Surface Hub加密密碼編譯實作#3269 版本 10.0.15063.674 |
HMAC-SHA-1: HMAC-SHA2-256: HMAC-SHA2-384: HMAC-SHA2-512: 必要條件:SHS #4010 |
Windows 10 行動裝置版 (版本 1709) SymCrypt 密碼編譯實作#3268 版本 10.0.15254 |
HMAC-SHA-1: HMAC-SHA2-256: HMAC-SHA2-384: HMAC-SHA2-512: 必要條件:SHS #4009 |
Windows 10 家用版、Pro、Enterprise、Education、Windows 10 S Fall Creators Update;Windows Server,Windows Server Datacenter (1709) 版;SymCrypt 密碼編譯實作#3267 版本 10.0.16299 |
HMAC-SHA1 (金鑰大小範圍測試: KSBS) SHS 驗證編號 3790 HMAC-SHA256 (金鑰大小範圍已測試: KSBS) SHS 驗證編號 3790 HMAC-SHA384 (金鑰大小範圍測試: KSBS) SHS 驗證編號 3790 |
Windows 10 Creators Update (版本 1703) Pro、Enterprise、教育虛擬 TPM 實作#3062 版本 10.0.15063 |
HMAC-SHA1 (金鑰大小範圍測試: KSBS) SHS 驗證編號 3790 HMAC-SHA256 (金鑰大小範圍已測試: KSBS) SHS 驗證編號 3790 HMAC-SHA384 (金鑰大小範圍測試: KSBS) SHS 驗證編號 3790 HMAC-SHA512 (金鑰大小範圍測試: KSBS) SHS 驗證編號 3790 |
Windows 10 Creators Update (版本 1703) Home、Pro、Enterprise、Education、Windows 10 S、Windows 10 行動裝置版 SymCrypt 密碼編譯實作#3061 版本 10.0.15063 |
HMAC-SHA1 (金鑰大小範圍測試: KSBS) SHS 驗證編號 3652 HMAC-SHA256 (金鑰大小範圍已測試: KSBS) SHS 驗證編號 3652 HMAC-SHA384 (金鑰大小範圍測試: KSBS) SHS 驗證編號 3652 HMAC-SHA512 (金鑰大小範圍測試: KSBS) SHS驗證編號 3652 |
Windows內嵌 Compact Enhanced Cryptographic Provider (RSAENH) #2946 版本 7.00.2872 |
HMAC-SHA1 (金鑰大小範圍測試: KSBS) SHS 驗證編號 3651 HMAC-SHA256 (金鑰大小範圍已測試: KSBS) SHS 驗證編號 3651 HMAC-SHA384 (金鑰大小範圍測試: KSBS) SHS 驗證編號 3651 HMAC-SHA512 (金鑰大小範圍測試: KSBS) SHS驗證編號 3651 |
Windows Embedded Compact Enhanced Cryptographic Provider (RSAENH) #2945 版本 8.00.6246 |
HMAC-SHA1 (金鑰大小範圍測試: KSBS) SHS 驗證編號 3649 HMAC-SHA256 (金鑰大小範圍已測試: KSBS) SHS 驗證編號 3649 HMAC-SHA384 (金鑰大小範圍測試: KSBS) SHS 驗證編號 3649 HMAC-SHA512 (金鑰大小範圍測試: KSBS) SHS驗證編號 3649 |
Windows Embedded Compact Cryptographic Primitives Library (bcrypt.dll) #2943 版本 7.00.2872 |
HMAC-SHA1 (金鑰大小範圍測試: KSBS) SHS 驗證編號 3648 HMAC-SHA256 (金鑰大小範圍已測試: KSBS) SHS 驗證編號 3648 HMAC-SHA384 (金鑰大小範圍測試: KSBS) SHS 驗證編號 3648 HMAC-SHA512 (金鑰大小範圍測試: KSBS) SHS驗證編號 3648 |
Windows Embedded Compact Cryptographic Primitives Library (bcrypt.dll) #2942 版本 8.00.6246 |
HMAC-SHA1 (金鑰大小範圍測試:KSBS) SHS 驗證編號 3347 HMAC-SHA256 (金鑰大小範圍已測試:KSBS) SHS 驗證編號 3347 HMAC-SHA384 (金鑰大小範圍已測試:KSBS) SHS 驗證編號 3347 |
Microsoft Windows 10 Anniversary Update, Windows Server 2016, Windows 儲存體 Server 2016;Microsoft Surface Book、Surface Pro 4和 Surface Pro 3 w/ Windows 10年度更新虛擬 TPM 實作#2661 版本 10.0.14393 |
HMAC-SHA1 (金鑰大小範圍測試:KSBS) SHS 驗證號碼 3347 HMAC-SHA256 (金鑰大小範圍已測試:KSBS) SHS 驗證編號 3347 HMAC-SHA384 (金鑰大小範圍已測試:KSBS) SHS 驗證編號 3347 HMAC-SHA512 (金鑰大小範圍測試:KSBS) SHS 驗證號碼 3347 |
Microsoft Windows 10 Anniversary Update, Windows Server 2016, Windows 儲存體 Server 2016;Microsoft Surface Book、Surface Pro 4、Surface Pro 3 和 Surface 3 w/ Windows 10年度更新;Microsoft Lumia 950 和 Lumia 650 w/ Windows 10 行動裝置版年度更新版 SymCrypt 密碼編譯實作#2651 版本 10.0.14393 |
HMAC-SHA1 (金鑰大小範圍測試:KSBS) HMAC-SHA256 (金鑰大小範圍測試:KSBS) HMAC-SHA384 (金鑰大小範圍測試:KSBS) HMAC-SHA512 (金鑰大小範圍測試:KSBS) |
Microsoft Windows 10 2015 年 11 月更新;Microsoft Surface Book、Surface Pro 4、Surface Pro 3、Surface 3、Surface Pro 2 和 Surface Pro w/ Windows 10 2015 年 11 月更新;Windows 10 行動裝置版適用于 Microsoft Lumia 950 和 Microsoft Lumia 635;Microsoft Surface Hub 84「 和 Surface Hub 55」 SymCrypt 密碼編譯實作的Windows 10 #2381 版本 10.0.10586 |
HMAC-SHA1 (金鑰大小範圍測試:KSBS) HMAC-SHA256 (金鑰大小範圍測試:KSBS) HMAC-SHA384 (金鑰大小範圍測試:KSBS) HMAC-SHA512 (金鑰大小範圍測試:KSBS) |
Microsoft Windows 10、Microsoft Surface Pro 3 含 Windows 10、Microsoft Surface 3 含 Windows 10、Microsoft Surface Pro 2 含 Windows 10、Microsoft Surface Pro 含 Windows 10 SymCrypt 密碼編譯實作#2233 版本 10.0.10240 |
HMAC-SHA1 (金鑰大小範圍測試:KSBS) HMAC-SHA256 (金鑰大小範圍測試:KSBS) HMAC-SHA384 (金鑰大小範圍測試:KSBS) HMAC-SHA512 (金鑰大小範圍測試:KSBS) |
Windows 儲存體 Server 2012 R2、Microsoft Windows RT 8.1、microsoft Surface Windows RT 8.1、Microsoft Surface Pro with Windows 8.1、Microsoft Surface 2、Microsoft Surface Pro 2、Microsoft Surface Pro 3、Microsoft Windows Phone 8.1、Microsoft Windows Embedded 8.1 Industry 和 Microsoft StorSimple 8100 SymCrypt 密碼編譯實作#1773 6.3.9600 版 |
HMAC-SHA1 (金鑰大小範圍測試:KSBS) SHS 驗證編號 2764 HMAC-SHA256 (金鑰大小範圍已測試:KSBS) SHS 驗證編號 2764 HMAC-SHA384 (金鑰大小範圍測試:KSBS) SHS 驗證編號 2764 HMAC-SHA512 (金鑰大小範圍測試:KSBS) SHS 驗證編號 2764 |
Windows CE和 Windows Mobile,Windows Embedded Handheld增強式密碼編譯提供者 (RSAENH) #2122 版本 5.2.29344 |
HMAC-SHA1 (金鑰大小範圍測試:KS#1902 HMAC-SHA256 (金鑰大小範圍測試:KS#1902 |
Windows 8、Windows RT、Windows Server 2012、Surface Windows RT、Surface Windows 8 專業版 和 Windows Phone 8 BitLocker® 密碼編譯實作 #1347 |
HMAC-SHA1 (金鑰大小範圍測試:KSBS) SHS#1902 HMAC-SHA256 (金鑰大小範圍測試:KSBS) SHS#1902 HMAC-SHA384 (金鑰大小範圍測試:KSBS) SHS#1902 HMAC-SHA512 (金鑰大小範圍測試:KSBS) SHS#1902 |
Windows 8、Windows RT、Windows Server 2012、Surface Windows RT、Surface Windows 8 專業版 和 Windows Phone 8 增強式密碼編譯提供者 (RSAENH) #1346 |
**HMAC-SHA1 (金鑰大小範圍測試:KSBS) ** **HMAC-SHA256 (金鑰大小範圍測試:KSBS) ** **HMAC-SHA384 (金鑰大小範圍測試:KSBS) ** **HMAC-SHA512 (金鑰大小範圍測試:KSBS) ** |
Windows 8、Windows RT、Windows Server 2012、Surface Windows RT、Surface Windows 8 專業版 和 Windows Phone 8 新一代對稱密碼編譯演算法實作 (SYMCRYPT) #1345 |
HMAC-SHA1 (金鑰大小範圍測試:KSBS) SHS 驗證編號 1773 HMAC-SHA256 (金鑰大小範圍已測試:KSBS) SHS 驗證編號 1773 HMAC-SHA512 (金鑰大小範圍測試:KSBS) SHS 驗證編號 1773 |
Windows Embedded Compact 7 密碼編譯基本類型程式庫 (bcrypt.dll) , #1364 |
HMAC-SHA1 (金鑰大小範圍測試:KSBS) SHS 驗證編號 1774 HMAC-SHA256 (金鑰大小範圍已測試:KSBS) SHS 驗證編號 1774 HMAC-SHA384 (金鑰大小範圍測試:KSBS) SHS 驗證編號 1774 HMAC-SHA512 (金鑰大小範圍測試:KSBS) SHS 驗證編號 1774 |
Windows Embedded Compact 7 增強式密碼編譯提供者 (RSAENH) #1227 |
HMAC-SHA1 (金鑰大小範圍測試:KSBS) SHS 驗證編號 1081 HMAC-SHA256 (金鑰大小範圍已測試:KSBS) SHS 驗證編號 1081 HMAC-SHA384 (金鑰大小範圍已測試:KSBS) SHS 驗證編號 1081 HMAC-SHA512 (金鑰大小範圍測試:KSBS) SHS 驗證編號 1081 |
Windows Server 2008 R2 和 SP1 CNG 演算法#686 Windows 7 和 SP1 CNG 演算法#677 Windows Server 2008 R2 Enhanced Cryptographic Provider (RSAENH) #687 Windows 7 增強式密碼編譯提供者 (RSAENH) #673 |
HMAC-SHA1 (金鑰大小範圍測試:KS驗證編號 1081 HMAC-SHA256 (金鑰大小範圍測試:KS驗證編號 1081 |
Windows 7 和 SP1 和 Windows Server 2008 R2 和 SP1 BitLocker 演算法實作#675 |
HMAC-SHA1 (金鑰大小範圍測試:KSBS) SHS 驗證編號 816 HMAC-SHA256 (金鑰大小範圍測試:KSBS) SHS 驗證號碼 816 HMAC-SHA384 (金鑰大小範圍測試:KSBS) SHS 驗證編號 816 HMAC-SHA512 (金鑰大小範圍已測試:KSBS) SHS 驗證編號 816 |
Windows Server 2003 SP2 Enhanced Cryptographic Provider (RSAENH) #452 |
HMAC-SHA1 (金鑰大小範圍測試:KS驗證號碼 753 HMAC-SHA256 (金鑰大小範圍測試:KS驗證編號 753 |
Windows Vista Ultimate SP1 和 Windows Server 2008 BitLocker 演算法實作#415 |
HMAC-SHA1 (金鑰大小範圍測試:KSBS) SHS 驗證號碼 753 HMAC-SHA256 (金鑰大小範圍已測試:KSBS) SHS 驗證編號 753 HMAC-SHA384 (金鑰大小範圍已測試:KSBS) SHS 驗證編號 753 **HMAC-SHA512 (金鑰大小範圍測試:KSBS) ** SHS 驗證號碼 753 |
Windows Server 2008 增強式密碼編譯提供者 (RSAENH) #408 Windows Vista Enhanced Cryptographic Provider (RSAENH) #407 |
HMAC-SHA1 (金鑰大小範圍測試:KSBS) SHS 驗證號碼 618 HMAC-SHA256 (金鑰大小範圍已測試:KSBS) SHS 驗證號碼 618 HMAC-SHA384 (金鑰大小範圍測試:KSBS) SHS 驗證編號 618 HMAC-SHA512 (金鑰大小範圍測試:KSBS) SHS 驗證編號 618 |
Windows Vista Enhanced Cryptographic Provider (RSAENH) #297 |
HMAC-SHA1 (金鑰大小範圍測試:KSBS) SHS 驗證編號 785 |
Windows XP Professional SP3 核心模式密碼編譯模組 (fips.sys) #429 Windows XP,廠商-布建 |
HMAC-SHA1 (金鑰大小範圍測試:KSBS) SHS 驗證編號 783 HMAC-SHA256 (金鑰大小範圍測試:KSBS) SHS 驗證號碼 783 HMAC-SHA384 (金鑰大小範圍已測試:KSBS) SHS 驗證編號 783 HMAC-SHA512 (金鑰大小範圍測試:KSBS) SHS 驗證號碼 783 |
Windows XP Professional SP3 增強式密碼編譯提供者 (RSAENH) #428 |
HMAC-SHA1 (金鑰大小範圍測試:KSBS) SHS 驗證號碼 613 HMAC-SHA256 (金鑰大小範圍已測試:KSBS) SHS 驗證編號 613 HMAC-SHA384 (金鑰大小範圍測試:KSBS) SHS 驗證編號 613 HMAC-SHA512 (金鑰大小範圍測試:KSBS) SHS 驗證編號 613 |
Windows Server 2003 SP2 Enhanced Cryptographic Provider (RSAENH) #289 |
HMAC-SHA1 (金鑰大小範圍測試:KSBS) SHS 驗證號碼 610 |
Windows Server 2003 SP2 核心模式密碼編譯模組 (fips.sys) #287 |
HMAC-SHA1 (金鑰大小範圍測試:KSBS) SHS 驗證號碼 753 HMAC-SHA256 (金鑰大小範圍已測試:KSBS) SHS 驗證編號 753 HMAC-SHA384 (金鑰大小範圍已測試:KSBS) SHS 驗證編號 753 HMAC-SHA512 (金鑰大小範圍測試:KSBS) SHS 驗證號碼 753 |
Windows Server 2008 CNG 演算法#413 Windows Vista Ultimate SP1 CNG 演算法#412 |
HMAC-SHA1 (金鑰大小範圍測試:KS驗證編號 737 HMAC-SHA256 (金鑰大小範圍測試:KS驗證編號 737 |
Windows Vista Ultimate BitLocker 磁片磁碟機加密#386 |
HMAC-SHA1 (金鑰大小範圍測試:KSBS) SHS 驗證編號 618 HMAC-SHA256 (金鑰大小範圍已測試:KSBS) SHS 驗證號碼 618 HMAC-SHA384 (金鑰大小範圍測試:KSBS) SHS 驗證編號 618 HMAC-SHA512 (金鑰大小範圍測試:KSBS) SHS 驗證編號 618 |
Windows Vista CNG 演算法#298 |
HMAC-SHA1 (金鑰大小範圍測試:KSBS) SHS 驗證編號 589 HMAC-SHA256 (金鑰大小範圍測試:KSBS) SHS 驗證編號 589 HMAC-SHA384 (金鑰大小範圍測試:KSBS) SHS 驗證號碼 589 HMAC-SHA512 (金鑰大小範圍測試:KSBS) SHS 驗證號碼 589 |
Windows CE 6.0 和 Windows CE 6.0 R2 和 Windows Mobile Enhanced Cryptographic Provider (RSAENH) #267 |
HMAC-SHA1 (金鑰大小範圍測試:KSBS) SHS 驗證編號 578 HMAC-SHA256 (金鑰大小範圍測試:KSBS) SHS 驗證編號 578 HMAC-SHA384 (金鑰大小範圍測試:KSBS) SHS 驗證編號 578 HMAC-SHA512 (金鑰大小範圍測試:KSBS) SHS 驗證編號 578 |
Windows CE和 Windows Mobile 6.0 和 Windows Mobil 6.5 增強式密碼編譯提供者 (RSAENH) #260 |
HMAC-SHA1 (金鑰大小範圍測試:KS驗證編號 495 HMAC-SHA256 (金鑰大小範圍測試:KS驗證編號 495 |
Windows Vista BitLocker 磁片磁碟機加密#199 |
HMAC-SHA1 (金鑰大小範圍測試:KSBS) SHS 驗證編號 364 |
Windows Server 2003 SP1 增強式密碼編譯提供者 (RSAENH) #99 Windows XP,廠商-布建 |
HMAC-SHA1 (金鑰大小範圍測試:KSBS) SHS 驗證號碼 305 HMAC-SHA256 (金鑰大小範圍測試:KSBS) SHS 驗證編號 305 HMAC-SHA384 (金鑰大小範圍測試:KSBS) SHS 驗證號碼 305 HMAC-SHA512 (金鑰大小範圍測試:KSBS) SHS 驗證編號 305 |
Windows CE 5.00 和 Windows CE 5.01 增強式密碼編譯提供者 (RSAENH) #31 |
KAS) (金鑰合約配置
| Modes / States / Key Sizes | 演算法實作和憑證# |
|---|---|
| KAS ECC: 函式:網域參數產生、網域參數驗證、完整公開金鑰驗證、金鑰組產生、公開金鑰重新產生 計畫: 完整整合: 電子商務: ED: 必要條件:SHS #4011、ECDSA #1253、DRBG #1734 |
Microsoft Surface Hub虛擬 TPM 實作#150 版本 10.0.15063.674 |
| KAS ECC: 函式:網域參數產生、網域參數驗證、完整公開金鑰驗證、金鑰組產生、公開金鑰重新產生 計畫: 完整整合: 電子商務: ED: 必要條件:SHS #4009、ECDSA #1252、DRBG #1733 |
Windows 10 家用版、Pro、Enterprise、Education、Windows 10 S Fall Creators Update;Windows Server,Windows Server Datacenter (1709) 版;虛擬 TPM 實作#149 版本 10.0.16299 |
| KAS ECC: 函式:網域參數產生、網域參數驗證、金鑰組產生、部分公開金鑰驗證、公開金鑰重新產生 計畫: 暫時整合: 電子商務: ED: EE: One-Pass DH: 電子商務: ED: EE: 靜態整合: 電子商務: ED: EE: 必要條件:SHS #4011、ECDSA #1250、DRBG #1732 KAS FFC: 計畫: dhEphem: FB: FC: dhOneFlow: FB: FC dhStatic: FB: FC: 必要條件:SHS #4011、DSA #1303、DRBG #1732 |
Microsoft Surface Hub SymCrypt 密碼編譯實作#148 版本 10.0.15063.674 |
| KAS ECC: 函式:網域參數產生、網域參數驗證、金鑰組產生、部分公開金鑰驗證、公開金鑰重新產生 計畫: 暫時整合: 電子商務: ED: EE: One-Pass DH: 電子商務: ED: EE: 靜態整合: 電子商務: ED: EE: 必要條件:SHS #4010、ECDSA #1249、DRBG #1731 KAS FFC: 計畫: dhEphem: FB: FC: dhOneFlow: FB: FC dhStatic: FB: FC: 必要條件:SHS #4010、DSA #1302、DRBG #1731 |
Windows 10 行動裝置版 (版本 1709) SymCrypt 密碼編譯實作#147 版本 10.0.15254 |
| KAS ECC:
計畫: 暫時整合: 電子商務: ED: EE: One-Pass DH: ED EE: 靜態整合: 電子商務: ED: EE: 必要條件:SHS #4009、ECDSA #1246、DRBG #1730 KAS FFC: 計畫: dhEphem: FB: FC: dhOneFlow: FB: FC: dhStatic: FB: FC: 必要條件:SHS #4009、DSA #1301、DRBG #1730 |
Windows 10 家用版、Pro、Enterprise、Education、Windows 10 S Fall Creators Update;Windows Server,Windows Server Datacenter (1709) 版;SymCrypt 密碼編譯實作#146 版本 10.0.16299 |
| ECC: 實作中包含 (函式:DPG DPV KPG 完整驗證金鑰重新產生) 配置 [FullUnified (EC: P-256 SHA256 HMAC) (ED: P-384 SHA384 HMAC) ] SHS 驗證編號 3790 DSA 驗證號碼 1135 DRBG 驗證號碼 1556 |
Windows 10 Creators Update (版本 1703) Pro、Enterprise、教育虛擬 TPM 實作#128 版本 10.0.15063 |
| FFC: 實作中包含 (函式:DPG DPV KPG 部分驗證) 配置 [dhEphem (KARole (s) : Initiator / Responder) (FB: SHA256) (FC: SHA256) ] [dhOneFlow (FB: SHA256) (FC: SHA256) ] [dhStatic (No_KC < KARole (的) :啟動器/回應者 >) (FB: SHA256 HMAC) (FC: SHA256 HMAC) ] SHS 驗證編號 3790 DSA 驗證號碼 1223 DRBG驗證編號 1555ECC: 實作中包含的 (函式:DPG DPV KPG 部分驗證 **) 配置 [**暫時取消 (No_KC < KARole (的) :啟動器/ 回應者 >) (EC: P-256 SHA256 HMAC) (ED: P-384 SHA384 HMAC) (EE: P-521 HMAC (SHA512、 HMAC_SHA512) ) ) ] [OnePassDH (No_KC <KARole (s) : Initiator / Responder >) (EC: P-256 SHA256 HMAC) (ED: P-384 SHA384 HMAC) (EE: P-521 HMAC (SHA512, HMAC_SHA512) ) ] [StaticUnified (No_KC <KARole (s) : Initiator / Responder >) (EC: P-256 SHA256 HMAC) (ED: P-384 SHA384 HMAC) (EE: P-521 HMAC (SHA512, HMAC_SHA512) ) ] SHS 驗證編號 3790 |
Windows 10 Creators Update (版本 1703) Home、Pro、Enterprise、Education、Windows 10 S、Windows 10 行動裝置版 SymCrypt 密碼編譯實作#127 版本 10.0.15063 |
| FFC: 實作中包含 (函式:DPG DPV KPG 部分驗證) 配置 [dhEphem (KARole (s) : Initiator / Responder) (FB: SHA256) (FC: SHA256) ] [dhOneFlow (KARole (的) :啟動器/回應程式) (FB: SHA256) (FC: SHA256) ][dhStatic (No_KC < KARole (的) :啟動器/回應程式 >) (FB: SHA256 HMAC) (FC: SHA256 HMAC) ] SHS 驗證編號 3649 DSA 驗證號碼 1188 DRBG 驗證號碼 1430 ECC: 實作中包含 (函式:DPG DPV KPG 部分驗證金鑰重新產生) SCHEMES [EphemeralUnified (No_KC < KARole (s) : Initiator / Responder >) (EC: P-256 SHA256 HMAC) (ED: P-384 SHA384 HMAC ) (EE: P-521 HMAC (SHA512, HMAC_SHA512) ) ) ] [OnePassDH (No_KC <KARole (s) : Initiator / Responder >) (EC: P-256 SHA256 HMAC) (ED: P-384 SHA384 HMAC) (EE: P-521 HMAC (SHA512, HMAC_SHA512) ) ] [StaticUnified (No_KC <KARole (s) : Initiator / Responder >) (EC: P-256 SHA256 HMAC) (ED: P-384 SHA384 HMAC) (EE: P-521 HMAC (SHA512, HMAC_SHA512) ) ] |
Windows Embedded Compact Cryptographic Primitives Library (bcrypt.dll) #115 版本 7.00.2872 |
| FFC: 實作中包含 (函式:DPG DPV KPG 部分驗證) 配置 [dhEphem (KARole (s) : Initiator / Responder) (FB: SHA256) (FC: SHA256) ] [dhHybridOneFlow (No_KC < KARole (的) :啟動器/回應者 >) (FB: SHA256 HMAC) (FC: SHA256 HMAC) ] [dhStatic (No_KC < KARole (的) :啟動器/回應者 >) (FB: SHA256 HMAC) (FC: SHA256 HMAC) ] SHS 驗證編號 3648 DSA 驗證號碼 1187 DRBG 驗證號碼 1429 ECC: 實作中包含 (函式:DPG DPV KPG 部分驗證金鑰重新產生) SCHEMES [EphemeralUnified (No_KC) (EC: P-256 SHA256 HMAC) (ED: P-384 SHA384 HMAC) (EE: P-521 HMAC (SHA512, HMAC_SHA512) ) ) ] [OnePassDH (No_KC <KARole (s) : Initiator / Responder >) (EC: P-256 SHA256 HMAC) (ED: P-384 SHA384 HMAC) (EE: P-521 HMAC (SHA512, HMAC_SHA512) ) ] [StaticUnified (No_KC <KARole (s) : Initiator / Responder >) (EC: P-256 SHA256 HMAC) (ED: P-384 SHA384 HMAC) (EE: P-521 HMAC (SHA512, HMAC_SHA512) ) ] SHS 驗證編號 3648 ECDSA 驗證號碼 1072 DRBG 驗證號碼 1429 |
Windows Embedded Compact Cryptographic Primitives Library (bcrypt.dll) #114 版本 8.00.6246 |
| ECC: 實作中包含 (函式:DPG DPV KPG 完整驗證金鑰重新產生) 配置 [FullUnified (No_KC <KARole (s) : Initiator / Responder > < KDF: CONCAT >) (EC: P-256 SHA256 HMAC) (ED: P-384 SHA384 HMAC) ] |
Microsoft Windows 10 Anniversary Update, Windows Server 2016, Windows 儲存體 Server 2016;Microsoft Surface Book、Surface Pro 4 和 Surface Pro 3 w/ Windows 10年度更新虛擬 TPM 實作#93 版本 10.0.14393 |
| FFC: 實作中包含 (函式:DPG DPV KPG 部分驗證) 配置 [dhEphem (KARole (s) : Initiator / Responder) (FB: SHA256) (FC: SHA256) ] [dhOneFlow (KARole (的) :啟動器/回應程式) (FB: SHA256) (FC: SHA256) ][dhStatic (No_KC <KARole (的) :啟動器/回應程式 >) (FB:SHA256 HMAC) (FC:SHA256 HMAC) ] SHS 驗證號碼 3347 DSA 驗證號碼 1098 DRBG 驗證號碼 1217 ECC: 實作中包含的 (函式:DPG DPV KPG 部分驗證金鑰重新產生 ) 配置 [ EphemeralUnified (No_KC < KARole (的) :啟動器/回應者 >) ) (EC:P-256 SHA256 HMAC) (ED:P-384 SHA384 HMAC) (EE:P-521 HMAC (SHA512、 HMAC_SHA512) ) ) ] [OnePassDH (No_KC <KARole (s) : Initiator / Responder >) (EC: P-256 SHA256 HMAC) (ED: P-384 SHA384 HMAC) (EE: P-521 HMAC (SHA512, HMAC_SHA512) ) ] [StaticUnified (No_KC <KARole (s) : Initiator / Responder >) (EC: P-256 SHA256 HMAC) (ED: P-384 SHA384 HMAC) (EE: P-521 HMAC (SHA512, HMAC_SHA512) ) ] SHS 驗證號碼 3347 DSA 驗證號碼 1098 ECDSA 驗證編號 911 DRBG 驗證號碼 1217 HMAC 驗證號碼 2651 |
Microsoft Windows 10 Anniversary Update, Windows Server 2016, Windows 儲存體 Server 2016;Microsoft Surface Book、Surface Pro 4、Surface Pro 3 和 Surface 3 w/ Windows 10年度更新;Microsoft Lumia 950 和 Lumia 650 w/ Windows 10 行動裝置版 Anniversary Update 新一代密碼編譯 (CNG) 實作#92 版本 10.0.14393 |
| FFC: 實作中包含的 (函式:DPG DPV KPG 部分驗證) 配置 [dhEphem (KARole (s) : Initiator / Responder) (FB: SHA256) (FC: SHA256) ] [dhOneFlow (KARole (s) : Initiator / Responder) (FB: SHA256) (FC: SHA256) ][dhStatic (No_KC < KARole (的) :啟動器/回應者 >) (FB:SHA256 HMAC) (FC:SHA256 HMAC) ] SHS 驗證號碼 3047 DSA 驗證號碼 1024 DRBG 驗證號碼 955 ECC: 實作中包含的 (函式:DPG DPV KPG 部分驗證金鑰重新產生) 配置 [EphemeralUnified (No_KC < KARole (的) :啟動器/回應者 >) ) (EC:P-256 SHA256 HMAC) (ED:P-384 SHA384 HMAC) (EE:P-521 HMAC (SHA512、 HMAC_SHA512) ) ) ] [OnePassDH (No_KC <KARole (s) : Initiator / Responder >) (EC: P-256 SHA256 HMAC) (ED: P-384 SHA384 HMAC) (EE: P-521 HMAC (SHA512, HMAC_SHA512) ) ] [StaticUnified (No_KC <KARole (s) : Initiator / Responder >) (EC: P-256 SHA256 HMAC) (ED: P-384 SHA384 HMAC) (EE: P-521 HMAC (SHA512, HMAC_SHA512) ) ] |
Microsoft Windows 10 2015 年 11 月更新;Microsoft Surface Book、Surface Pro 4、Surface Pro 3、Surface 3、Surface Pro 2 和 Surface Pro w/ Windows 10 2015 年 11 月更新;Windows 10 行動裝置版適用于 Microsoft Lumia 950 和 Microsoft Lumia 635;Microsoft Surface Hub和Surface Hub密碼編譯新一代 (CNG) 實作的Windows 10 #72 版本 10.0.10586 |
| FFC: 實作中包含的 (函式:DPG DPV KPG 部分驗證) 配置 [dhEphem (KARole (s) : Initiator / Responder) (FB: SHA256) (FC: SHA256) ] [dhOneFlow (KARole (s) : Initiator / Responder) (FB: SHA256) (FC: SHA256) ][dhStatic (No_KC < KARole (的) :啟動器/回應者 >) (FB:SHA256 HMAC) (FC:SHA256 HMAC) ] SHS 驗證號碼 2886 DSA 驗證編號 983 DRBG 驗證編號 868 ECC: 實作中包含的 (函式:DPG DPV KPG 部分驗證金鑰重新產生) 配置 [EphemeralUnified (No_KC < KARole (的) :啟動器/回應者 >) ) (EC:P-256 SHA256 HMAC) (ED:P-384 SHA384 HMAC) (EE:P-521 HMAC (SHA512、 HMAC_SHA512) ) ) ] [OnePassDH (No_KC <KARole (s) : Initiator / Responder >) (EC: P-256 SHA256 HMAC) (ED: P-384 SHA384 HMAC) (EE: P-521 HMAC (SHA512, HMAC_SHA512) ) ] [StaticUnified (No_KC <KARole (s) : Initiator / Responder >) (EC: P-256 SHA256 HMAC) (ED: P-384 SHA384 HMAC) (EE: P-521 HMAC (SHA512, HMAC_SHA512) ) ] |
Microsoft Windows 10、Microsoft Surface Pro 3 含 Windows 10、Microsoft Surface 3 含 Windows 10、Microsoft Surface Pro 2 含 Windows 10、Microsoft Surface Pro 含 Windows 10 新一代密碼編譯 (CNG) 實作#64 版本 10.0.10240 |
| FFC: 實作中包含的 (函式:DPG DPV KPG 部分驗證) 配置 [dhEphem (KARole (s) : Initiator / Responder) (FB: SHA256) (FC: SHA256) ] [dhOneFlow (KARole (s) : Initiator / Responder) (FB: SHA256) (FC: SHA256) ][dhStatic (No_KC < KARole (的) :啟動器/回應者 >) (FB:SHA256 HMAC) (FC:SHA256 HMAC) ] SHS 驗證號碼 2373 DSA 驗證編號 855 DRBG 驗證編號 489 ECC: 實作中包含的 (函式:DPG DPV KPG 部分驗證金鑰重新產生) 配置 [EphemeralUnified (No_KC < KARole (的) :啟動器/回應者 >) ) (EC:P-256 SHA256 HMAC) (ED:P-384 SHA384 HMAC) (EE:P-521 HMAC (SHA512、 HMAC_SHA512) ) ) ] [OnePassDH (No_KC <KARole (s) : Initiator / Responder >) (EC: P-256 SHA256 HMAC) (ED: P-384 SHA384 HMAC) (EE: P-521 HMAC (SHA512, HMAC_SHA512) ) ] [StaticUnified (No_KC <KARole (s) : Initiator / Responder >) (EC: P-256 SHA256 HMAC) (ED: P-384 SHA384 HMAC) (EE: P-521 HMAC (SHA512, HMAC_SHA512) ) ] |
Windows 儲存體 Server 2012 R2、Microsoft Windows RT 8.1、microsoft Surface Windows RT 8.1、Microsoft Surface Pro with Windows 8.1、Microsoft Surface 2、Microsoft Surface Pro 2、Microsoft Surface Pro 3、Microsoft Windows Phone 8.1、Microsoft Windows Embedded 8.1 Industry 和 Microsoft StorSimple 8100 Cryptography 新一代密碼編譯實作#47 6.3.9600 版 |
| FFC:實作中包含 (函式:DPG DPV KPG 部分驗證) 配置 [dhEphem (KARole (的) :啟動器/回應器) (FA:SHA256) (FB:SHA256) (FC:SHA256) ] [dhOneFlow (KARole (s) : Initiator / Responder) (FA: SHA256) (FB: SHA256) (FC: SHA256) ] [dhStatic (No_KC < KARole (s) : Initiator / Responder >) (FA: SHA256 HMAC) (FB: SHA256 HMAC) (FC: SHA256 HMAC) ] SHS #1903 DSA 驗證編號 687 DRBG #258 ECC:實作中包含 (函式:DPG DPV KPG 部分驗證金鑰重新產生) 配置 [EphemeralUnified (No_KC <KARole (s) : Initiator / Responder >) (EC: P-256 SHA256 HMAC) (ED: P-384 SHA384 HMAC) (EE: P-521 HMAC (SHA512, HMAC_SHA512) ) ) ] [OnePassDH (No_KC <KARole (s) : Initiator / Responder >) (EC: P-256 SHA256) (ED: P-384 SHA384) (EE: P-521 (SHA512, HMAC_SHA512) ) ) ] [StaticUnified (No_KC <KARole (s) : Initiator / Responder >) (EC: P-256 SHA256 HMAC) (ED: P-384 SHA384 HMAC) (EE: P-521 HMAC (SHA512, HMAC_SHA512) ) ] SHS #1903 |
Windows 8、Windows RT、Windows Server 2012、Surface Windows RT、Surface Windows 8 專業版 和 Windows Phone 8 密碼編譯新一代 (CNG) 實作#36 |
| **KAS (SP 800–56A) ** |
Windows 7 和 SP1,廠商-身分 Windows Server 2008 R2 和 SP1,廠商-身分 |
SP 800-108 Key-Based金鑰衍生函式 (KBKDF)
| Modes / States / Key Sizes | 演算法實作和憑證# |
|---|---|
| 計數器: MAC:HMAC-SHA-1、HMAC-SHA-256、HMAC-SHA-384 MAC 必要條件:HMAC #3271 |
Microsoft Surface Hub虛擬 TPM 實作#161 版本 10.0.15063.674 |
| 計數器: MAC:HMAC-SHA-1、HMAC-SHA-256、HMAC-SHA-384 MAC 必要條件:HMAC #3270 |
Windows 10 家用版、Pro、Enterprise、Education、Windows 10 S Fall Creators Update;Windows Server,Windows Server Datacenter (1709) 版;虛擬 TPM 實作#160 版本 10.0.16299 |
| 計數器: MAC:CMAC-AES-128、CMAC-AES-192、CMAC-AES-256、HMAC-SHA-1、HMAC-SHA-256、HMAC-SHA-384、HMAC-SHA-512 K 必要條件:KAS #148 |
Microsoft Surface Hub新一代密碼編譯 (CNG) 實作#159 版本 10.0.15063.674 |
| 計數器: MAC:CMAC-AES-128、CMAC-AES-192、CMAC-AES-256、HMAC-SHA-1、HMAC-SHA-256、HMAC-SHA-384、HMAC-SHA-512 K 必要條件:KAS #147 |
Windows 10 行動裝置版 (版本 1709) 新一代密碼編譯 (CNG) 實作#158 版本 10.0.15254 |
| 計數器: MAC:CMAC-AES-128、CMAC-AES-192、CMAC-AES-256、HMAC-SHA-1、HMAC-SHA-256、HMAC-SHA-384、HMAC-SHA-512 K 必要條件:KAS #146 |
Windows 10 家用版、Pro、Enterprise、Education、Windows 10 S Fall Creators Update;Windows Server,Windows Server Datacenter (1709) 版;新一代密碼編譯 (CNG) 實作#157 版本 10.0.16299 |
| CTR_Mode: (Llength (Min0 Max0) MACSupported ([HMACSHA1] [HMACSHA256][HMACSHA384]) LocationCounter ([BeforeFixedData]) rlength ([32]) ) KAS 驗證號碼 128 DRBG 驗證號碼 1556 MAC 驗證號碼 3062 |
Windows 10 Creators Update (版本 1703) Pro、Enterprise、教育虛擬 TPM 實作#141 版本 10.0.15063 |
| CTR_Mode: (Llength (Min20 Max64) MACSupported ([CMACAES128] [CMACAES192] [CMACAES256] [HMACSHA1] [HMACSHA256] [HMACSHA384] [HMACSHA512]) LocationCounter ([BeforeFixedData]) rlength ([32]) ) KAS 驗證號碼 127 AES 驗證號碼 4624 DRBG 驗證號碼 1555 MAC 驗證號碼 3061 |
Windows 10 Creators Update (版本 1703) Home、Pro、Enterprise、Education、Windows 10 S、Windows 10 行動裝置版 Cryptography Next Generation (CNG) 實作#140 版本 10.0.15063 |
| CTR_Mode: (Llength (Min20 Max64) MACSupported ([HMACSHA1] [HMACSHA256] [HMACSHA384]) LocationCounter ([BeforeFixedData]) rlength ([32]) ) | Microsoft Windows 10 Anniversary Update, Windows Server 2016, Windows 儲存體 Server 2016;Microsoft Surface Book、Surface Pro 4 和 Surface Pro 3/Windows 10年度更新虛擬 TPM 實作#102 版本 10.0.14393 |
| CTR_Mode: (Llength (Min20 Max64) MACSupported ([CMACAES128] [CMACAES192] [CMACAES256] [HMACSHA1] [HMACSHA256] [HMACSHA384] [HMACSHA512]) LocationCounter ([BeforeFixedData]) rlength ([32]) ) | Microsoft Windows 10 Anniversary Update, Windows Server 2016, Windows 儲存體 Server 2016;Microsoft Surface Book、Surface Pro 4、Surface Pro 3 和 Surface 3 w/ Windows 10年度更新;Microsoft Lumia 950 和 Lumia 650 w/ Windows 10 行動裝置版 Anniversary Update 新一代密碼編譯 (CNG) 實作#101 版本 10.0.14393 |
| CTR_Mode: (Llength (Min20 Max64) MACSupported ([CMACAES128] [CMACAES192] [CMACAES256] [HMACSHA1] [HMACSHA256] [HMACSHA384] [HMACSHA512]) LocationCounter ([BeforeFixedData]) rlength ([32]) ) | Microsoft Windows 10 2015 年 11 月更新;Microsoft Surface Book、Surface Pro 4、Surface Pro 3、Surface 3、Surface Pro 2 和 Surface Pro w/ Windows 10 2015 年 11 月更新;Windows 10 行動裝置版適用于 Microsoft Lumia 950 和 Microsoft Lumia 635;Microsoft Surface Hub 84「 和 Surface Hub 55 吋密碼編譯新一代 (CNG) 實作的Windows 10 #72 版本 10.0.10586 |
| CTR_Mode: (Llength (Min20 Max64) MACSupported ([CMACAES128] [CMACAES192] [CMACAES256] [HMACSHA1] [HMACSHA256] [HMACSHA384] [HMACSHA512]) LocationCounter ([BeforeFixedData]) rlength ([32]) ) | Microsoft Windows 10、Microsoft Surface Pro 3 含 Windows 10、Microsoft Surface 3 含 Windows 10、Microsoft Surface Pro 2 含 Windows 10、Microsoft Surface Pro 含 Windows 10 新一代密碼編譯 (CNG) 實作#66 版本 10.0.10240 |
| CTR_Mode: (Llength (Min0 Max0) MACSupported ([HMACSHA1] [HMACSHA256] [HMACSHA512]) LocationCounter ([BeforeFixedData]) rlength ([32]) ) | Windows 儲存體 Server 2012 R2、Microsoft Windows RT 8.1、microsoft Surface Windows RT 8.1、Microsoft Surface Pro with Windows 8.1、Microsoft Surface 2、Microsoft Surface Pro 2、Microsoft Surface Pro 3、Microsoft Windows Phone 8.1、Microsoft Windows Embedded 8.1 Industry 和 Microsoft StorSimple 8100 Cryptography 新一代密碼編譯實作#30 6.3.9600 版 |
| CTR_Mode: (Llength (Min0 Max4) MACSupported ([HMACSHA1] [HMACSHA256] [HMACSHA512]) LocationCounter ([BeforeFixedData]) rlength ([32]) ) | Windows 8、Windows RT、Windows Server 2012、Surface Windows RT、Surface Windows 8 專業版 和 Windows Phone 8 新一代密碼編譯 (CNG) 實作#3 |
RNG (亂數產生器)
| Modes / States / Key Sizes | 演算法實作和憑證# |
|---|---|
| FIPS 186-2 常規用途 [ (x-Original) ; (SHA-1) ] |
Windows 8、Windows RT、Windows Server 2012、Surface Windows RT、Surface Windows 8 專業版 和 Windows Phone 8 密碼編譯新一代 (CNG) 實作 #1110 |
| FIPS 186-2 [ (x-Original) ; (SHA-1) ] |
Windows Embedded Compact 7 增強式密碼編譯提供者 (RSAENH) #1060 Windows CE 6.0 和 Windows CE 6.0 R2 和 Windows Mobile Enhanced Cryptographic Provider (RSAENH) #292 Windows CE和 Windows Mobile 6.0 和 Windows Mobile 6.5 增強式密碼編譯提供者 (RSAENH) #286 Windows CE 5.00 和 Windows CE 5.01 增強式密碼編譯提供者 (RSAENH) #66 |
| FIPS 186-2 [ (x-Change Notice) ; (SHA-1) ];FIPS 186-2 常規用途 [ (x-Change Notice) ; (SHA-1) ] |
Windows 7 和 SP1 和 Windows Server 2008 R2 和 SP1 RNG 程式庫#649 Windows Vista Ultimate SP1 和 Windows Server 2008 RNG 實作#435 Windows Vista RNG 實作#321 |
| FIPS 186-2 常規用途 [ (x-Change Notice) ; (SHA-1) ] |
Windows Server 2003 SP2 Enhanced Cryptographic Provider (RSAENH) #470 Windows XP Professional SP3 核心模式密碼編譯模組 (fips.sys) #449 Windows XP Professional SP3 增強式密碼編譯提供者 (RSAENH) #447 Windows Server 2003 SP2 Enhanced Cryptographic Provider (RSAENH) #316 Windows Server 2003 SP2 核心模式密碼編譯模組 (fips.sys) #313 |
| FIPS 186-2 [ (x-Change Notice) ; (SHA-1) ] |
Windows XP Professional SP3 增強型 DSS 和 Diffie-Hellman 密碼編譯提供者 (DSSENH) #448 Windows Server 2003 SP2 增強型 DSS 和 Diffie-Hellman 密碼編譯提供者#314 |
RSA
| Modes / States / Key Sizes | 演算法實作和憑證# |
|---|---|
| RSA: 186-4: 簽章產生 PKCS1.5: Mod 2048 SHA:SHA-1、 簽章產生 PSS: Mod 2048: 簽章驗證 PKCS1.5: Mod 1024 SHA:SHA-1、 Mod 2048 SHA:SHA-1、 簽章驗證 PSS: Mod 2048: Mod 3072: |
Microsoft Surface Hub虛擬 TPM 實作#2677 版本 10.0.15063.674 |
| RSA: 186-4: 簽章產生 PKCS1.5: Mod 2048 SHA: 簽章產生 PSS: Mod 2048: 簽章驗證 PKCS1.5: Mod 1024 SHA: Mod 2048 SHA: 簽章驗證 PSS: Mod 1024 Mod 2048: |
Windows 10 家用版、Pro、Enterprise、Education、Windows 10 S Fall Creators Update;Windows Server,Windows Server Datacenter ( 版本 1709) ;虛擬 TPM 實作 #2676 版本 10.0.16299 |
| RSA: 186-4: 金鑰產生: 簽章驗證 PKCS1.5: Mod 1024 SHA: Mod 2048 SHA: Mod 3072 SHA: |
Microsoft Surface Hub RSA32 演算法實作#2675 版本 10.0.15063.674 |
| RSA: 186-4: 簽章驗證 PKCS1.5: Mod 1024 SHA: Mod 2048 SHA: Mod 3072 SHA: |
Windows 10 家用版、Pro、Enterprise、Education、Windows 10 S Fall Creators Update;Windows Server,Windows Server Datacenter (1709) 版;RSA32 演算法實作#2674 版本 10.0.16299 |
| RSA: 186-4: 簽章驗證 PKCS1.5: Mod 1024 SHA: Mod 2048 SHA: Mod 3072 SHA: |
Windows 10 行動裝置版 (版本 1709) RSA32 演算法實作#2673 版本 10.0.15254 |
| RSA: 186-4: 金鑰產生: Mod 長度:2048、3072 (位) 原始性測試:C.3 簽章產生 PKCS1.5: Mod 2048 SHA: Mod 3072 SHA: 簽章產生 PSS: Mod 2048: Mod 3072 簽章驗證 PKCS1.5 Mod 1024 SHA: Mod 2048 SHA: Mod 3072 SHA: 簽章驗證 PSS Mod 1024 Mod 2048: Mod 3072: |
Microsoft Surface Hub MsBignum 密碼編譯實作#2672 版本 10.0.15063.674 |
| RSA: 186-4: 金鑰產生: 可能的隨機質數: Mod 長度:2048、3072 (位) 原始性測試:C 2 簽章產生 PKCS1.5: Mod 2048 SHA: Mod 3072 SHA: 簽章產生 PSS: Mod 2048: Mod 3072: 簽章驗證 PKCS1.5: Mod 1024 SHA: Mod 2048 SHA: Mod 3072 SHA: 簽章驗證 PSS: Mod 1024: Mod 2048: Mod 3072: |
Microsoft Surface Hub加密密碼編譯實作#2671 版本 10.0.15063.674 |
| RSA: 186-4: 金鑰產生: 可能的隨機質數: Mod 長度:2048、3072 (位) 原始測試:C.2 簽章產生 PKCS1.5: Mod 2048 SHA: Mod 3072 SHA: 簽章產生 PSS: Mod 2048: Mod 3072: 簽章驗證 PKCS1.5: Mod 1024 SHA: Mod 2048 SHA: Mod 3072 SHA: 簽章驗證 PSS: Mod 1024: Mod 2048 Mod 3072: |
Windows 10 行動裝置版 (版本 1709) SymCrypt 密碼編譯實作#2670 版本 10.0.15254 |
| RSA: 186-4: 金鑰產生: 公開金鑰指數:已修正 (10001) 具有條件的可提供質數: Mod 長度:2048、3072 (位) 原始性測試:C.3 簽章產生 PKCS1.5: Mod 2048 SHA: Mod 3072 SHA: 簽章產生 PSS: Mod 2048: Mod 3072 簽章驗證 PKCS1.5 Mod 1024 SHA: Mod 2048 SHA: Mod 3072 SHA: 簽章驗證 PSS: Mod 1024 Mod 2048: Mod 3072: |
Windows 10 行動裝置版 (版本 1709) MsBignum 密碼編譯實作#2669 版本 10.0.15254 |
186-4: 金鑰產生: 公開金鑰指數:已修正 (10001) 具有條件的可提供質數: Mod 長度:2048、3072 (位) 原始性測試:C.3 簽章產生 PKCS1.5: Mod 2048 SHA: Mod 3072 SHA: 簽章產生 PSS: Mod 2048: Mod 3072 簽章驗證 PKCS1.5 Mod 1024 SHA: Mod 2048 SHA: Mod 3072 SHA: 簽章驗證 PSS: Mod 1024 Mod 2048: Mod 3072: |
Windows 10 家用版、Pro、Enterprise、Education、Windows 10 S Fall Creators Update;Windows Server,Windows Server Datacenter (1709) 版;MsBignum 密碼編譯實作#2668 版本 10.0.16299 |
186-4: 金鑰產生 可能的隨機質數: Mod 長度:2048、3072 (位) 原始測試:C.2 簽章產生 PKCS1.5: Mod 2048 SHA: Mod 3072 SHA: 簽章產生 PSS: Mod 2048: Mod 3072: 簽章驗證 PKCS1.5: Mod 1024 SHA: Mod 2048 SHA: Mod 3072 SHA: 簽章驗證 PSS: Mod 1024: Mod 2048: Mod 3072: |
Windows 10 家用版、Pro、Enterprise、Education、Windows 10 S Fall Creators Update;Windows Server,Windows Server Datacenter (1709) 版;SymCrypt 密碼編譯實作#2667 版本 10.0.16299 |
FIPS186-4: SIG (ver) (1024 SHA (1, 256, 384) ) (2048 SHA (1, 256, 384) ) [RS者-PSS]: **SIG (ver) : (1024 SHA (1 SaltLen (20) , 256 SaltLen (32) , 384 SaltLen (48) ) ) (2048 SHA (1 SaltLen (20) 、256 SaltLen (32) 、384 SaltLen (48) ) ) SHA 驗證號碼 3790 |
Windows 10 Creators Update (版本 1703) Pro、Enterprise、教育虛擬 TPM 實作#2524 版本 10.0.15063 |
FIPS186-4: SHA 驗證號碼 3790 |
Windows 10 Creators Update (版本 1703) Home、Pro、Enterprise、Education、Windows 10 S、Windows 10 行動裝置版 RSA32 演算法實作#2523 版本 10.0.15063 |
FIPS186-4: 186-4KEY (gen) : PGM (ProbPrimeCondition) : 2048, 3072 PPTT: (C.3) ** SIG (ver) (1024 SHA (1, 256, 384, 512) ) (2048 SHA (1, 256, 384, 512) ) (3072 SHA (1, 256, 384, 512) ) [RS者-PSS]: **SIG (ver) : (1024 SHA (1 SaltLen (20) , 256 SaltLen (32) 、384 SaltLen (48) 、512 SaltLen (62) ) ) (2048 SHA (1 SaltLen (20) 、 256 SaltLen (32) 、384 SaltLen (48) 、512 SaltLen (64) ) ) (3072 SHA (1 SaltLen (20) 、 256 SaltLen (32) 、384 SaltLen (48) 、512 SaltLen (64 SHA 驗證號碼 3790 DRBG: 驗證號碼 1555 |
Windows 10 Creators Update (版本 1703) Home、Pro、Enterprise、Education、Windows 10 S、Windows 10 行動裝置版 MsBignum 密碼編譯實作#2522 版本 10.0.15063 |
FIPS186-4: 186-4KEY (gen) : SIG (ver) (1024 SHA (1, 256, 384, 512) ) (2048 SHA (1, 256, 384, 512) ) (3072 SHA (1, 256, 384, 512) ) [RS者-PSS]: **SIG (ver) : (1024 SHA (1 SaltLen (20) , 256 SaltLen (32) 、384 SaltLen (48) 、512 SaltLen (62) ) ) (2048 SHA (1 SaltLen (20) 、 256 SaltLen (32) 、384 SaltLen (48) 、512 SaltLen (64) ) ) (3072 SHA (1 SaltLen (20) 、 256 SaltLen (32) 、384 SaltLen (48) 、512 SaltLen (64) ) ) SHA 驗證號碼 3790 |
Windows 10 Creators Update (版本 1703) Home、Pro、Enterprise、Education、Windows 10 S、Windows 10 行動裝置版 SymCrypt 密碼編譯實作#2521 版本 10.0.15063 |
FIPS186-2: FIPS186-4: 適用于通訊協定 SHA 驗證號碼 3652 |
Windows內嵌 Compact Enhanced Cryptographic Provider (RSAENH) #2415 版本 7.00.2872 |
FIPS186-2: FIPS186-4: **SIG (ver) (1024 SHA (1, 256, 384, 512) ) (2048 SHA (1, 256, 384, 512) ) (3072 SHA (1, 256, 384, 512) ) SHA 驗證號碼 3651 |
Windows內嵌精簡增強式密碼編譯提供者 (RSAENH) #2414 版本 8.00.6246 |
FIPS186-2: FIPS186-4: 186-4KEY (gen) : PGM (ProbRandom: (2048、3072) PPTT: (C.2) **SIG (ver) (1024 SHA (1, 256, 384, 512) ) (2048 SHA (1, 256, 384, 512) ) (3072 SHA (1, 256, 384, 512) ) SHA 驗證號碼 3649 DRBG: 驗證號碼 1430 |
Windows Embedded Compact Cryptographic Primitives Library (bcrypt.dll) #2412 版本 7.00.2872 |
FIPS186-2: FIPS186-4: 186-4KEY (gen) : PGM (ProbRandom: (2048, 3072) PPTT: (C.2) ** **SIG (ver) (1024 SHA (1, 256, 384, 512) ) (2048 SHA (1, 256, 384, 512) ) (3072 SHA (1, 256, 384, 512) ) SHA 驗證號碼 3648 DRBG: 驗證號碼 1429 |
Windows Embedded Compact Cryptographic Primitives Library (bcrypt.dll) #2411 版本 8.00.6246 |
FIPS186-4: [RS者-PSS]: Sig (Gen) : (2048 SHA (1 SaltLen (20) 、256 SaltLen (32) 、384 SaltLen (48) ) ) SIG (gen) ,僅適用于通訊協定。Sig (Ver) : (1024 SHA (1 SaltLen (20) , 256 SaltLen (32) , 384 SaltLen (48) ) ) (2048 SHA (1 SaltLen (20) 、256 SaltLen (32) 、384 SaltLen (48) ) ) SHA 驗證號碼 3347 |
Microsoft Windows 10 Anniversary Update, Windows Server 2016, Windows 儲存體 Server 2016;Microsoft Surface Book、Surface Pro 4和 Surface Pro 3/Windows 10年度更新虛擬 TPM 實作#2206 版本 10.0.14393 |
FIPS186-4: 186-4KEY (gen) : PGM (ProbPrimeCondition) : 2048、3072 PPTT: (C.3) |
Microsoft Windows 10 Anniversary Update, Windows Server 2016, Windows 儲存體 Server 2016;Microsoft Surface Book、Surface Pro 4、Surface Pro 3 和 Surface 3 w/ Windows 10年度更新;Microsoft Lumia 950 和 Lumia 650 w/ Windows 10 行動裝置版年度更新 RSA 金鑰產生實作#2195 版本 10.0.14393 |
FIPS186-4: SHA 驗證號碼 3346 |
soft Windows 10 Anniversary Update, Windows Server 2016, Windows 儲存體 Server 2016;Microsoft Surface Book、Surface Pro 4、Surface Pro 3 和 Surface 3 w/ Windows 10年度更新;Microsoft Lumia 950 和 Lumia 650 w/ Windows 10 行動裝置版年度更新 RSA32 演算法實作#2194 版本 10.0.14393 |
FIPS186-4: **SIG (Ver) ** (1024 SHA (1, 256, 384, 512) ) (2048 SHA (1, 256, 384, 512) ) (3072 SHA (1, 256, 384, 512) ) |
Microsoft Windows 10 Anniversary Update, Windows Server 2016, Windows 儲存體 Server 2016;Microsoft Surface Book、Surface Pro 4、Surface Pro 3 和 Surface 3 w/ Windows 10年度更新;Microsoft Lumia 950 和 Lumia 650 w/ Windows 10 行動裝置版年度更新 MsBignum 密碼編譯實作#2193 版本 10.0.14393 |
FIPS186-4: Sig (Ver) : (1024 SHA (1 SaltLen (20) 、 256 SaltLen (32) 、384 SaltLen (48) 、512 SaltLen (62) ) ) (2048 SHA (1 SaltLen (20) 、 256 SaltLen (32) 、384 SaltLen (48) 、512 SaltLen (64) ) ) (3072 SHA (1 SaltLen (20) 、 256 SaltLen (32) 、384 SaltLen (48) 、512 SaltLen (64) ) ) |
Microsoft Windows 10 Anniversary Update, Windows Server 2016, Windows 儲存體 Server 2016;Microsoft Surface Book、Surface Pro 4、Surface Pro 3 和 Surface 3 w/ Windows 10年度更新;Microsoft Lumia 950 和 Lumia 650 w/ Windows 10 行動裝置版 Anniversary Update 新一代密碼編譯 (CNG) 實作#2192 版本 10.0.14393 |
**FIPS186-4: 186-4KEY (gen) **:FIPS186-4_Fixed_e (10001) ; PGM (ProbPrimeCondition) :2048、3072 PPTT: (C.3) |
Microsoft Windows 10 2015 年 11 月更新;Microsoft Surface Book、Surface Pro 4、Surface Pro 3、Surface 3、Surface Pro 2 和 Surface Pro w/ Windows 10 2015 年 11 月更新;Windows 10 行動裝置版適用于 Microsoft Lumia 950 和 Microsoft Lumia 635;Microsoft Surface Hub 84「 和 Surface Hub 55」 RSA 金鑰產生實作的Windows 10 #1889 版本 10.0.10586 |
FIPS186-4: SHA 驗證號碼 3048 |
Microsoft Windows 10 2015 年 11 月更新;Microsoft Surface Book、Surface Pro 4、Surface Pro 3、Surface 3、Surface Pro 2 和 Surface Pro w/ Windows 10 2015 年 11 月更新;Windows 10 行動裝置版適用于 Microsoft Lumia 950 和 Microsoft Lumia 635;Microsoft Surface Hub和 Surface Hub RSA32 演算法實作的Windows 10 #1871 版本 10.0.10586 |
FIPS186-4: **SIG (Ver) ** (1024 SHA (1, 256, 384, 512) ) (2048 SHA (1, 256, 384, 512) ) (3072 SHA (1, 256, 384, 512) ) SHA 驗證號碼 3047 |
Microsoft Windows 10 2015 年 11 月更新;Microsoft Surface Book、Surface Pro 4、Surface Pro 3、Surface 3、Surface Pro 2 和 Surface Pro w/ Windows 10 2015 年 11 月更新;Windows 10 行動裝置版適用于 Microsoft Lumia 950 和 Microsoft Lumia 635;Microsoft Surface Hub和 Surface Hub MsBignum 密碼編譯實作的Windows 10 #1888 版本 10.0.10586 |
**FIPS186-4: Sig (Ver) : (1024 SHA (1 SaltLen (20) 、 256 SaltLen (32) 、384 SaltLen (48) 、512 SaltLen (62) ) ) (2048 SHA (1 SaltLen (20) 、 256 SaltLen (32) 、384 SaltLen (48) 、512 SaltLen (64) ) ) (3072 SHA (1 SaltLen (20) 、 256 SaltLen (32) 、384 SaltLen (48) 、512 SaltLen (64) ) ) SHA 驗證號碼 3047 |
Microsoft Windows 10 2015 年 11 月更新;Microsoft Surface Book、Surface Pro 4、Surface Pro 3、Surface 3、Surface Pro 2 和 Surface Pro w/ Windows 10 2015 年 11 月更新;Windows 10 行動裝置版適用于 Microsoft Lumia 950 和 Microsoft Lumia 635;Microsoft Surface Hub和Surface Hub密碼編譯新一代 (CNG) 實作的Windows 10 #1887 版本 10.0.10586 |
FIPS186-4: 186-4KEY (gen) : |
Microsoft Windows 10、Microsoft Surface Pro 3 含 Windows 10、Microsoft Surface 3 含 Windows 10、Microsoft Surface Pro 2 含 Windows 10、Microsoft Surface Pro 含 Windows 10 RSA 金鑰產生實作#1798 版本 10.0.10240 |
FIPS186-4: SHA 驗證號碼 2871 |
Microsoft Windows 10、Microsoft Surface Pro 3 含 Windows 10、Microsoft Surface 3 含 Windows 10、Microsoft Surface Pro 2 含 Windows 10、Microsoft Surface Pro 含 Windows 10 RSA32 演算法實作#1784 版本 10.0.10240 |
FIPS186-4: SHA 驗證號碼 2871 |
Microsoft Windows 10、Microsoft Surface Pro 3 含 Windows 10、Microsoft Surface 3 含 Windows 10、Microsoft Surface Pro 2 含 Windows 10、Microsoft Surface Pro 含 Windows 10 MsBignum 密碼編譯實作#1783 版本 10.0.10240 |
FIPS186-4: SHA 驗證號碼 2886 |
Microsoft Windows 10、Microsoft Surface Pro 3 含 Windows 10、Microsoft Surface 3 含 Windows 10、Microsoft Surface Pro 2 含 Windows 10、Microsoft Surface Pro 含 Windows 10 新一代密碼編譯 (CNG) 實作#1802 版本 10.0.10240 |
FIPS186-4: 186-4KEY (gen) : PGM (ProbPrimeCondition) : 2048、3072 PPTT: (C.3) |
Microsoft Windows 8.1、Microsoft Windows Server 2012 R2、Microsoft Windows 儲存體 Server 2012 R2、Microsoft Windows RT 8.1、Microsoft Surface Windows RT 8.1、Microsoft Surface ProWindows 8.1、Microsoft Surface 2、Microsoft Surface Pro 2、Microsoft Surface Pro 3、Microsoft Windows Phone 8.1、Microsoft Windows Embedded 8.1 Industry 和 Microsoft StorSimple 8100 RSA 金鑰產生實作#1487 6.3.9600 版 |
FIPS186-4: SHA 驗證號碼 2373 |
Microsoft Windows 8.1、Microsoft Windows Server 2012 R2、Microsoft Windows 儲存體 Server 2012 R2、Microsoft Windows RT 8.1、Microsoft Surface Windows RT 8.1、Microsoft Surface ProWindows 8.1、Microsoft Surface 2、Microsoft Surface Pro 2、Microsoft Surface Pro 3、Microsoft Windows Phone 8.1、Microsoft Windows Embedded 8.1 Industry RSA32 演算法實作#1494 6.3.9600 版 |
FIPS186-4: SHA 驗證號碼 2373 |
Microsoft Windows 8.1、Microsoft Windows Server 2012 R2、Microsoft Windows 儲存體 Server 2012 R2、Microsoft Windows RT 8.1、Microsoft Surface Windows RT 8.1、Microsoft Surface ProWindows 8.1、Microsoft Surface 2、Microsoft Surface Pro 2、Microsoft Surface Pro 3、Microsoft Windows Phone 8.1、Microsoft Windows Embedded 8.1 Industry 和 Microsoft StorSimple 8100 MsBignum 密碼編譯實作#1493 6.3.9600 版 |
FIPS186-4: SHA 驗證號碼 2373 |
Windows 儲存體 Server 2012 R2、Microsoft Windows RT 8.1、microsoft Surface Windows RT 8.1、Microsoft Surface Pro with Windows 8.1、Microsoft Surface 2、Microsoft Surface Pro 2、Microsoft Surface Pro 3、Microsoft Windows Phone 8.1、Microsoft Windows Embedded 8.1 Industry 和 Microsoft StorSimple 8100 密碼編譯新一代密碼編譯實作#1519 6.3.9600 版 |
FIPS186-4: [RS者-PSS]: Sig (Gen) : (2048 SHA (256, 384, 512) ) (3072 SHA (256, 384, 512) ) , Sig (Ver) : (1024 SHA (1, 256, 384, 512) ) (2048 SHA (1, 256, 384, 512) ) (3072 SHA (1, 256, 384, 512, 512) ) , SHA #1903 已移除此驗證的一些先前驗證元件,因為它們現在不符合 SP800-131A 轉換的規範。 請參閱 歷程記錄 RSA 清單驗證號碼 1134。 |
Windows 8、Windows RT、Windows Server 2012、Surface Windows RT、Surface Windows 8 專業版 和 Windows Phone 8 新一代密碼編譯 (CNG) 實作#1134 |
FIPS186-4: 186-4KEY (gen) : PGM (ProbPrimeCondition) : 2048、3072 PPTT: (C.3) |
Windows 8、Windows RT、Windows Server 2012、Surface Windows RT、Surface Windows 8 專業版 和 Windows Phone 8 RSA 金鑰產生實作#1133 |
FIPS186-2: 已移除此驗證的一些先前驗證元件,因為它們現在不符合 SP800-131A 轉換的規範。 請參閱 歷程記錄 RSA 清單驗證號碼 1132。 |
Windows 8、Windows RT、Windows Server 2012、Surface Windows RT、Surface Windows 8 專業版 和 Windows Phone 8 增強式密碼編譯提供者 (RSAENH) #1132 |
FIPS186-2:ALG[ANSIX9.31]: SIG (ver) ;1024、1536、2048、3072、4096、SHS:SHA-1驗證號碼 1774 已移除此驗證的一些先前驗證元件,因為它們現在不符合 SP800-131A 轉換的規範。 請參閱 歷程記錄 RSA 清單驗證號碼 1052。 |
Windows Embedded Compact 7 增強式密碼編譯提供者 (RSAENH) #1052 |
FIPS186-2: 已移除此驗證的一些先前驗證元件,因為它們現在不符合 SP800-131A 轉換的規範。 請參閱 歷程記錄 RSA 清單驗證號碼 1051。 |
Windows Embedded Compact Cryptographic Primitives Library (bcrypt.dll) #1051 |
FIPS186-2: 已移除此驗證的一些先前驗證元件,因為它們現在不符合 SP800-131A 轉換的規範。 請參閱 歷程記錄 RSA 清單驗證號碼 568。 |
Windows Server 2008 R2 和 SP1 增強式密碼編譯提供者 (RSAENH) #568 |
FIPS186-2: ALG[-PSS]: SIG (gen) ;2048、3072、4096、SHS: 已移除此驗證的一些先前驗證元件,因為它們現在不符合 SP800-131A 轉換的規範。 請參閱 歷程記錄 RSA 清單驗證號碼 567。 請參閱 歷程記錄 RSA 清單驗證號碼 560。 |
Windows Server 2008 R2 和 SP1 CNG 演算法#567 Windows 7 和 SP1 CNG 演算法#560 |
FIPS186-2: 已移除此驗證的一些先前驗證元件,因為它們現在不符合 SP800-131A 轉換的規範。 請參閱 歷程記錄 RSA 清單驗證號碼 559。 |
Windows 7 和 SP1 以及 Server 2008 R2 和 SP1 RSA 金鑰產生實作#559 |
FIPS186-2: 已移除此驗證的一些先前驗證元件,因為它們現在不符合 SP800-131A 轉換的規範。 請參閱 歷程記錄 RSA 清單驗證號碼 557。 |
Windows 7 和 SP1 增強式密碼編譯提供者 (RSAENH) #557 |
FIPS186-2: 已移除此驗證的一些先前驗證元件,因為它們現在不符合 SP800-131A 轉換的規範。 請參閱 歷程記錄 RSA 清單驗證號碼 395。 |
Windows Server 2003 SP2 Enhanced Cryptographic Provider (RSAENH) #395 |
FIPS186-2: 已移除此驗證的一些先前驗證元件,因為它們現在不符合 SP800-131A 轉換的規範。 請參閱 歷程記錄 RSA 清單驗證號碼 371。 |
Windows XP Professional SP3 增強式密碼編譯提供者 (RSAENH) #371 |
FIPS186-2: ALG[-PSS]: SIG (gen) ;2048、3072、4096、SHS: 已移除此驗證的一些先前驗證元件,因為它們現在不符合 SP800-131A 轉換的規範。 請參閱 歷程記錄 RSA 清單驗證編號 358。 請參閱 歷程記錄 RSA 清單驗證號碼 357。 |
Windows Server 2008 CNG 演算法#358 Windows Vista SP1 CNG 演算法#357 |
FIPS186-2: 已移除此驗證的一些先前驗證元件,因為它們現在不符合 SP800-131A 轉換的規範。 請參閱 歷程記錄 RSA 清單驗證號碼 355。 請參閱 歷程記錄 RSA 清單驗證號碼 354。 |
Windows Server 2008 增強式密碼編譯提供者 (RSAENH) #355 Windows Vista SP1 增強式密碼編譯提供者 (RSAENH) #354 |
FIPS186-2: 已移除此驗證的一些先前驗證元件,因為它們現在不符合 SP800-131A 轉換的規範。 請參閱 歷程記錄 RSA 清單驗證號碼 353。 |
Windows Vista SP1 和 Windows Server 2008 RSA 金鑰產生實作#353 |
FIPS186-2: 已移除此驗證的一些先前驗證元件,因為它們現在不符合 SP800-131A 轉換的規範。 請參閱 歷程記錄 RSA 清單驗證號碼 258。 |
Windows Vista RSA 金鑰產生實作#258 |
FIPS186-2: ALG[-PSS]: SIG (gen) ;2048、3072、4096、SHS: 已移除此驗證的一些先前驗證元件,因為它們現在不符合 SP800-131A 轉換的規範。 請參閱 歷程記錄 RSA 清單驗證號碼 257。 |
Windows Vista CNG 演算法#257 |
FIPS186-2: 已移除此驗證的一些先前驗證元件,因為它們現在不符合 SP800-131A 轉換的規範。 請參閱 歷程記錄 RSA 清單驗證號碼 255。 |
Windows Vista Enhanced Cryptographic Provider (RSAENH) #255 |
FIPS186-2: 已移除此驗證的一些先前驗證元件,因為它們現在不符合 SP800-131A 轉換的規範。 請參閱 歷程記錄 RSA 清單驗證號碼 245。 |
Windows Server 2003 SP2 Enhanced Cryptographic Provider (RSAENH) #245 |
FIPS186-2: 已移除此驗證的一些先前驗證元件,因為它們現在不符合 SP800-131A 轉換的規範。 請參閱 歷程記錄 RSA 清單驗證號碼 230。 |
Windows CE 6.0 和 Windows CE 6.0 R2 和 Windows Mobile Enhanced Cryptographic Provider (RSAENH) #230 |
FIPS186-2: 已移除此驗證的一些先前驗證元件,因為它們現在不符合 SP800-131A 轉換的規範。 請參閱 歷程記錄 RSA 清單驗證號碼 222。 |
Windows CE和 Windows Mobile 6 和 Windows Mobile 6.1 增強式密碼編譯提供者 (RSAENH) #222 |
FIPS186-2: SIG (ver) :1024、1536、2048、3072、4096、SHS:SHA-1驗證號碼 364 已移除此驗證的一些先前驗證元件,因為它們現在不符合 SP800-131A 轉換的規範。 請參閱 歷程記錄 RSA 清單驗證號碼 81。 |
Windows Server 2003 SP1 增強式密碼編譯提供者 (RSAENH) #81 |
FIPS186-2: 已移除此驗證的一些先前驗證元件,因為它們現在不符合 SP800-131A 轉換的規範。 請參閱 歷程記錄 RSA 清單驗證號碼 52。 |
Windows CE 5.00 和 Windows CE 5.01 增強式密碼編譯提供者 (RSAENH) #52 |
FIPS186-2:: |
Windows XP,廠商-布建 Windows 2000 年,廠商-身分 |
安全雜湊標準 (SHS)
| Modes / States / Key Sizes | 演算法實作和憑證# |
|---|---|
SHA-1: SHA-256: SHA-384: SHA-512: |
Microsoft Surface Hub SymCrypt 密碼編譯實作#4011 版本 10.0.15063.674 |
SHA-1: SHA-256: SHA-384: SHA-512: |
Windows 10 行動裝置版 (版本 1709) SymCrypt 密碼編譯實作#4010 版本 10.0.15254 |
SHA-1: SHA-256: SHA-384: SHA-512: |
Windows 10 家用版、Pro、Enterprise、Education、Windows 10 S Fall Creators Update;Windows Server,Windows Server Datacenter (1709) 版;SymCrypt 密碼編譯實作#4009 版本 10.0.16299 |
| Windows 10 Creators Update (版本 1703) Home、Pro、Enterprise、Education、Windows 10 S、Windows 10 行動裝置版 SymCrypt 密碼編譯實作#3790 版本 10.0.15063 |
|
| Windows內嵌精簡增強式密碼編譯提供者 (RSAENH) #3652 版本 7.00.2872 |
|
| Windows內嵌 Compact Enhanced Cryptographic Provider (RSAENH) #3651 版本 8.00.6246 |
|
| Windows Embedded Compact Cryptographic Primitives Library (bcrypt.dll) #3649 版本 7.00.2872 |
|
| Windows Embedded Compact Cryptographic Primitives Library (bcrypt.dll) #3648 版本 8.00.6246 |
|
| Microsoft Windows 10 Anniversary Update, Windows Server 2016, Windows 儲存體 Server 2016;Microsoft Surface Book、Surface Pro 4、Surface Pro 3 和 Surface 3 w/ Windows 10年度更新;Microsoft Lumia 950 和 Lumia 650 w/ Windows 10 行動裝置版年度更新版 SymCrypt 密碼編譯實作#3347 版本 10.0.14393 |
|
| Microsoft Windows 10 Anniversary Update, Windows Server 2016, Windows 儲存體 Server 2016;Microsoft Surface Book、Surface Pro 4、Surface Pro 3 和 Surface 3 w/ Windows 10年度更新;Microsoft Lumia 950 和 Lumia 650 w/ Windows 10 行動裝置版年度更新 RSA32 演算法實作#3346 版本 10.0.14393 |
|
| Microsoft Windows 10 2015 年 11 月更新;Microsoft Surface Book、Surface Pro 4、Surface Pro 3、Surface 3、Surface Pro 2 和 Surface Pro w/ Windows 10 2015 年 11 月更新;Windows 10 行動裝置版適用于 Microsoft Lumia 950 和 Microsoft Lumia 635;Microsoft Surface Hub和 Surface Hub RSA32 演算法實作的Windows 10 #3048 版本 10.0.10586 |
|
| Microsoft Windows 10 2015 年 11 月更新;Microsoft Surface Book、Surface Pro 4、Surface Pro 3、Surface 3、Surface Pro 2 和 Surface Pro w/ Windows 10 2015 年 11 月更新;Windows 10 行動裝置版適用于 Microsoft Lumia 950 和 Microsoft Lumia 635;Microsoft Surface Hub和 Surface Hub SymCrypt 密碼編譯實作的Windows 10 #3047 版本 10.0.10586 |
|
| Microsoft Windows 10、Microsoft Surface Pro 3 含 Windows 10、Microsoft Surface 3 含 Windows 10、Microsoft Surface Pro 2 含 Windows 10、Microsoft Surface Pro 含 Windows 10 SymCrypt 密碼編譯實作#2886 版本 10.0.10240 |
|
| Microsoft Windows 10、Microsoft Surface Pro 3 含 Windows 10、Microsoft Surface 3 含 Windows 10、Microsoft Surface Pro 2 含 Windows 10、Microsoft Surface Pro 含 Windows 10 RSA32 演算法實作#2871 版本 10.0.10240 |
|
| Microsoft Windows 8.1、Microsoft Windows Server 2012 R2、Microsoft Windows 儲存體 Server 2012 R2、Microsoft Windows RT 8.1、Microsoft Surface Windows RT 8.1、Microsoft Surface ProWindows 8.1、Microsoft Surface 2、Microsoft Surface Pro 2、Microsoft Surface Pro 3、Microsoft Windows Phone 8.1、Microsoft Windows Embedded 8.1 Industry RSA32 演算法實作#2396 6.3.9600 版 |
|
| Windows 儲存體 Server 2012 R2、Microsoft Windows RT 8.1、microsoft Surface Windows RT 8.1、Microsoft Surface Pro with Windows 8.1、Microsoft Surface 2、Microsoft Surface Pro 2、Microsoft Surface Pro 3、Microsoft Windows Phone 8.1、Microsoft Windows Embedded 8.1 Industry 和 Microsoft StorSimple 8100 SymCrypt 密碼編譯實作#2373 6.3.9600 版 |
|
實作不支援零長度 (null) 訊息。 |
Windows 8、Windows RT、Windows Server 2012、Surface Windows RT、Surface Windows 8 專業版 和 Windows Phone 8 新一代對稱密碼編譯演算法實作 (SYMCRYPT) #1903 Windows 8、Windows RT、Windows Server 2012、Surface Windows RT、Surface Windows 8 專業版 和 Windows Phone 8 對稱演算法實作 (RSA32) #1902 |
| Windows Embedded Compact 7 增強式密碼編譯提供者 (RSAENH) #1774 Windows Embedded Compact 7 密碼編譯基本類型程式庫 (bcrypt.dll) #1773 |
|
| Windows 7 和 SP1 和 Windows Server 2008 R2 和 SP1 對稱演算法實作#1081 Windows Server 2003 SP2 Enhanced Cryptographic Provider (RSAENH) #816 |
|
| Windows XP Professional SP3 核心模式密碼編譯模組 (fips.sys) #785 Windows XP Professional SP3 增強型 DSS 和 Diffie-Hellman 密碼編譯提供者 (DSSENH) #784 |
|
| Windows XP Professional SP3 增強式密碼編譯提供者 (RSAENH) #783 | |
| Windows Vista SP1 和 Windows Server 2008 對稱演算法實作#753 Windows Vista 對稱演算法實作#618 |
|
| Windows Vista BitLocker 磁片磁碟機加密#737 Windows Vista Beta 2 BitLocker 磁片磁碟機加密#495 |
|
| Windows Server 2003 SP2 Enhanced Cryptographic Provider (RSAENH) #613 Windows Server 2003 SP1 增強式密碼編譯提供者 (RSAENH) #364 |
|
| Windows Server 2003 SP2 增強型 DSS 和 Diffie-Hellman 密碼編譯提供者#611 Windows Server 2003 SP2 核心模式密碼編譯模組 (fips.sys) #610 Windows Server 2003 SP1 增強型 DSS 和 Diffie-Hellman 密碼編譯提供者 (DSSENH) #385 Windows Server 2003 SP1 核心模式密碼編譯模組 (fips.sys) #371 Windows Server 2003 增強型 DSS 和 Diffie-Hellman 密碼編譯提供者 (DSSENH) #181 Windows Server 2003 核心模式密碼編譯模組 (fips.sys) #177 Windows Server 2003 增強式密碼編譯提供者 (RSAENH) #176 |
|
| Windows CE 6.0 和 Windows CE 6.0 R2 和 Windows Mobile Enhanced Cryptographic Provider (RSAENH) #589 Windows CE和 Windows Mobile 6 和 Windows Mobile 6.5 增強式密碼編譯提供者 (RSAENH) #578 Windows CE 5.00 和 Windows CE 5.01 增強 密碼編譯提供者 (RSAENH) #305 |
|
| Windows XP Microsoft 增強式密碼編譯提供者#83 Crypto Driver for Windows 2000 (fips.sys) #35 Windows 2000 Microsoft Outlook 密碼編譯提供者 (EXCHCSP.DLL) SR-1A (3821) #32 Windows 2000 RSAENH.DLL #24 Windows 2000 RSABASE.DLL #23 Windows NT 4 SP6 RSAENH.DLL #21 Windows NT 4 SP6 RSABASE.DLL #20 |
三重 DES
| Modes / States / Key Sizes | 演算法實作和憑證# |
|---|---|
TDES-CBC: TDES-CFB64: TDES-CFB8: TDES-ECB: |
Microsoft Surface Hub SymCrypt 密碼編譯實作#2558 版本 10.0.15063.674 |
TDES-CBC: TDES-CFB64: TDES-CFB8: TDES-ECB: |
Windows 10 行動裝置版 (版本 1709) SymCrypt 密碼編譯實作#2557 版本 10.0.15254 |
TDES-CBC: TDES-CFB64: TDES-CFB8: TDES-ECB: |
Windows 10 家用版、Pro、Enterprise、Education、Windows 10 S Fall Creators Update;Windows Server,Windows Server Datacenter (1709) 版;SymCrypt 密碼編譯實作#2556 版本 10.0.16299 |
| TECB (KO 1 e/d) ; TCBC (KO 1 e/d) ; TCFB8 (KO 1 e/d) ; TCFB64 (KO 1 e/d) | Windows 10 Creators Update (版本 1703) Home、Pro、Enterprise、Education、Windows 10 S、Windows 10 行動裝置版 SymCrypt 密碼編譯實作#2459 版本 10.0.15063 |
| TECB (KO 1 e/d) ;TCBC (KO 1 e/d) | Windows內嵌精簡增強式密碼編譯提供者 (RSAENH) #2384 版本 8.00.6246 |
| TECB (KO 1 e/d) ;TCBC (KO 1 e/d) | Windows內嵌 Compact Enhanced Cryptographic Provider (RSAENH) #2383 版本 8.00.6246 |
| TECB (KO 1 e/d) ;TCBC (KO 1 e/d) ;僅限 CTR (int) | Windows Embedded Compact Cryptographic Primitives Library (bcrypt.dll) #2382 版本 7.00.2872 |
| TECB (KO 1 e/d) ;TCBC (KO 1 e/d) | Windows Embedded Compact Cryptographic Primitives Library (bcrypt.dll) #2381 版本 8.00.6246 |
| TECB (KO 1 e/d) ;TCBC (KO 1 e/d) ;TCFB8 (KO 1 e/d) ;TCFB64 (KO 1 e/d) | Microsoft Windows 10 Anniversary Update, Windows Server 2016, Windows 儲存體 Server 2016;Microsoft Surface Book、Surface Pro 4、Surface Pro 3 和 Surface 3 w/ Windows 10年度更新;Microsoft Lumia 950 和 Lumia 650 w/ Windows 10 行動裝置版年度更新版 SymCrypt 密碼編譯實作#2227 版本 10.0.14393 |
| TECB (KO 1 e/d) ;TCBC (KO 1 e/d) ;TCFB8 (KO 1 e/d) ;TCFB64 (KO 1 e/d) | Microsoft Windows 10 2015 年 11 月更新;Microsoft Surface Book、Surface Pro 4、Surface Pro 3、Surface 3、Surface Pro 2 和 Surface Pro w/ Windows 10 2015 年 11 月更新;Windows 10 行動裝置版適用于 Microsoft Lumia 950 和 Microsoft Lumia 635;Microsoft Surface Hub和 Surface Hub SymCrypt 密碼編譯實作的Windows 10 #2024 版本 10.0.10586 |
| TECB (KO 1 e/d) ;TCBC (KO 1 e/d) ;TCFB8 (KO 1 e/d) ;TCFB64 (KO 1 e/d) | Microsoft Windows 10、Microsoft Surface Pro 3 含 Windows 10、Microsoft Surface 3 含 Windows 10、Microsoft Surface Pro 2 含 Windows 10、Microsoft Surface Pro 含 Windows 10 SymCrypt 密碼編譯實作#1969 版本 10.0.10240 |
| TECB (KO 1 e/d) ;TCBC (KO 1 e/d) ;TCFB8 (KO 1 e/d) ;TCFB64 (KO 1 e/d) | Windows 儲存體 Server 2012 R2、Microsoft Windows RT 8.1、microsoft Surface Windows RT 8.1、Microsoft Surface Pro with Windows 8.1、Microsoft Surface 2、Microsoft Surface Pro 2、Microsoft Surface Pro 3、Microsoft Windows Phone 8.1、Microsoft Windows Embedded 8.1 Industry 和 Microsoft StorSimple 8100 SymCrypt 密碼編譯實作#1692 6.3.9600 版 |
| TECB (e/d;KO 1,2) ;TCBC (e/d;KO 1,2) ;TCFB8 (e/d;KO 1,2) ;TCFB64 (e/d;KO 1,2) | Windows 8、Windows RT、Windows Server 2012、Surface Windows RT、Surface Windows 8 專業版 和 Windows Phone 8 新一代對稱密碼編譯演算法實作 (SYMCRYPT) #1387 |
| TECB (e/d;KO 1,2) ;TCBC (e/d;KO 1,2) ;TCFB8 (e/d;KO 1,2) | Windows 8、Windows RT、Windows Server 2012、Surface Windows RT、Surface Windows 8 專業版 和 Windows Phone 8 對稱演算法實作 (RSA32) #1386 |
| TECB (e/d;KO 1,2) ;TCBC (e/d;KO 1,2) ;TCFB8 (e/d;KO 1,2) | Windows 7 和 SP1 和 Windows Server 2008 R2 和 SP1 對稱演算法實作#846 |
| TECB (e/d;KO 1,2) ;TCBC (e/d;KO 1,2) ;TCFB8 (e/d;KO 1,2) | Windows Vista SP1 和 Windows Server 2008 對稱演算法實作#656 |
| TECB (e/d;KO 1,2) ;TCBC (e/d;KO 1,2) ;TCFB8 (e/d;KO 1,2) | Windows Vista 對稱演算法實作#549 |
| 三重 DES MAC | Windows 8、Windows RT、Windows Server 2012、Surface Windows RT、Surface Windows 8 專業版 和 Windows Phone 8 #1386、廠商-Windows RT Windows 7 和 SP1,以及 Windows Server 2008 R2 和 SP1#846,廠商-格 |
| TECB (e/d;KO 1,2) ;TCBC (e/d;KO 1,2) | Windows Embedded Compact 7 增強式密碼編譯提供者 (RSAENH) #1308 Windows Embedded Compact 7 密碼編譯基本類型程式庫 (bcrypt.dll) #1307 Windows Server 2003 SP2 Enhanced Cryptographic Provider (RSAENH) #691 Windows XP Professional SP3 核心模式密碼編譯模組 (fips.sys) #677 Windows XP Professional SP3 增強型 DSS 和 Diffie-Hellman 密碼編譯提供者 (DSSENH) #676 Windows XP Professional SP3 增強式密碼編譯提供者 (RSAENH) #675 Windows Server 2003 SP2 Enhanced Cryptographic Provider (RSAENH) #544 Windows Server 2003 SP2 增強型 DSS 和 Diffie-Hellman 密碼編譯提供者#543 Windows Server 2003 SP2 Kernel Mode Cryptographic Module (fips.sys) #542 Windows CE 6.0 和 Windows CE 6.0 R2 和 Windows Mobile Enhanced Cryptographic Provider (RSAENH) #526 Windows CE和 Windows Mobile 6 和 Windows Mobile 6.1 和 Windows Mobile 6.5 增強式密碼編譯提供者 (RSAENH) #517 Windows Server 2003 SP1 增強型 DSS 和 Diffie-Hellman 密碼編譯提供者 (DSSENH) #381 Windows Server 2003 SP1 核心模式密碼編譯模組 (fips.sys) #370 Windows Server 2003 SP1 增強式密碼編譯提供者 (RSAENH) #365 Windows CE 5.00 和 Windows CE 5.01 增強式密碼編譯提供者 (RSAENH) #315 Windows Server 2003 核心模式密碼編譯模組 (fips.sys) #201 Windows Server 2003 增強型 DSS 和 Diffie-Hellman 密碼編譯提供者 (DSSENH) #199 Windows Server 2003 增強式密碼編譯提供者 (RSAENH) #192 Windows XP Microsoft Enhanced Cryptographic Provider #81 Windows 2000 Microsoft Outlook密碼編譯提供者 (EXCHCSP.DLL) SR-1A (3821) #18Crypto Driver for Windows 2000 (fips.sys) #16 |
SP 800-132 Password-Based金鑰衍生函式 (PBKDF)
| Modes / States / Key Sizes | 演算法實作和憑證# |
|---|---|
| PBKDF (廠商) | Microsoft Windows 10、Windows 10 專業版、Windows 10 企業版、Windows 10 企業版 LTSB、Windows 10 行動裝置版 中的核心模式密碼編譯基本類型程式庫 (cng.sys) 密碼編譯基本類型程式庫 (bcryptprimitives.dll 和ncryptsslp.dll) Windows Server 2016 Standard、Windows Server 2016 Datacenter、Windows 儲存體 Server 2016 #2937 (軟體版本:10.0.14393) Microsoft Windows 10、Windows 10 專業版、Windows 10 企業版、Windows 10 企業版 LTSB、Windows 10 行動裝置版、Windows Server 2016 Standard、Windows Server 2016 Datacenter,Windows 儲存體 Server 2016 #2936 (軟體版本:10.0.14393) Microsoft Windows 10、Windows 10 專業版、Windows 10 企業版、Windows 10 企業版 LTSB、Windows 10 行動裝置版、Windows Server 2016 Standard 中的程式碼完整性 (ci.dll) Windows Server 2016 Datacenter,Windows 儲存體 Server 2016 #2935 (軟體版本:10.0.14393) |
| PBKDF (廠商) | Microsoft Windows 10、Windows 10 專業版、Windows 10 企業版、Windows 10 企業版 LTSB、Windows 10 行動裝置版、Windows Server 2016 中的核心模式密碼編譯基本類型程式庫 (cng.sys) Standard、Windows Server 2016 Datacenter、Windows 儲存體 Server 2016 #2936 (軟體版本:10.0.14393) Windows 8、Windows RT、Windows Server 2012、Surface Windows RT、Surface Windows 8 專業版 和 Windows Phone 8 密碼編譯新一代 (CNG) 、廠商-) |
元件驗證清單
| 發行集/ 元件已驗證 / 描述 | 實作和憑證# |
|---|---|
ECDSA SigGen: 必要條件:DRBG #489 |
Microsoft Windows 8.1、Microsoft Windows Server 2012 R2、Microsoft Windows 儲存體 Server 2012 R2、Microsoft Windows RT 8.1、Microsoft Surface Windows RT 8.1、Microsoft Surface ProWindows 8.1、Microsoft Surface 2、Microsoft Surface Pro 2、Microsoft Surface Pro 3、Microsoft Windows Phone 8.1、Microsoft Windows Embedded 8.1 Industry 和 Microsoft StorSimple 8100 MsBignum 密碼編譯實作#1540 6.3.9600 版 |
RSASP1: 模數大小:2048 (位) |
Microsoft Surface Hub虛擬 TPM 實作#1519 版本 10.0.15063.674 |
RSASP1: 模數大小:2048 (位) |
Windows 10 家用版、Pro、Enterprise、Education、Windows 10 S Fall Creators Update;Windows Server,Windows Server Datacenter (1709) 版;虛擬 TPM 實作#1518 版本 10.0.16299 |
| RSADP: 模數大小:2048 (位) |
Microsoft Surface Hub MsBignum 密碼編譯實作#1517 版本 10.0.15063.674 |
RSASP1: 模數大小:2048 (位) |
Microsoft Surface Hub MsBignum 密碼編譯實作#1516 版本 10.0.15063.674 |
ECDSA SigGen: 必要條件:DRBG #1732 |
Microsoft Surface Hub MsBignum 密碼編譯實作#1515 版本 10.0.15063.674 |
ECDSA SigGen: 必要條件:DRBG #1732 |
Microsoft Surface Hub SymCrypt 密碼編譯實作#1514 版本 10.0.15063.674 |
| RSADP: 模數大小:2048 (位) |
Microsoft Surface Hub加密密碼編譯實作#1513 版本 10.0.15063.674 |
RSASP1: 模數大小:2048 (位) |
Microsoft Surface Hub加密密碼編譯實作#1512 版本 10.0.15063.674 |
IKEv1: Diffie-Hellman共用秘密: Diffie-Hellman共用密碼: Diffie-Hellman共用密碼: IKEv2: Diffie-Hellman共用密碼: Diffie-Hellman共用密碼: Diffie-Hellman共用密碼: TLS: SHA 函式:SHA-256、SHA-384 |
Microsoft Surface Hub SymCrypt 密碼編譯實作#1511 版本 10.0.15063.674 |
ECDSA SigGen: 必要條件:DRBG #1731 |
Windows 10 行動裝置版 (版本 1709) 加密密碼編譯實作#1510 版本 10.0.15254 |
| RSADP: 模數大小:2048 (位) |
Windows 10 行動裝置版 (版本 1709) SymCrypt 密碼編譯實作#1509 版本 10.0.15254 |
RSASP1: 模數大小:2048 (位) |
Windows 10 行動裝置版 (版本 1709) SymCrypt 密碼編譯實作#1508 版本 10.0.15254 |
IKEv1: Diffie-Hellman共用密碼: Diffie-Hellman共用密碼: Diffie-Hellman共用密碼: IKEv2: Diffie-Hellman共用密碼: Diffie-Hellman共用密碼: Diffie-Hellman共用密碼: TLS: SHA 函式:SHA-256、SHA-384 |
Windows 10 行動裝置版 (版本 1709) SymCrypt 密碼編譯實作#1507 版本 10.0.15254 |
ECDSA SigGen: 必要條件:DRBG #1731 |
Windows 10 行動裝置版 (版本 1709) MsBignum 密碼編譯實作#1506 版本 10.0.15254 |
| RSADP: 模數大小:2048 (位) |
Windows 10 行動裝置版 (版本 1709) MsBignum 密碼編譯實作#1505 版本 10.0.15254 |
RSASP1: 模數大小:2048 (位) |
Windows 10 行動裝置版 (版本 1709) MsBignum 密碼編譯實作#1504 版本 10.0.15254 |
ECDSA SigGen: 必要條件:DRBG #1730 |
Windows 10 家用版、Pro、Enterprise、Education、Windows 10 S Fall Creators Update;Windows Server,Windows Server Datacenter (1709) 版;MsBignum 密碼編譯實作#1503 版本 10.0.16299 |
| RSADP: 模數大小:2048 (位) |
Windows 10 家用版、Pro、Enterprise、Education、Windows 10 S Fall Creators Update;Windows Server,Windows Server Datacenter (1709) 版;MsBignum 密碼編譯實作#1502 版本 10.0.16299 |
RSASP1: 模數大小:2048 (位) |
Windows 10 家用版、Pro、Enterprise、Education、Windows 10 S Fall Creators Update;Windows Server,Windows Server Datacenter (1709) 版;MsBignum 密碼編譯實作#1501 版本 10.0.16299 |
ECDSA SigGen: 必要條件:DRBG #1730 |
Windows 10 家用版、Pro、Enterprise、Education、Windows 10 S Fall Creators Update;Windows Server,Windows Server Datacenter (1709) 版;SymCrypt 密碼編譯實作#1499 版本 10.0.16299 |
| RSADP: 模數大小:2048 (位) |
Windows 10 家用版、Pro、Enterprise、Education、Windows 10 S Fall Creators Update;Windows Server,Windows Server Datacenter (1709) 版;SymCrypt 密碼編譯實作#1498 版本 10.0.16299 |
RSASP1: 模數大小:2048 (位) |
Windows 10 家用版、Pro、Enterprise、Education、Windows 10 S Fall Creators Update;Windows Server,Windows Server Datacenter (1709) 版;SymCrypt 密碼編譯實作#1497 版本 10.0.16299 |
IKEv1: Diffie-Hellman共用密碼: Diffie-Hellman共用密碼: Diffie-Hellman共用密碼: IKEv2: Diffie-Hellman共用密碼: Diffie-Hellman共用密碼: Diffie-Hellman共用密碼: TLS: SHA 函式:SHA-256、SHA-384 |
Windows 10 家用版、Pro、Enterprise、Education、Windows 10 S Fall Creators Update;Windows Server,Windows Server Datacenter (1709) 版;SymCrypt 密碼編譯實作#1496 版本 10.0.16299 |
| FIPS186-4 ECDSA 雜湊大小訊息的簽章產生 ECDSA SigGen 元件:曲線 (P-256 P-384 P-521) |
Windows 10 Creators Update (版本 1703) Home、Pro、Enterprise、Education、Windows 10 S、Windows 10 行動裝置版 MsBignum 密碼編譯實作#1284 10.0 版。 15063 Windows 10 Creators Update (版本 1703) Home、Pro、Enterprise、Education、Windows 10 S、Windows 10 行動裝置版 SymCrypt 密碼編譯實作#1279 10.0 版。 15063 Microsoft Windows 10 Anniversary Update, Windows Server 2016, Windows 儲存體 Server 2016;Microsoft Surface Book、Surface Pro 4、Surface Pro 3 和 Surface 3 w/ Windows 10年度更新;Microsoft Lumia 950 和 Lumia 650 w/ Windows 10 行動裝置版年度更新 MsBignum 密碼編譯實作#922 版本 10.0.14393 Microsoft Windows 10 Anniversary Update, Windows Server 2016, Windows 儲存體 Server 2016;Microsoft Surface Book、Surface Pro 4 和 Surface Pro 3/Windows 10年度更新虛擬 TPM 實作#894 版本 10.0.14393icrosoft Windows 10 2015 年 11 月更新;Microsoft Surface Book、Surface Pro 4、Surface Pro 3、Surface 3、Surface Pro 2 和 Surface Pro w/ Windows 10 2015 年 11 月更新;Windows 10 行動裝置版適用于 Microsoft Lumia 950 和 Microsoft Lumia 635;Microsoft Surface Hub 84「 和 Surface Hub 55」 MsBignum 密碼編譯實作#666的Windows 10 版本 10.0.10586 Microsoft Windows 8.1、Microsoft Windows Server 2012 R2、Microsoft Windows 儲存體 Server 2012 R2、Microsoft Windows RT 8.1、Microsoft Surface Windows RT 8.1、Microsoft Surface ProWindows 8.1、Microsoft Surface 2、Microsoft Surface Pro 2、Microsoft Surface Pro 3、Microsoft Windows Phone 8.1、Microsoft Windows Embedded 8.1 Industry 和 Microsoft StorSimple 8100 MsBignum 密碼編譯實作#288 6.3.9600 版 |
| FIPS186-4 RSA;PKCS#1 v2.1 RSASP1 簽章基本類型 RSASP1: (Mod2048:PKCS1.5 PKCSPSS) |
Windows 10 Creators Update (版本 1703) Pro、Enterprise、教育虛擬 TPM 實作#1285 版本 10.0.15063 Windows 10 Creators Update (版本 1703) Home、Pro、Enterprise、Education、Windows 10 S、Windows 10 行動裝置版 MsBignum 密碼編譯實作#1282 版本 10.0.15063 Windows 10 Creators Update (版本 1703) Home、Pro、Enterprise、Education、Windows 10 S、Windows 10 行動裝置版 SymCrypt 密碼編譯實作#1280 版本 10.0.15063 Microsoft Windows 10 Anniversary Update, Windows Server 2016, Windows 儲存體 Server 2016;Microsoft Surface Book、Surface Pro 4 和 Surface Pro 3 w/ Windows 10年度更新虛擬 TPM 實作#893 版本 10.0.14393 Microsoft Windows 10 Anniversary Update, Windows Server 2016, Windows 儲存體 Server 2016;Microsoft Surface Book、Surface Pro 4、Surface Pro 3 和 Surface 3 w/ Windows 10年度更新;Microsoft Lumia 950 和 Lumia 650 w/ Windows 10 行動裝置版年度更新 MsBignum 密碼編譯實作#888 版本 10.0.14393 Microsoft Windows 10 2015 年 11 月更新;Microsoft Surface Book、Surface Pro 4、Surface Pro 3、Surface 3、Surface Pro 2 和 Surface Pro w/ Windows 10 2015 年 11 月更新;Windows 10 行動裝置版適用于 Microsoft Lumia 950 和 Microsoft Lumia 635;Windows 10 Microsoft Surface Hub 84「 和 Surface Hub 55」 MsBignum 密碼編譯實作#665 版本 10.0.10586 Microsoft Windows 10、Microsoft Surface Pro 3 含 Windows 10、Microsoft Surface 3 含 Windows 10、Microsoft Surface Pro 2 含 Windows 10、Microsoft Surface Pro 含 Windows 10 MsBignum 密碼編譯實作#572 版本 10.0.10240 Microsoft Windows 8.1、Microsoft Windows Server 2012 R2、Microsoft Windows 儲存體 Server 2012 R2、Microsoft Windows RT 8.1、Microsoft Surface Windows RT 8.1、Microsoft Surface ProWindows 8.1、Microsoft Surface 2、Microsoft Surface Pro 2、Microsoft Surface Pro 3、Microsoft Windows Phone 8.1、Microsoft Windows Embedded 8.1 Industry MsBignum 密碼編譯實作#289 6.3.9600 版 |
| FIPS186-4 RSA;RSADP RSADP 基本類型 RSADP: (Mod2048) |
Windows 10 Creators Update (版本 1703) Home、Pro、Enterprise、Education、Windows 10 S、Windows 10 行動裝置版 MsBignum 密碼編譯實作#1283 版本 10.0.15063 Windows 10 Creators Update (版本 1703) Home、Pro、Enterprise、Education、Windows 10 S、Windows 10 行動裝置版 SymCrypt 密碼編譯實作#1281 版本 10.0.15063 Microsoft Windows 10 Anniversary Update, Windows Server 2016, Windows 儲存體 Server 2016;Microsoft Surface Book、Surface Pro 4 和 Surface Pro 3 w/ Windows 10年度更新虛擬 TPM 實作#895 版本 10.0.14393 Microsoft Windows 10 Anniversary Update, Windows Server 2016, Windows 儲存體 Server 2016;Microsoft Surface Book、Surface Pro 4、Surface Pro 3 和 Surface 3 w/ Windows 10年度更新;Microsoft Lumia 950 和 Lumia 650 w/ Windows 10 行動裝置版年度更新新一代密碼編譯 (CNG) 實作#887 版本 10.0.14393 Microsoft Windows 10 2015 年 11 月更新;Microsoft Surface Book、Surface Pro 4、Surface Pro 3、Surface 3、Surface Pro 2 和 Surface Pro w/ Windows 10 2015 年 11 月更新;Windows 10 行動裝置版適用于 Microsoft Lumia 950 和 Microsoft Lumia 635;Windows 10 Microsoft Surface Hub 84「 和 Surface Hub 55」 新一代密碼編譯 (CNG) 實作#663 版本 10.0.10586 Microsoft Windows 10、Microsoft Surface Pro 3 含 Windows 10、Microsoft Surface 3 含 Windows 10、Microsoft Surface Pro 2 含 Windows 10、Microsoft Surface Pro 含 Windows 10 新一代密碼編譯 (CNG) 實作#576 版本 10.0.10240 |
| SP800-135 4.1.1 節,IKEv1 區段 4.1.2,IKEv2 區段 4.2,TLS |
Windows 10 家用版、Pro、Enterprise、Education、Windows 10 S Fall Creators Update;Windows Server,Windows Server Datacenter (1709) 版;SymCrypt 密碼編譯實作#1496 版本 10.0.16299 Windows 10 Creators Update (版本 1703) Home、Pro、Enterprise、Education、Windows 10 S、Windows 10 行動裝置版 SymCrypt 密碼編譯實作#1278 版本 10.0.15063 Windows Embedded Compact Cryptographic Primitives Library (bcrypt.dll) #1140 版本 7.00.2872 Windows Embedded Compact Cryptographic Primitives Library (bcrypt.dll) #1139 版本 8.00.6246 Microsoft Windows 10 Anniversary Update, Windows Server 2016, Windows 儲存體 Server 2016;Microsoft Surface Book、Surface Pro 4、Surface Pro 3 和 Surface 3 w/ Windows 10年度更新;Microsoft Lumia 950 和 Lumia 650 w/ Windows 10 行動裝置版年度更新版 BcryptPrimitives 和 NCryptSSLp #886 版本 10.0.14393 Microsoft Windows 10 2015 年 11 月更新;Microsoft Surface Book、Surface Pro 4、Surface Pro 3、Surface 3、Surface Pro 2 和 Surface Pro w/ Windows 10 2015 年 11 月更新;Windows 10 行動裝置版適用于 Microsoft Lumia 950 和 Microsoft Lumia 635;Microsoft Surface Hub 84「 和 Surface Hub 55」 BCryptPrimitives 和 NCryptSSLp #664的Windows 10 版本 10.0.10586 Microsoft Windows 10、Microsoft Surface Pro 3 含 Windows 10、Microsoft Surface 3 含 Windows 10、Microsoft Surface Pro 2 含 Windows 10、Microsoft Surface Pro 含 Windows 10 BCryptPrimitives 和 NCryptSSLp #575 版本 10.0.10240 Microsoft Windows 8.1、Microsoft Windows Server 2012 R2、Microsoft Windows 儲存體 Server 2012 R2、Microsoft Windows RT 8.1、Microsoft Surface Windows RT 8.1、Microsoft Surface ProWindows 8.1、Microsoft Surface 2、Microsoft Surface Pro 2、Microsoft Surface Pro 3、Microsoft Windows Phone 8.1、Microsoft Windows Embedded 8.1 Industry 和 Microsoft StorSimple 8100 BCryptPrimitives 和 NCryptSSLp #323 6.3.9600 版 |
Contact
fips@microsoft.com
參考
意見反映
提交及檢視以下的意見反映: