Jump to content

Passwords?

- - - - -

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

#1
Guest_littlefranciscan_*

Guest_littlefranciscan_*
  • Guests
Is there a way to create some kind of script that asks for username
and password?

#2
Lop

Lop

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,172 posts
In a desktop application or a web application? It is fairly simple on both.

For either you just need a place to store the password (inf file, registry or database) and an encryption scheme (usually MD5).

#3
Guest_littlefranciscan_*

Guest_littlefranciscan_*
  • Guests
I am for a web application..thanks so much for asking.:)

#4
Deathcry

Deathcry

    Learning Programmer

  • Members
  • PipPipPip
  • 68 posts
The JavaScript Source: Password Protection Scripts

found that site its all javascript pass/username stuff has alot of code on it for diff needs

[script] Password Protect web pages/site using PHP and MySQL - GIDForums

found that post for php script its just sample

Code Examples -> Password using php, Javascript, and html form

and that is javascript php and html...
the code is with you