O
Ondrej Sevecek
Hello,
would you please provide me with some simple sample of how to use the
DESCryptoServiceProvider to encrypt a buffer
byte[] buffer;
with key
byte[] key;
produceing cipher text:
byte[] ciphertext;
I saw some sample using Streams, but is there a simpler method working for
buffers?
O.
would you please provide me with some simple sample of how to use the
DESCryptoServiceProvider to encrypt a buffer
byte[] buffer;
with key
byte[] key;
produceing cipher text:
byte[] ciphertext;
I saw some sample using Streams, but is there a simpler method working for
buffers?
O.