cdenley
unread,Nov 12, 2009, 9:08:54 AM11/12/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to As3Crypto Discussion List
I'm trying to encrypt large files while writing the encrypted data to
a socket (FTP upload). The files are too large to read into memory,
and I don't want to write an encrypted copy to disk, so I need to
encrypt the source file one piece at a time. I can't seem to find any
function to append or update data, though, and the "encrypt" function
seems to encrypt each ByteArray individually. Is there any way to
accomplish this?