Decrypt MD5 on register> - RevCMS

Status
Not open for further replies.
Sep 15, 2012
70
2
Hey,

Is there any way so when users register there passwords won't encrypt into MD5, because when they register with it encrypted, there usernames goes encrypted, for example if my username was John and password was 123, the username would be 61409aa1fd47d4a5332de23cbf59a36f and the password would be 202cb962ac59075b964b07152d234b70

So is there anyway? It's really annoying.

Thanks.
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,195
3,906
Hey,

Is there any way so when users register there passwords won't encrypt into MD5, because when they register with it encrypted, there usernames goes encrypted, for example if my username was John and password was 123, the username would be 61409aa1fd47d4a5332de23cbf59a36f and the password would be 202cb962ac59075b964b07152d234b70

So is there anyway? It's really annoying.

Thanks.

No it isn't annoying, it's protection and if you cannot remove it you obviously need protection, but since you want to, go to app/class.core.php - right at the bottom the function 'hashed' should be there, remove the md5 or sha1. - (Btw, for removing this I hope your hotel goes big then get's SQL injected).
 
Sep 15, 2012
70
2
No it isn't annoying, it's protection and if you cannot remove it you obviously need protection, but since you want to, go to app/class.core.php - right at the bottom the function 'hashed' should be there, remove the md5 or sha1. - (Btw, for removing this I hope your hotel goes big then get's SQL injected).

I know it's protection, and i want it protected for the password, not the username. is there a way i could remove the md5 just from the username and not the password?
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,195
3,906
I know it's protection, and i want it protected for the password, not the username. is there a way i could remove the md5 just from the username and not the password?

Oh my bad, sorry I read it wrong, then if this is happening, you will need to go find register() in class.users.php and remove the hashing from the username, sorry again :p
 
Status
Not open for further replies.

Users who are viewing this thread

Top