convert an input file which is text into an image in C++
hi
can some one please provide me with a C++ code, for transforming a text file to any format of images, I know the image will have no meaning, but I am doing this thing for security reasons
can some one please provide me with a C++ code,
I really checked alot on the net, and found really nothing
I know every one will say do ur job alone, but I am really out of time please this is serious I am even willing to pay if some one is goin to do it
Re: convert an input file which is text into an image in C++
Originally Posted by help19
hi
can some one please provide me with a C++ code, for transforming a text file to any format of images, I know the image will have no meaning, but I am doing this thing for security reasons
Transforming a plain text file into a (meaningless?) graphics format can be done by simply renaming the file. I guess what you want is to encrypt the contents of your text file, so that it cannot be read easily by others. Google for "encryption".
Originally Posted by help19
can some one please provide me with a C++ code,
Someone can for sure
But what do you expect here? A view lines of code, published here to the world are not a good choice (for security reasons). You'll need either your own algorithm or you'll need a really secure encryption. Both cannot be done here in this thread.
Originally Posted by help19
I really checked alot on the net, and found really nothing
Bookmarks