Tagged Questions

1
vote
1answer
2k views

How to store the AES Rijndael generated Key to the database?

When creating the instance, the KEY and IV are generated for me. RijndaelManaged myRijndael = new RijndaelManaged(); How can I store the Key in my database or web.config file? And in what format? ...