-
Encrypted Password script Remix
1) CODE TITLE: :: Encrypted Password script Remix
2) AUTHOR NAME/NOTES: Dynamic Drive
3) DESCRIPTION:
[<script>
function submitentry(){
password = document.password1.password2.value.toLowerCase()
passcode = 1
for(i = 0; i < password.length; i++) {
passcode *= password.charCodeAt(i);
}
if(passcode==password here)
{
window.location="site.html"}
else{
alert("password/username combination wrong")}
}
</script>
<form name="password1">
<strong>Password: </strong>
<input type="password" name="password2" size="15">
<input type="button" value="Submit" onClick="submitentry()">
</form>
]
4) This Script Is Just A Password Only Without UserName
5) Just Copy And Past (Note You Must Use Dynamic Drive :: Encrypted Password script To Make A Password)
Please Note That Dynamic Drive Was The Original Author Of The Original Script I Just Made A Remix Of It.
Last edited by bigrob28129; 11-01-2009 at 10:10 AM.
Reason: Forgot To Add A Finished
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks