Swish Tutorials - A Premier Swish Community

View our Swish-Tutorials ! Ask Questions and Get Answers ! Go to our Free File Database ! Visit Our Forums ! Visit the S-T Portal Page Submit Files or Tutorials to Our Database View a List of Our Partner Links!

» S-T Archives :: » SWiSHscript :: Simple (yet secure) Login tutorial
Simple (yet secure) Login tutorial
Description: This login has a MD5 encryption for user and password, making it hard to hack into.
Author: Andre Brito
File Download:
Downloads: 1755
Date Added: April 9, 2008
Rating: 7.5/10 with 4 votes
Views: 5038
Rate This Tutorial:
Have Questions ? Click Here to Ask a Question
Body:

The login access data is stored in a file, you can edit with Notepad ou your favorit text editor, but it is not saved as a text file, its saved with JPG extension.(so it is harder to figure it out where the data is) in this exemple I used the file "banner.jpg" to store the data, if you open with notepad you wil see this &numreg=2& &scdlg1=cb7ca8b077e5caa92c3e2715a71d680e& &scdlg2=96fb03a85185c634c4dd0457b0cf6a76& &numreg=2& where &numreg=2& is the variable that contains the number of regists in that file. and &scdlg1=cb7ca8b077e5caa92c3e2715a71d680e& is the user and password info. you can have as many as you whant, just make shure you store them as scdlg1, scdlg2, scdlg3 ... and change the &numreg=XX& to the number of regists you have, so the script knows how many users you have. the Encriptação MD5 is the file that gives you the Hexadecmal number to store in the file on the 1º textbox write the user and on the 2º the pass, click on the blue box and you have the encrypted user info Eg: user = user1 Pass = 12345 encrypt = cb7ca8b077e5caa92c3e2715a71d680e copy that to the variable in the file &scdlg(XX)=cb7ca8b077e5caa92c3e2715a71d680e& then the script does the rest... ;) hope this helps, i search everywhere for a login like this and didnt find it, i had to make it... :S Thanks to gbs for sharing the MD5script

S-T Archives Database :: Copyright Swish-Tutorials.com
by Brian Ayers