Encryption/decryption

Hi,

Can anyone explain effective encryption/decryption in URL arguments.Please advice to me.

Change the line 85 of the file protected/extensions/encrypter/Encrypter.php

from mcrypt_generic_init($td, $this->key, $iv);

to $init = mcrypt_generic_init($td, $this->key, $iv);