Jump to content

Recommended Posts

Posted
Isn't it past time to implement a new encryption type like SHA-256?

 

MD5 is easily breakable, so there is really no reason someone would bother save encrypted passwords, and that's just a loss.. to players, as newbies admins frequently get hacked :P

Posted

It would be interesting to use bycrypt in order to generate an encryption from php pages with greater security.

Posted

U will not be hacked if u learn to protect your web sites against sql inyection, too many webs and Ragnarok CP are bulnerables to that U_U

Yeah, because no major company ever got hacked.

And the last part of your sentence is exactly why there should be better encryption, AND IT SHOULD BE ENABLED BY DEFAULT.

Posted

 

U will not be hacked if u learn to protect your web sites against sql inyection, too many webs and Ragnarok CP are bulnerables to that U_U

Yeah, because no major company ever got hacked.

And the last part of your sentence is exactly why there should be better encryption, AND IT SHOULD BE ENABLED BY DEFAULT.

 

No need to, only learn how to protect your web pages and CP with anti sql injection, xss, etc embedded inside the code. That's the difference between a good programmer and a novice.

Posted (edited)

I know for certain, that you cannot be certain about being perfectly safe. That being said, MD5 should not be an option - it should be replaced entirely. I recommend bcrypt or scrypt, with bcrypt being the better fit currently as it is tested and understood a lot better.

Interestingly, I was messing around with this matter a while ago - however, I'm currently on hold due to plenty of work and university coming up again.

Edited by Realusion
  • 5 months later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...