getemerson
New member
Fellow programmers - your challenge.
Overview:
Im using file io class to read a file, decrypt it, create a decrypted copy back to hard drive before launching the decrypted copy in realplayer. This all works just peachy but ...
Problem:
The decrypted copy is now in view and obviously vunerable outside of the application for all to view and copy.
What I need:
Im guessing that i can somehow use one of the io.stream classes
to copy the file into memory so I dont have to create a copy on the hard drive.
Is this at all possible???
I hope this makes sense -
I dont as yet have sample code to do this -
Any suggestion/code will be greatly appreciated.
Mark
Overview:
Im using file io class to read a file, decrypt it, create a decrypted copy back to hard drive before launching the decrypted copy in realplayer. This all works just peachy but ...
Problem:
The decrypted copy is now in view and obviously vunerable outside of the application for all to view and copy.
What I need:
Im guessing that i can somehow use one of the io.stream classes
to copy the file into memory so I dont have to create a copy on the hard drive.
Is this at all possible???
I hope this makes sense -
I dont as yet have sample code to do this -
Any suggestion/code will be greatly appreciated.
Mark