TipGiver
Programmer
- Sep 1, 2005
- 1,863
Hello,
Imagive the next:
I want my app when it loads to use a .licence file (it's just an extension). It should contain 3 strings like: 2006 string1 string2. These are very important because they are used in printing and in database.
(Specifically, the year locates and completes the path to the database, after being created - if necessary.)
So, if a user open the file, I dont care if he can recognize the data, but i dont want to be able to change them. I am not sure if this technique is called hashing, but either way or not, i need help on this.
To conclude, the app should not load if the validation of the .licence file fails. If it succeeds, then i will save these strings in variables for further use in the application.
Thanks on any guidance!
Imagive the next:
I want my app when it loads to use a .licence file (it's just an extension). It should contain 3 strings like: 2006 string1 string2. These are very important because they are used in printing and in database.
(Specifically, the year locates and completes the path to the database, after being created - if necessary.)
So, if a user open the file, I dont care if he can recognize the data, but i dont want to be able to change them. I am not sure if this technique is called hashing, but either way or not, i need help on this.
To conclude, the app should not load if the validation of the .licence file fails. If it succeeds, then i will save these strings in variables for further use in the application.
Thanks on any guidance!