Page 1 of 1

How Safe Is Admin Passwords?

Posted: Sat Jun 20, 2015 1:34 pm
by riwakawebsitedesigns
I would like to know How safe is the opencart 2.0 password using sha1 and salt?

Or should I be using password_hash()

Re: How Safe Is Admin Passwords?

Posted: Sun Jun 21, 2015 1:21 am
by rph
If you have the ability use password_hash(). I do. It's specifically designed to deal with current password breaking techniques. And as part of the PHP core it will receive automatic updates as more secure hashing methods are developed.

The only good news with OpenCart's method is that it's not in popular password cracking software yet. That won't last forever, though.

Re: How Safe Is Admin Passwords?

Posted: Sun Jun 21, 2015 8:08 pm
by IP_CAM
rph wrote:The only good news with OpenCart's method is that it's not in popular password cracking software yet. That won't last forever, though.
a very optimistic View, you just made my day ...
Ernie