2012-06-26, 01:23 AM
Hello everyone!
I'm not very experienced with php but i'm just curious if there's any quick and easy way to implement bcrypt to hash the passwords on my Mybb forum to add a extra layer of protection. I suspect right now by default Mybb uses md5 + salt or something like that and I don't think that's secure enough (and it's not)
I'm well aware that implementing bcrypt will put extra load on my CPU and all that so you don't have to tell me that, thanks in advance
I'm not very experienced with php but i'm just curious if there's any quick and easy way to implement bcrypt to hash the passwords on my Mybb forum to add a extra layer of protection. I suspect right now by default Mybb uses md5 + salt or something like that and I don't think that's secure enough (and it's not)
I'm well aware that implementing bcrypt will put extra load on my CPU and all that so you don't have to tell me that, thanks in advance