Click here to Skip to main content
15,896,507 members
Please Sign up or sign in to vote.
1.00/5 (5 votes)
See more:
In desperate need of some help!
Please, I'd like to know what shall I begin with to make a Graphical Password Authentication Project?
Posted

1 solution

Start by deciding which language you are planning on using! :laugh:
Then, start by preparing a specification - describe exactly what you expect the app to do, what it should look like, how the user can interact with it.
Then "flesh that out" by working out how data flows round the app, what data you need to refer to, and start working out what operations that mean you need to implement.
That should give you the overview of the modules and classes you will need, ready for you to start writing them.
It's the same as any other project you've done: just possibly a bit bigger and more complex looking.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900