473,395 Members | 1,931 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

VB6 Advanced Login

Heys guys,

i really need help bad. i'm making a program, and i only want registered ppl to use it, but i'm having lots of problems. i want to make a advanced login system, so that the username and passwords are stored in access. i want to know a way on how to do that, like login from vb6 using access and also i want to know how you can protect access so no hackers can get into it...

if you have source code with mdb file for advanced login in vb6 plz post it here.

i tried searching on google ... but i had no luck : (

plz help ty
Sep 19 '09 #1
5 3688
smartchap
236 100+
In Google u should get a lot of sites. Search 'Login in VB6' and see the results.
For ur query, u must create a access db with required fields like UserName, Password and save it with a password. In vb code use code with a password to open this database. These days a lot of programs are available to find Access password, so in ur code use a encryption & decryption of data to / from database to avoid hacking.
To access database you can use any method DAO / ADO / ADODB, etc as per ur convenience.
Sep 19 '09 #2
smartchap
236 100+
U can take help of how to open a password protected database in same forum in
thread:

http://bytes.com/topic/visual-basic/...ecordset-error
Sep 19 '09 #3
i already have a databse with the field username and password and they are both filled, but i'm having lots of trouble... i tired searching google "login in vb6" and all it came up with is simple login ... and also i don't how to encrpt... if you have code plz post plz plz plz
Sep 19 '09 #4
smartchap
236 100+
If u use available encryption / decryption routines, anyone can use it and know user name & password used by you. So you must write one for yourself. Suppose u enter UserName as 'Pawan' and Password as '12345', u can encrypt them as

Pawan = Q1x1o
12345 = a3c5e

This is just an idea.
If u are facing any other problem with ur code, u may post it so that I will try to help.
Sep 21 '09 #5
kadghar
1,295 Expert 1GB
@makaman
Well, using System.Security.Criptography library might be of help, since it has many encrypting function / methods / classes. The 'problem' is that this library is made for working with Streams, so dont forget to use Convert.Tobase64String or something to work with strings-streams.

HTH
Sep 21 '09 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: koolyio | last post by:
Hey, could you please tell me what is wrong with my login script. I just started learning php. CODE: login.php <? session_start(); header("Cache-Control: private"); ?>
0
by: Michael J. Wendell | last post by:
Hello, I am trying to debug an issue with sessions in my ASP 3.0 web application, which runs fine on WIN2K Pro and WINXP Pro, yet fails to function correctly on WIN2K Advanced Server. My actual...
8
by: Millissa | last post by:
If someone can help me with examples of or info on how to create an advanced tables for the layout on my site, I would be very grateful! Thanks, M
10
by: John Wells | last post by:
Are there any books out there that are fairly current, but go into the more advanced aspects of Postgresql, such as internals and advanced programming? I'd rather avoid the whole intro to SQL with...
4
by: Nhmiller | last post by:
This is directly from Access' Help: "About designing a query When you open a query in Design view, or open a form, report, or datasheet and show the Advanced Filter/Sort window (Advanced...
10
by: jklimek | last post by:
I'm currently a Delphi developer (my day job) but at my company we only write custom web application/database stuff, so we never really get into anything advanced. However, I know enough about...
2
by: Alex Bögli | last post by:
Hi I have a rather advanced deployment scenario and wanted to know, if anyone has an idea how to accomplish that with ClickOnce: We are deploying a 3-tier application with a client connecting...
6
by: AppleBag | last post by:
I'm having the worst time trying to login to myspace through code. Can someone tell me how to do this? Please try it yourself before replying, only because I have asked this a couple of times in...
13
by: Apostle | last post by:
Hi all, after thinking for sometimes, I thought it will be great opportunity to learn if I will start from scratch and build my own register/login system. Here is the thread that I will be posting...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.