Tagged Questions
0
votes
1answer
384 views
how to wrap/store the key of TripleDESCryptoServiceProvider
I'm using DES encryption, and I want to store the key of TripleDESCryptoServiceProvider.
But the key consists of (Key + IV),
I was trying to save them in an XML file using
XmlTextWriter
...