Which is more secure MYSQL encryption?
#1

Hello Have a nice day
I wanted to ask that question MYSQL, which is the most secure encryption recently I use plugin R41-4.
I mean saved password encryption.
Thank you all.

Reply
#2

Bcrypt
Reply
#3

Quote:
Originally Posted by KinderClans
View Post
Bcrypt
I understand, but I see that they created sha256 encryption in the login log example.
Bcrypt is safer than SHA256?

Thank you.
Reply
#4

Combination of both would be perfect.

Personally i use SHA256 + SALT.
Reply
#5

Encryption is not hashing. If you store password either plain text or encrypted, you are doing something wrong. SHA256 is not an encryption algorithm, but a hashing algorithm. Bcrypt is based of Blowfish and it was primarily designed for storing passwords.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)