Click here to Skip to main content
15,917,632 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have created password for MasterKey as below :

SQL
USE TestDB;
GO
CREATE MASTER KEY ENCRYPTION BY PASSWORD = 'password123;
GO


Now, at later stage is there any way to find out later what is the passowrd value for the SecureSymmetricKey ?
Posted
Comments
Richard MacCutchan 2-May-14 5:31am    
It would not be very secure if there was such a method.
Bh@gyesh 2-May-14 5:42am    
yes that's right Richard but if someone forgot or not taken any backup so is there any provision to retrieve this password?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900