Thread: file encryption?

  1. #1
    Registered User
    Join Date
    May 2002
    Posts
    100

    file encryption?

    Can someone tell me a good way to encrypt a file and how to read the encrypted file?

  2. #2
    ¡Amo fútbol!
    Join Date
    Dec 2001
    Posts
    2,138
    Huffman is pretty easy to implement. You could also use a simple xor. There are many different ways.

  3. #3
    Registered User
    Join Date
    May 2002
    Posts
    100
    ok... but how do you do that? what is the easiest or most comon way of doing it

  4. #4
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >ok... but how do you do that?
    The same way the rest of us do, pick up a manual or search the web for an algorithm and write the program. At least try to do something on your own, it's far more useful to you than being spoon-fed code.

    -Prelude
    My best code is written with the delete key.

  5. #5
    Registered User
    Join Date
    May 2002
    Posts
    100
    ok... thanks... ill find it...

  6. #6
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    Sorry, I forgot to include this with my post:

    http://ciips.ee.uwa.edu.au/~morris/Y...10/ds_ToC.html

    -Prelude
    My best code is written with the delete key.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Can we have vector of vector?
    By ketu1 in forum C++ Programming
    Replies: 24
    Last Post: 01-03-2008, 05:02 AM
  2. Possible circular definition with singleton objects
    By techrolla in forum C++ Programming
    Replies: 3
    Last Post: 12-26-2004, 10:46 AM
  3. simulate Grep command in Unix using C
    By laxmi in forum C Programming
    Replies: 6
    Last Post: 05-10-2002, 04:10 PM
  4. Need a suggestion on a school project..
    By Screwz Luse in forum C Programming
    Replies: 5
    Last Post: 11-27-2001, 02:58 AM