![]() |
| ||
| Encrypting a .txt file through VB6 Hello, I have a fairly basic knowlegde of Visual basic, I am trying to create a form to create a username and password which is then saved in a .txt file, the problem being that anyone can read it. Is there any way that it can be simply encrypted before being saved into the .txt file. i ahve created a module for the creation of a username and password. the Creation works and is saved correctly, i just don't undersand the correct code for it to be encrypted before it is saved Here is the code so far: Public Sub CreateUser() Thanks in advance! Ian. |
| ||
| Re: Encrypting a .txt file through VB6 You can encrypt any way you like, just as you did is fine. It might give trouble if the ascii code is 254 or 255. Find out some information about an XOR function |
| ||
| Re: Encrypting a .txt file through VB6 1 Attachment(s) i thing this proj will help you. you have to only save that encrypted text into txt file actualy i have my project which encrypt the whole txt file and then user can also decrypt the whole file again. below i am giving you my starting work of encryption proj as an example. |
| All times are GMT -4. The time now is 5:34 pm. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC