गुरुवार, 8 जनवरी 2015

Friday's Java World Submissions: SecureLogin

visual basic, vb, active server pages (ASP),java, javscript,c, c++, c__ , vbscript,active server pages, ASP, vbscript,SQL, database, informix, oracle, SQL Server,Perl, CGI,Delphi, PHP,source code, code, sample, samples, program, programs, help, tutorial,tutorials, routine, routines, jobs, listserve, mailinglist, bulletin board, bulletin boards, programming,  snippet, snippets, control, controls, class, classes, module, script, Scripts, applet , email , mp3, reference, windows,  modules, file, files, subroutine, subroutines, function, functions, sub, Microsoft, Sun,  downloads, winapi, directx, msaccess, ocx, vbx, ado, dao, odbc, rdo,  vbscript, vba, game programming, dcom, ole, com, dna, jet, dll, win api, winapi,  dbgrid, database front end, certify, decompiling, decompiler, visual basic for applications,  va  riable, constants, data type, byte, boolean, integer, long, single,  double, currency, date, object, string, variant, sub, function, free, 01/09/2015

Learn a little more about Java World each day, with www.Planet-Source-Code.com's Code of the Day!

Current # of subscribers: 10,358


Make 9 cents to $300 per game playing Dollar Candy. The better you get, the more you make. Click for more info.

=================================================================
Would you like access to thousands of lines of source code instantly from your desktop? Then check out the Planet Source Code CD...hundreds of amazing programs at your fingertips with no online wait!
Click Here!
 


Code of the Day: (What is the code of the day? )
1) SecureLoginSubmissions Since Yesterday:
NONE
  1)SecureLogin

Category: Databases/ JDBC
Level: Beginner

Description: Application Name: SecureLogin Implemented By: codebyter Released on: 06/01/2015 Brief Description: A form-based application that performs a login to an ACCESS database (accessed via ucanaccess library). The database is formed only by the tables contaning the data needed to validate the credentials specified by the user. The functionalities implemented are below detailed: Details: 1. The frame contains a checkbox to display the password when inputted 2. The user can miss the password only three times as maximum. When reached the limit the user is locked and the login is not allowed any more 3. It is possible to change the password via a pushbutton 4. When the user logs in, the application store this info in the database along with the login date/time 5. It is not allowed to log in when the user appears already logged Regarding point 3: 6. The password must satisfy the following constraints (see PasswordChecker class): - Between 6 and ten 10 chars long - Must contain at least one uppercase letter - Must contain at least one digit - Must not contain a predefinied set of chars 7. The password in the database table is stored in encrypted form (MD5, see the corresponding class) 8. It is reported back the old password in a display-only field 9. The frame contains a checkbox to display the password when inputted (in all the three password fields) 10. It must be specified a password different from the last file passwords ( contained in the passwordhistory database table) 11. If the user presses Cancel the password is not changed and the user stays logged with the old password

Compatibility: Java (JDK 1.5)
Submitted on 1/6/2015 4:52:18 AM and accessed 44 times.

 

कोई टिप्पणी नहीं:

एक टिप्पणी भेजें

fly