How Decode Password
问题 I have an old database and when I join the table of user I see "username"=>"Mark" "password"=>"db55668c3b3ea5877670599dce51abda" "encrypted_password"=>"1fd0eb3ad6e4d1229012bc5ab872b841b25b7930557e49ed3ec7f573b28157b8aed2bdd1e5d0c368752ed6034653bf47fc11cb6e5a83d599c8a9455666827e64" "password_salt"=>"gLwk7qWpxomnujSQyrKP" and other table nickAdmin : admin passAdmin : UG0EMA0iBzJaaQJjVHcFdVJrWSNRIQ== my question is What the type of each encryption and how I can Decode? thank you 回答1: Marks's