Security
-
I have this software developed through vb6 and its use text file. when run the program its read data from the text file, i need to encode this so that the text file cannot be change (add or delete data from it), i have download some encryption/decryption software with code but could not make it work with my application. Is there any way i can do this putting some decrypting module or code in my software so that the software could be secure. Kindly help. Thanks Zela
-
I have this software developed through vb6 and its use text file. when run the program its read data from the text file, i need to encode this so that the text file cannot be change (add or delete data from it), i have download some encryption/decryption software with code but could not make it work with my application. Is there any way i can do this putting some decrypting module or code in my software so that the software could be secure. Kindly help. Thanks Zela
No there is not.... :laugh: There are two ways to solve your problem. The first is to encrypt the entire file, and decrypt the file when you want to read / edit it. Or you can encrypt the string of text which is contained by the file. Have you read this[^] article? It will help you encrypt the entire file. The article on this[^] page helps you encrypting and decrypting a string. Hope it helps!
.: I love it when a plan comes together :. http://www.zonderpunt.nl