SMB 3.x support AES-128 encryption

SMB 3.x is the remote file system protocol of Windows, and has supported AES-128 encryption via BCRYPT since Windows 8/WS2012.
This commit is contained in:
Ned pyle
2019-09-16 12:46:25 -07:00
committed by GitHub
parent 4a229074b5
commit 539b9e316c

View File

@ -109,6 +109,7 @@ The following list contains some of the Windows components and Microsoft product
- Some Microsoft .NET Framework Applications (.NET also provides cryptographic algorithm implementations that have not been FIPS 140 validated.) - Some Microsoft .NET Framework Applications (.NET also provides cryptographic algorithm implementations that have not been FIPS 140 validated.)
- BitLocker® Drive Full-volume Encryption - BitLocker® Drive Full-volume Encryption
- IPsec Settings of Windows Firewall - IPsec Settings of Windows Firewall
- Server Message Block (SMB) 3.x
## Information for System Integrators ## Information for System Integrators