You can use StreamCryptor to encrypt and decrypt files without size limit and the need to load every file completely into memory.
StreamCryptor uses FileStream to read and write files in chunks, there is also an asynchronous implementations for progress reporting available.
Files are encrypted...
More information