Thread: A program in ‘C’ to encrypt?

  1. #1
    Registered User
    Join Date
    Feb 2008
    Posts
    2

    A program in ‘C’ to encrypt?

    Using the method keyphrase replacement algorithm does any one know how to code a program in ‘C’ to encrypt a block of text from a file.txt and save the encrypted data to a new file?

  2. #2
    Hurry Slowly vart's Avatar
    Join Date
    Oct 2006
    Location
    Rishon LeZion, Israel
    Posts
    6,788
    Anyone does it.

    Search the forum. This task was descussed just in the last two days
    All problems in computer science can be solved by another level of indirection,
    except for the problem of too many layers of indirection.
    – David J. Wheeler

  3. #3
    Registered User
    Join Date
    Feb 2008
    Posts
    146
    post the algorithm if possible..

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Need help with a program, theres something in it for you
    By engstudent363 in forum C Programming
    Replies: 1
    Last Post: 02-29-2008, 01:41 PM
  2. Replies: 4
    Last Post: 02-21-2008, 10:39 AM
  3. Replies: 3
    Last Post: 03-04-2005, 02:46 PM
  4. I need some help with my program please.
    By agentxx04 in forum C Programming
    Replies: 9
    Last Post: 09-26-2004, 07:51 AM
  5. Replies: 2
    Last Post: 05-10-2002, 04:16 PM