How to encrypt an existing file on device ...

  • Thread starter Thread starter JustMe
  • Start date Start date
J

JustMe

Hi ...

I've poured over all the various code snippets and samples, and it appears
that these all allow you to encrypt strings from within an application.

Is it possible to specify an existing file (ie. An Excel spreadsheet) and
encrypt it?

Thanks for your help on this ...
--Terry
 
i dont support CryptoStream in my interface,
so you have to read the file stream into a byte[],
and then pass it to one of the ciphers.
Thanks,
casey
 
Back
Top