2
The company I work today she has much of the programming done in the database through procedures and was seeing how the creation of the hash of passwords and their persistence in the bank. I discovered that the use of a very old function called PWDENCRYPT()
. I’m willing to suggest a modification to this encryption and by researching, I discovered this HASHBYTES()
which is a native function of SQL Server itself that does this as the algorithm of hash. I wonder if it is cryptographically secure and can be used in production.
Nothing is safe. What was safe yesterday is no longer safe. It’s all about time.
– José Diz
Neither was made for passwords.
– Inkeliz