M
Mike
I am encrypting string values and storing them in an XML file using the
Crypto class in the MSDN Signature sample and the DataSet class to
read/write XML.
Which encoding method should I use (Unicode, UTF8?) to convert strings to
byte arrays? The Crypto class uses byte arrays for encrypting and
decrypting.
Crypto class in the MSDN Signature sample and the DataSet class to
read/write XML.
Which encoding method should I use (Unicode, UTF8?) to convert strings to
byte arrays? The Crypto class uses byte arrays for encrypting and
decrypting.