I have a project to start salting passwords. In order to avoid breaking our existing applications, this will require performing the hash inside a stored procedure.
Since I'm a total newbie on this topic, can you tell me where to get started.
I have a project to start salting passwords. In order to avoid breaking our existing applications, this will require performing the hash inside a stored procedure.
Since I'm a total newbie on this topic, can you tell me where to get started.