Jump to content

cpanel password encryption


Entrio

Recommended Posts

Hey people

 

I need to find a way to decrypt the user's cpanel password. I have the following code

<form action="http://www.splinteredmedia.net:2082/login/" method="POST">
<input type="hidden" name="user" value="{$username}">
{if $password}<input type="hidden" name="pass" value="{$password}">{/if}
<input type="submit" value="Login into cPanel for {$domain}">
</form>

 

Now, the above code works in the productdetails page as the smarty registers the password variable which is decrypted prior to template registration.

 

Now i want a link in the header, but the password variable is not registered in the template and when i use php to get the password from the hosting orders, it is encrypted. can anyone point me in the right direction for decoding it?

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