We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 52e51e9 + de5db17 commit 3359fa6Copy full SHA for 3359fa6
app/views/tutorial/a6.html
@@ -75,7 +75,7 @@ <h3 class="panel-title">Source Code Example</h3>
75
3. The insecure demo application stores users personal sensitive information in plain text. To fix it, The
76
<code>data/profile-dao.js</code>can be modified to use crypto module to encrypt and decrypt sensitive information as below:
77
<pre>
78
-// Include crtpto module
+// Include crypto module
79
var crypto = require("crypto");
80
81
//Set keys config object
@@ -111,4 +111,4 @@ <h3 class="panel-title">Source Code Example</h3>
111
112
</div>
113
114
-{% endblock %}
+{% endblock %}
0 commit comments