I have developed a graphical password technique to over come weakness we face with text password such as shoulder surfing attack, dictionary attack etc. I have implemented the technique in php used mysql and html. I want to know where this technique lies in the big picture of network security and network communication.
If i assume pre shared key for encryption and my proposed graphical password for authentication, can I call it together Application layer protocol ? If yes why and if no Why not?
and how this scheme related to authentication protocols (mutual and one way authentication) and kerberos? Thank you in advance