Which is more secure MYSQL encryption?
#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


Messages In This Thread
Which is more secure MYSQL encryption? - by sampls1 - 29.10.2018, 17:27
Re: Which is more secure MYSQL encryption? - by KinderClans - 29.10.2018, 20:48
Re: Which is more secure MYSQL encryption? - by sampls1 - 29.10.2018, 22:23
Re: Which is more secure MYSQL encryption? - by KinderClans - 29.10.2018, 22:55
Re: Which is more secure MYSQL encryption? - by BigETI - 30.10.2018, 01:40

Forum Jump:


Users browsing this thread: 1 Guest(s)