I have a asp.net mvc web application which runs in a farm (multiple web servers). Currently we store the machine Key in the webconfig of the web app
But I have to move this in the database (in encrypted form) for security and compliance proposes…
Is there is any way to store decryptionKey and validationKey in some secure db and provide it to asp.net at runtime?
If not then what options I have (is there is any way to save this in some secure location in encrypted form and make asp.net to read it at runtime)?
Thanks for the help in advance