CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    May 2011
    Posts
    1

    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

    thanx in advance

  2. #2
    Join Date
    May 2006
    Location
    Dresden, Germany
    Posts
    458

    Re: convert an input file which is text into an image in C++

    Quote Originally Posted by help19 View Post
    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".

    Quote Originally Posted by help19 View Post
    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.


    Quote Originally Posted by help19 View Post
    I really checked alot on the net, and found really nothing
    Did you? My google seems to be better...

    http://www.online-tech-tips.com/comp...le-in-picture/

    Quote Originally Posted by help19 View Post
    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
    This answer: $60 (incl. taxes, shipping)

    Seriously: It won't be that hard to find a programmer to do that job for money. And there are many, many web pages about encryption in the web.

    With regards
    Programartist
    Last edited by ProgramArtist; May 17th, 2011 at 01:53 AM. Reason: typos ...

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured