registering users diffrently, have one problem tho.
Currently I've built an entirely new page to register uses with. This was done because of alot of things that i had changed to format to the site I'm building. Currently I have it where it enters in all nessesary data correctly. Except one thing, the password, I have no idea how I'm suppose to encrypt the passwords that are entered into the database. From what I've read searching these forums, is that VB uses some type of MD5 encryption or something to encrypt the passwords before they are entered into the database. I'm not sure what i have to include or do to encrypt these passwords so that i may enter them into the database correctly. How would i encrypt these passwords so that i may add them to the database, so that VB reads them correctly and logins are seen and used correctly?
|