From c644128fdd49a47d791240e0e38b54cd22412bc5 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Wed, 4 Jul 2007 23:54:32 +0000 Subject: fixed validation errors... about a zillion of em. --- user_guide/libraries/encryption.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'user_guide/libraries/encryption.html') diff --git a/user_guide/libraries/encryption.html b/user_guide/libraries/encryption.html index e3a9762b5..c197dc5de 100644 --- a/user_guide/libraries/encryption.html +++ b/user_guide/libraries/encryption.html @@ -140,7 +140,7 @@ $plaintext_string = $this->encrypt->decode($encrypted_string);

$this->encrypt->set_cipher();

-

Permits you to set an Mcrypt cipher. By default it uses MCRYPT_RIJNDAEL_256. Example: +

Permits you to set an Mcrypt cipher. By default it uses MCRYPT_RIJNDAEL_256. Example:

$this->encrypt->set_cipher(MCRYPT_BLOWFISH);

Please visit php.net for a list of available ciphers.

@@ -150,7 +150,7 @@ $plaintext_string = $this->encrypt->decode($encrypted_string);

$this->encrypt->set_mode();

-

Permits you to set an Mcrypt mode. By default it uses MCRYPT_MODE_ECB. Example: +

Permits you to set an Mcrypt mode. By default it uses MCRYPT_MODE_ECB. Example:

$this->encrypt->set_mode(MCRYPT_MODE_CFB);

Please visit php.net for a list of available modes.

@@ -179,7 +179,7 @@ Previous Topic:  Email Class Top of Page   ·   User Guide Home   ·   Next Topic:  File Uploading Class -

+

CodeIgniter  ·  Copyright © 2007  ·  Ellislab, Inc.

-- cgit v1.2.3-24-g4f1b