oo i see, thanks for the reply 😊
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
June 30, 2008 6:17pm
Subscribe [8]#16 / Oct 15, 2009 12:03pm
oo i see, thanks for the reply 😊
#17 / Feb 20, 2012 8:55pm
First, thanks to Matthew and sikkle for the great article!
I’d like to know if it’s possible to use salts with the CodeIgniter Validation helper. I know you can automatically MD5/SHA passwords using the validation rules, but can you also salt it?
Example:(MD5, no salt)
$this->form_validation->set_rules(‘password’, ‘Password’, ‘trim|required|matches[password2]|md5’);
Thanks!