Results 1 to 5 of 5

Thread: Storing a Variable

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2001
    Location
    USA
    Posts
    1,026

    Storing a Variable

    Is there any way to store a value within my software itself? Like an internal database of some sort?

    I have finally done my encryption for my keycode generation and now I'm stuck trying to find a way to keep this information from unhonest hands that would just love to find a crack for my software...

    Any Ideas? Does anyone know of a good tutorial on file encryption?

    Thanks,

    Squirrelly1
    Now happily married and still crankin' away at the keyboard. Life is grand for a coder, no?

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    You maybe need to look at creating resource file and embed that in the assembly .

  3. #3
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    Also look at obfusicating your code. Since you are using .Net, remember that people can dissassemble your application.

  4. #4

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2001
    Location
    USA
    Posts
    1,026
    Could either of you explain the use of a resource file or what obfusicating my code actually does?

    Thanx,

    Squirrelly1
    Now happily married and still crankin' away at the keyboard. Life is grand for a coder, no?

  5. #5
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Originally posted by squirrelly1
    Could either of you explain the use of a resource file or what obfusicating my code actually does?

    Thanx,
    Squirrelly1
    Google it dude .

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