Tag: sql server

Community

SQL Symmetric Encryption TSQL

(Vinoth N Manoharan) Recently my client wanted to create a password vault in SQL database to store SQL Server service account, SQL users and their respective passwords. I used symmetric key to create encryption for the encrypting the password, Find the T-SQL below to accomplish this.