Question:
how to decrypt joomla password?
?
2010-04-08 22:49:02 UTC
hello friends,

i want to decrypt joomla password.

i encrypt that password using joomla default encryption method.

Password Encryption Process is as below:

$pass="123456";
$salt = JUserHelper::genRandomPassword(32);

$crypt = JUserHelper::getCryptedPassword($pass, $salt);
$pass = $crypt.':'.$salt;

Result is : 54995924276873e5180ad0227bb28ca8:y2OIA3KH6nlw0aiVcEi7kUzuDAolqSH2

now i want to decrypt this encrypted password.

i want decrypted result is = 123456

please let me know process for this

please help me how can i solve this problem.

please give me some example for this.
Three answers:
abc
2010-04-08 22:53:04 UTC
Joomla! use MD5 encryption, it's an one way encryption, you cannot decript this.
?
2016-04-12 12:29:26 UTC
How the heck would they know your password? Only Facebook knows your password. The only way to decrypt a code is with the decrypter that it was made with. My guess (actually I know it is) is that this is a scam, not even encrypted.
anonymous
2017-02-25 11:39:55 UTC
Joomla Password Encryption


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...