Verifying Web Browser
Go to website : https://browserleaks.com/tls
Verifying Windows
use the command
(Get-TLSCipherSuite -name TLS_AES).Name
or
(Get-TLSCipherSuite).Name
Go to website : https://learn.microsoft.com/en-us/windows/win32/secauthn/tls-cipher-suites-in-windows-11 to obtain the correspondence table
0 Comments