Column encrypted in SQL Server?

0

Hello!

I'm a rookie handling this type of situation. I am working with a database in SQL Server, where my application must do a login, without registration. This table has already been created and has been used by other applications. However, when reviewing the table, I have found that, in the password column, all records have this: []

For example:

I imagine that the column pass is encrypted. Yes it is or what do those [] mean? If so, how would you handle this information? How can I find out which encryption algorithm or type of encryption this column contains?

The data types in the column are as follows:

Thank you very much!

    
asked by Nohemi 10.04.2018 в 21:15
source

0 answers