We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b00e312 commit c1bd892Copy full SHA for c1bd892
cpp/ql/src/Security/CWE/CWE-311/CleartextStorage.inc.qhelp
@@ -24,7 +24,7 @@ storing them.</p>
24
25
<sample src="CleartextStorage.c" />
26
27
-<p>Note that for the good example to work we need to link against the encryption library (in this case libsodium),
+<p>Note that for the good example to work we need to link against an encryption library (in this case libsodium),
28
initialize it with a call to <code>sodium_init</code>, and create the key and nonce with
29
<code>crypto_secretbox_keygen</code> and <code>randombytes_buf</code> respectively. We also need to store those
30
details securely so they can be used for decryption.</p>
0 commit comments