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 429fb93 commit 9e09977Copy full SHA for 9e09977
man/man8/apr_sha256.8
@@ -15,7 +15,7 @@ The result of the function is CHAR(52). The result can be null; if the argument
15
\fBExample 1:\fR
16
17
.br
18
-Inserting the user \fItest\fR and the sha1 crypted clear text \fItestpwd\fR to the table \fIusers\fR.
+Inserting the user \fItest\fR and the sha256 crypted clear text \fItestpwd\fR to the table \fIusers\fR.
19
.PP
20
.nf
21
INSERT INTO USERS (username, password)
0 commit comments