JP Kelly Regular Pleskian Mar 21, 2011 #1 How can I decrypt the encrypted passwords found in the smb_users table in the psa database?
IgorG Plesk addicted! Plesk Certified Professional Mar 21, 2011 #2 It is usual MIME64. Therefore you can decrypt it with perl -MMIME::Base64 -le 'print decode_base64("$password")' Click to expand...
It is usual MIME64. Therefore you can decrypt it with perl -MMIME::Base64 -le 'print decode_base64("$password")' Click to expand...