Is there a way to create some kind of script that asks for username
and password?
Passwords?
Started by
Guest_littlefranciscan_*
, Jan 30 2007 02:09 PM
3 replies to this topic
#1
Guest_littlefranciscan_*
Posted 30 January 2007 - 02:09 PM
Guest_littlefranciscan_*
|
|
|
#2
Posted 31 January 2007 - 06:20 AM
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).
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_*
Posted 01 February 2007 - 01:52 PM
Guest_littlefranciscan_*
I am for a web application..thanks so much for asking.:)
#4
Posted 06 March 2007 - 01:22 PM
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...
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


Sign In
Create Account

Back to top










