Re: How to Generate a Salt Binary(64) Value??
I was thinking along the line:
INSERT INTO users (firstname, lastname, password)
VALUES('Joe', 'Bloggs', SHA2('secret', 512));
The SHA2 was generating an sql error...
But then, the password is uploaded from Java using https via PHP to mySQL and along the way, it would be visible.
Would appreciate advice and insight.
Subject
Views
Written By
Posted
1560
January 22, 2019 10:13PM
Re: How to Generate a Salt Binary(64) Value??
668
January 23, 2019 01:44AM
507
February 02, 2019 05:14AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.