|
-
Apr 14th, 2004, 09:29 AM
#1
Thread Starter
Frenzied Member
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?
-
Apr 14th, 2004, 07:28 PM
#2
Sleep mode
You maybe need to look at creating resource file and embed that in the assembly .
-
Apr 14th, 2004, 10:45 PM
#3
PowerPoster
Also look at obfusicating your code. Since you are using .Net, remember that people can dissassemble your application.
-
Apr 15th, 2004, 09:09 AM
#4
Thread Starter
Frenzied Member
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?
-
Apr 15th, 2004, 10:24 PM
#5
Sleep mode
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|