I am trying to find out how to hide/obscure a password in SQL server. Currently the passwords are being held as a text field, which means that anyone who queries the table or just opens it can see everyones passwords.
Is there some way of hiding this? I was just wondering if there was a function/bit of code that would change a column so that the data was hidden. eg ALTER TABLE Users ALTER COLUMN password xxxxxx...
Thanks
Is there some way of hiding this? I was just wondering if there was a function/bit of code that would change a column so that the data was hidden. eg ALTER TABLE Users ALTER COLUMN password xxxxxx...
Thanks