Thread: Encryption Question about tutorial on this site

  1. #1
    Registered User
    Join Date
    May 2007
    Posts
    2

    Encryption Question about tutorial on this site

    I read the tutorial on this site about xor encryption, and I understand it, but I am having trouble encrypting a file, instead of a string. The tutorial is http://www.cprogramming.com/tutorial/xor.html

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    But where is your code that you have so far?

    Read file into a string, then encrypt that string perhaps?
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Design layer question
    By mdoland in forum C# Programming
    Replies: 0
    Last Post: 10-19-2007, 04:22 AM
  2. I need help to compile this code...
    By wise_ron in forum C Programming
    Replies: 17
    Last Post: 05-07-2006, 12:22 PM