Skip to content

Commit

Permalink
Fix small typo in Windows scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
undergroundwires committed May 20, 2024
1 parent 6d7a120 commit e60b4fa
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/application/collections/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6583,7 +6583,7 @@ actions:
to a minimum of 2048 bits.
This is a secure way to exchange keys over public networks.

This script only afects the *SSL/TLS handshake* process.
This script only affects the *SSL/TLS handshake* process.
The *SSL/TLS handshake* is a key part of establishing a secure connection over the internet.
By disabling this weak algorithm, the script improves the security of the connection.

Expand Down Expand Up @@ -6619,7 +6619,7 @@ actions:
The Public-Key Cryptography Standards (PKCS) define how to use RSA keys for secure communication encryption.
Using keys that are too weak can expose your data to unauthorized access.

This script only afects the *SSL/TLS handshake* process.
This script only affects the *SSL/TLS handshake* process.
The *SSL/TLS handshake* is a key part of establishing a secure connection over the internet.
By disabling this weak algorithm, the script improves the security of the connection.

Expand Down Expand Up @@ -6705,7 +6705,7 @@ actions:
docs: |- # refactor-with-variables: Same • Caution • handshake • authorities • cipher suite
This script disables RC2 ciphers.

This script only afects the *SSL/TLS handshake* process.
This script only affects the *SSL/TLS handshake* process.
The *SSL/TLS handshake* is a key part of establishing a secure connection over the internet.
By disabling this weak algorithm, the script improves the security of the connection.

Expand Down Expand Up @@ -6760,7 +6760,7 @@ actions:
docs: |- # refactor-with-variables: Same • Caution • handshake • authorities • cipher suite
This script disables the RC4 ciphers.

This script only afects the *SSL/TLS handshake* process.
This script only affects the *SSL/TLS handshake* process.
The *SSL/TLS handshake* is a key part of establishing a secure connection over the internet.
By disabling this weak algorithm, the script improves the security of the connection.

Expand Down Expand Up @@ -6825,7 +6825,7 @@ actions:
docs: |- # refactor-with-variables: Same • Caution • handshake • authorities • cipher suite
This script disables the `DES 56/56` [1] [2] [3] [4] cipher, also known as *DES 56* [2] or *56-bit DES* [2].

This script only afects the *SSL/TLS handshake* process.
This script only affects the *SSL/TLS handshake* process.
The *SSL/TLS handshake* is a key part of establishing a secure connection over the internet.
By disabling this weak algorithm, the script improves the security of the connection.

Expand Down Expand Up @@ -6863,7 +6863,7 @@ actions:
This script disables the `Triple DES 168` [1] [2] [3] (`Triple DES 168/168` before Windows Vista [2] [4]) cipher,
also known as *3DES* [1] [3] [5] [6], *The Triple Data Encryption Algorithm (TDEA)* [6] [7] and **TDES** [8].

This script only afects the *SSL/TLS handshake* process.
This script only affects the *SSL/TLS handshake* process.
The *SSL/TLS handshake* is a key part of establishing a secure connection over the internet.
By disabling this weak algorithm, the script improves the security of the connection.

Expand Down Expand Up @@ -6910,7 +6910,7 @@ actions:
docs: |- # refactor-with-variables: Same • Caution • handshake • authorities • cipher suite
This script disables the `NULL` [1] [2] [3] [4] cipher.

This script only afects the *SSL/TLS handshake* process.
This script only affects the *SSL/TLS handshake* process.
The *SSL/TLS handshake* is a key part of establishing a secure connection over the internet.
By disabling this weak algorithm, the script improves the security of the connection.

Expand Down Expand Up @@ -6966,7 +6966,7 @@ actions:
docs: |- # refactor-with-variables: Same • Caution • handshake • vulnerability • authorities • cipher suite
This script disables the use of the `MD5` [1] [2] [3] hash algorithm during the SSL/TLS handshake process.

This script only afects the *SSL/TLS handshake* process.
This script only affects the *SSL/TLS handshake* process.
The *SSL/TLS handshake* is a key part of establishing a secure connection over the internet.
By disabling this weak algorithm, the script improves the security of the connection.

Expand Down Expand Up @@ -7019,7 +7019,7 @@ actions:
docs: |- # refactor-with-variables: Same • Caution • handshake • vulnerability • authorities • cipher suite
This script disables `SHA` [1] [2] [3] hash algorithm, also known as *Secure Hash Algorithm (SHA-1)* [2].

This script only afects the *SSL/TLS handshake* process.
This script only affects the *SSL/TLS handshake* process.
The *SSL/TLS handshake* is a key part of establishing a secure connection over the internet.
By disabling this weak algorithm, the script improves the security of the connection.

Expand Down

0 comments on commit e60b4fa

Please sign in to comment.