Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Mar 2nd, 2005, 5:36 AM   #11
Rory
Expert Programmer
 
Rory's Avatar
 
Join Date: Jan 2005
Location: London
Posts: 542
Rep Power: 4 Rory is on a distinguished road
Send a message via MSN to Rory
Seriously, just have a separate random access file for usernames and passwords, it'll be much easier. Use CSV or something to delimit the values, and before you read and write the file you could even run a byte encryption algorithm like blowfish on it.

Along the lines of:
Type UserAccount
Username as string
Password as string
End Type
Dim Users() as UserAccount
Access databases are notoriously insecure (you can sometimes even pick out values just by opening the file in notepad) and security is not really supported in VB.
Rory is offline   Reply With Quote
Old Mar 7th, 2005, 4:00 AM   #12
killcity44
Newbie
 
Join Date: Feb 2005
Posts: 18
Rep Power: 0 killcity44 is on a distinguished road
i was going to use a text file originally but that would be quite unsafe, plus im trying to keep the number of files that this app uses down. does anybody know anything about inserting a adatabase via the OLE tool?
killcity44 is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 5:59 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC