Hi I am using SQL server 2012 Management studio and I have some confidential data on publisher which is being replicated to subscriber and i want to revoke permission for decryption at publisher end which is only possible using Asymmetric key as it allows only private key to decry-pt the data.But problem which i am facing is,we can not take backup of asymmetric keys which i could restore at subscriber.I do not want to share the private key password with sender.
Is there any way to achieve it?Thanks!