Hi,
I need to store the symmetric key that I is used to encryption and decryption of secure data and need to change the key after some period of time.What will be the best place/way to store this key ?
1. Is it secure to store the key on blob having private container?
2. or how can I use the Certificate to store the key?
or is there any other way to secure this data?
I have to do this in Windows Azure Environment. Also what will be the way if I want to implement key management in normal windows environment?