Thread: Help w/ DLLs and a Security Prog.

  1. #1
    Registered User
    Join Date
    Nov 2004
    Location
    Pennsylvania
    Posts
    434

    Help w/ DLLs and a Security Prog.

    Hi Guys, Long time no see. Anyway i have been trying to make a security encryption type of prgram that forces you to log in then it allows you to encrypt things. The only thing is i wanted it to be so that the password and encryption algorithm would be stored on a usb flash drive. I figured a dll would be perfect for this, can anyone give me and address to a tutorial or other information? Thanks!

    ~PS- I have a computer with Windows XP Home edition on it and i cant get programs to save files to the computer. Any suggestions? The same code works on this computer (WIndows ME) Thanks AGain!

  2. #2
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348
    Are you referring to an example of the encryption or I/O?

    Kuphryn

  3. #3
    train spotter
    Join Date
    Aug 2001
    Location
    near a computer
    Posts
    3,868
    If I read this right...

    You want to write an app

    Objectives;
    User selects file
    De/en-crypt file

    Constraints;
    must store encryption key remotely

    No need for a DLL. A DLL is a library. Allows you to share code between apps. Each key would have to be hard coded into each DLL individually.
    Key is just data so can store as a file.
    Problem is if key gets 'lost' data is also lost..

    Which bit do you need help with?
    "Man alone suffers so excruciatingly in the world that he was compelled to invent laughter."
    Friedrich Nietzsche

    "I spent a lot of my money on booze, birds and fast cars......the rest I squandered."
    George Best

    "If you are going through hell....keep going."
    Winston Churchill

Popular pages Recent additions subscribe to a feed