Jump to content

Encryption System for client passwords?


vT16

Recommended Posts

Hello,

 

We have made our own looking login system a bit more advanced then WHMCS's one, therefor we need to know how to encryption works / what method you are using..

 

If it's crypted, hashed etc, the method that is used to decrypt and verify the password the moment the client logs in..

 

Thanks,

Link to comment
Share on other sites

From what I can tell it's an irreversible MD5 hash so you won't be able to decrypt it. I would use the API to get the client password...

 

On a side note, I personally think it's a bit of a waste of time as if someone has compromised your database you're screwed anyway ;)

Link to comment
Share on other sites

I am not requiring that the password is going to be decrypted, all i need to know is how the password function is setup with what MD5 value and how exactly the extra seed value functions..

 

I shouldn't be required to use the built in WHMCS login module if i don't want or need to... The fact that the password now get's encrypted (very good) but it also force us to remove the WHMCS login form and make a complete new one to get the extra login functions we want and require. As we have yet been able to figure out how we can get our client's logged in trough a custom login form instead of WHMCS's form.

Link to comment
Share on other sites

I am not requiring that the password is going to be decrypted, all i need to know is how the password function is setup with what MD5 value and how exactly the extra seed value functions..

 

I shouldn't be required to use the built in WHMCS login module if i don't want or need to... The fact that the password now get's encrypted (very good) but it also force us to remove the WHMCS login form and make a complete new one to get the extra login functions we want and require. As we have yet been able to figure out how we can get our client's logged in trough a custom login form instead of WHMCS's form.

 

What could you possibly need to modify on the login form that you can't already do using templates and action hooks?

Link to comment
Share on other sites

For an example, integration and use of alternative login methods like AOL, Logmein, or the popular OpenID ?

 

We have had it for a long time with v3, but with v4 it was difficult to implant as we haven't been able to figure out how we can login the client when all we know is that it's MD5, we also needs to know how the seed value is setup and function.

Link to comment
Share on other sites

No ones going to do that in an open forum and you really shouldn't ask that here.

 

Put in a support ticket and ask there.

 

Agreed, I didn't expect it to be shared in the forum, simply via a PM. Either way, nevermind figured it out.

Link to comment
Share on other sites

You need to contact support, they are not going to just give away how they encrypt passwords on the most popular billing/support suite in the world on a public forum.

 

With all due respect, if every single component of an encryption scheme (beyond the password or other details which are configuration data rather then part of the original source) can't be shared publicly without compromising security, it's broken by design.

 

Security by obscurity doesn't work, at least not against an enemy who is sufficiently interested (or bored)

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