Tagged Questions
0
votes
2answers
639 views
RijndaelManaged Key generation
I need to encrypt data and store it in a file and later be able to decrypt it back.
For this I am using RijndaelManaged class. Now I do not want to keep the key hardcoded in the code. After some ...