|
-
Dec 29th, 2005, 03:39 AM
#1
Thread Starter
New Member
Write Text Data to a Binary file (Also read it back)
Hey all.
Ii have an app that uses an array to hold text data (many reasons for this, but it is the way it is).
In any case, I encrypt the data using an AES_Rijndael Block Cipher, all is well.
I would now like to write this data to a BINARY file (I cannot do so to a text file as part of the encrypted data may contain the vbCRLF char set).
Ii need to also be able to read thebinary data back into my app, then populate an array with the DECRYPTED data (I have the encryption and decryption routines already working).
How can one do this?
Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|