We can encrypt certificates in SQL both by the database master key, and the other option is by password. I want to know the advantages and disadvantages of DMK encryption. Does password usage make the certificate more secure?
thanks
We can encrypt certificates in SQL both by the database master key, and the other option is by password.
You can do both at the same time, which is preferable.
I want to know the advantages and disadvantages of DMK encryption.
The big two are:
PASSWORD clause then it will be encrypted by both.