Jump to content

simple log-in screen?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
10 replies to this topic

#1
martybell

martybell

    Newbie

  • Members
  • PipPip
  • 12 posts
hey i'm looking to create a simple log-in screen, which would maybe store usernames/passwords in an encrypted database, then would compare what the user enters with the usernames/passwords in the database

would this be the best/simplest way to do it?

and is it possible to have a form with just text boxes for username/password, then if they are correct, a new form will appear?

cheers!

marty

#2
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
This needs some serious security? or it's just a simple log-in screen?

#3
martybell

martybell

    Newbie

  • Members
  • PipPip
  • 12 posts
nah it doesn't have to be very secure!

just not so insecure that you can open a text file and see the passwords!

cheers

#4
ikkeugh

ikkeugh

    Learning Programmer

  • Members
  • PipPipPip
  • 79 posts
By saving it in the program itself ?
Is this possible ?

#5
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
He said that he'll encrypt the passwords in a db right?

#6
martybell

martybell

    Newbie

  • Members
  • PipPip
  • 12 posts
yeah store the usernames and passwords in a database, and actually it doesnt have to be encrypted at this stage, i'd just like to find out how possible the idea is!

:)

marty

#7
atulrai

atulrai

    Newbie

  • Members
  • Pip
  • 1 posts
Hi I m new to vb.net.
could any one plz help me with the code of logon screen.

#8
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
Check the Tutorials section, we have a tutorial showing how to create a login using VB.

Do not revive old threads.
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums

#9
mendim.

mendim.

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,393 posts
hey man
i made a Simple Login a month before
Download it maybe you'll get the Source you are Searching ..
[ATTACH]1192[/ATTACH]

Mendim.

Attached Files



#10
spikegomez

spikegomez

    Newbie

  • Members
  • Pip
  • 1 posts
Storing user name and password in a db is great right... secure the db by creating a password to enter into it...
Thanks for the rar file... it makes my study more easier....

#11
mendim.

mendim.

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,393 posts

spikegomez said:

Storing user name and password in a db is great right... secure the db by creating a password to enter into it...
Thanks for the rar file... it makes my study more easier....

You are Welcome .:)