From 5ffcde80fe0c37015c5383da6e53389ad6f4d6f0 Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 6 Sep 2006 01:41:48 +0000 Subject: --- user_guide/helpers/security_helper.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'user_guide/helpers/security_helper.html') diff --git a/user_guide/helpers/security_helper.html b/user_guide/helpers/security_helper.html index 7649fe779..2fc8f6dc6 100644 --- a/user_guide/helpers/security_helper.html +++ b/user_guide/helpers/security_helper.html @@ -80,14 +80,14 @@ Security Helper Input class. More info can be found there.

-

hash()

+

dohash()

Permits you to create SHA1 or MD5 one way hashes suitable for encrypting passwords. Will create SHA1 by default. Examples:

-$str = hash($str); // SHA1
+$str = dohash($str); // SHA1

-$str = hash($str, 'md5'); // MD5 +$str = dohash($str, 'md5'); // MD5
-- cgit v1.2.3-24-g4f1b