I am exploring how I can implement Pseudonymisation within my ASP.NET MVC/ SQL Azure Web Application.
I am struggling how to do this within Azure.
Current thoughts include:
1) Another secure SQL Azure DB with the Personal Data and key
2) Another secure data storage mechanism within Azure for this type of data ie "Azure Key Vault".
Advice appreciated.