Apply suggestions from code review

Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
This commit is contained in:
Geoffrey White
2025-03-10 11:15:23 +00:00
committed by GitHub
parent b4e710f459
commit e84a98bd97

View File

@@ -5,7 +5,7 @@
<overview>
<p>
Hardcoded passwords, keys, initialization vectors and salts should not be used for cryptographic operations.
Hardcoded passwords, keys, initialization vectors, and salts should not be used for cryptographic operations.
</p>
<ul>
<li>
@@ -23,7 +23,7 @@ Hardcoded passwords, keys, initialization vectors and salts should not be used f
<recommendation>
<p>
Use randomly generated key material, initialization vectors and salts. Use strong passwords that are not hardcoded.
Use randomly generated key material, initialization vectors, and salts. Use strong passwords that are not hardcoded.
</p>
</recommendation>