0
Welcome Guest! Login
0 items Join Now

Remove MDF encryption

    • ThomasVT's Avatar
    • ThomasVT
    • Sr. Rocketeer
    • Posts: 124
    • Thanks: 0

    Remove MDF encryption

    Posted 17 years 3 months ago
    • Is there a way to disable MD5 encryption for logins?

      I have imported some accounts into the jos_users table that never used MD5 encryption, so if i try logging in, it wont work.

      thanks.
    • Andy Miller's Avatar
    • Andy Miller
    • Preeminent Rocketeer
    • Posts: 9919
    • Thanks: 96
    • Web Kahuna

    Re: Remove MDF encryption

    Posted 17 years 3 months ago
    • probably your best bet is to write a script that goes through and encrypts all the plaintext pws in your jos_users table. safer that way anyway.
    • ThomasVT's Avatar
    • ThomasVT
    • Sr. Rocketeer
    • Posts: 124
    • Thanks: 0

    Re: Remove MDF encryption

    Posted 17 years 3 months ago
    • Ive thought about that.. been looking for the function that encrypts, i also need it to decrypt as well... any ideas?
    • Andy Miller's Avatar
    • Andy Miller
    • Preeminent Rocketeer
    • Posts: 9919
    • Thanks: 96
    • Web Kahuna

    Re: Remove MDF encryption

    Posted 17 years 3 months ago
    • you can't decrypt md5, it's a one-way encryption. You just encrypt the password typed in to the encrypted pw, if they match, the pw's are the same.

Time to create page: 0.074 seconds