Jump to content

WHMCS Password Security


markb1439

Recommended Posts

Hi,

 

In the WordPress community there is a lot of buzz over the iThemes security breach, which was made worse because passwords were stored in plain text.

 

How does WHMCS handle passwords (including users' passwords for their client area accounts, and cPanel login credentials)? Even if they are stored encrypted, is an unencrypted version stored in client e-mails that are sent (since e-mails are stored in the database)?

 

That brings up another issue, the fact that the initial passwords are sent in plain text in e-mail.

 

So...how safe are passwords in WHMCS? Are we storing clients' passwords in plain text? And, if so, how can we stop?

 

Thanks,

 

Mark

Link to comment
Share on other sites

As far as I know (and check your own database to be sure), all passwords are hashed or encrypted these days.

 

However I think you're absolutely right to question what is sent in emails. I've raised this here in the past but got little support, seems people are more interested convenience than security. Best practice dictates that passwords are NEVER sent by email and NEVER displayed to the user, but that is not what WHMCS does :mad:

 

While you can chop most of the offending passwords out of the various email templates I don't think it's possible to get them all and ftp passwords are still displayed in the hosting details area.

Link to comment
Share on other sites

  • 3 weeks later...

if you dont want to use the two factor i guess you could edit the template to base64 encode it and then have the customer run a special php file from your domain, and copy and paste their code into it.

 

Then you will decode it for them and show them the result. This would at least give it some obfuscation and might even show the client that your serious about security. But then again it might make them mad to have to go thru all that to get started. People are fussy thats for sure and fickle too sometimes lol as well as anyone can decode base 64 but its something.

 

Remember these kinds of things are done to stop the masses not the elite. If elite wants your stuff, not much you can do, everyone is vulnerable. But the general masses is what most things are written to block.

Edited by durangod
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

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

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated