Re: Decrypting large files
From: Rob Teixeira [MVP] (RobTeixeira_at_@msn.com)
Date: 06/06/04
- Previous message: emstreet: "Security exception during serialization.."
- In reply to: Arnold klim via .NET 247: "Decrypting large files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sat, 5 Jun 2004 23:27:41 -0400
With .NET block ciphers, you should be able to use a CryptoStream and
encrypt/decrypt the file chunks at a time.
If you post some code, we might be able to better understand what isn't
working for you.
-Rob Teixeira [MVP]
"Arnold klim via .NET 247" <anonymous@dotnet247.com> wrote in message
news:OfjSHSzSEHA.1168@TK2MSFTNGP11.phx.gbl...
> I was just wondering how I would go about decrypting relatively large
files ( around 50MB ) I have tried to use a buffer to read
> into first but it doesn't decrypt properly. I don't really want to have to
create a 50MB byte[] buffer to decrypt as memory is limited. Any ideas
anyone?
> --------------------------------
> From: Arnold klim
>
> -----------------------
> Posted by a user from .NET 247 (http://www.dotnet247.com/)
>
> <Id>mMD35LPasUSUxzZbr76tvg==</Id>
- Previous message: emstreet: "Security exception during serialization.."
- In reply to: Arnold klim via .NET 247: "Decrypting large files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|