Jump to content
  • 0

Encrypted password/db ?


Baps

Question


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  01/22/14
  • Last Seen:  

Hi everyone,

I have a question, is it possible to have an encrypted database with something else than MD5  (like sha256/sha-512) ?
The MD5 is not very strong in security, the hash can be found on internet or with a software.

On the other hand, is it possible to secure the database and the flux between the db/the server and the website if there is one ?

R,

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  01/22/14
  • Last Seen:  

Hi,

Any update, so i think it's impossible for now ?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   81
  • Joined:  04/06/19
  • Last Seen:  

Make a backup first and try this in phpmyadmin

update login set user_pass = MD5(user_pass)

image.png.c7ebba4e145142e24b3d3afc56a55921.png

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  01/22/14
  • Last Seen:  

On 9/25/2021 at 9:38 AM, Elfin said:

Make a backup first and try this in phpmyadmin

update login set user_pass = MD5(user_pass)

image.png.c7ebba4e145142e24b3d3afc56a55921.png

Hello, tank you for your answer.
Yes i saw this for MD5, but MD5 is not very safe, it's breakable ?

But i think it's the only solution for now.

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
Answer this question...

×   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.

×
×
  • Create New...