CrypTok Secure Login

Print
PDF


This application is implemented to solve the problem of remote login security. It provides a secure way for login between client and the server.

        LoginEnc solves the authentication problem that faces the server while dealing with clients. It delivers a new additional level of security not only just the use of passwords (which is something I know) but also the use of the “Smart Token” (which is something I have), so if an intruder know the password he won’t be able to login without the possession of the Smart Token.

        LoginEnc applies the secure login using the Challenge/ Response algorithm for authentication, which is integrated with the use of the Smart Token in order to provide a high secure way for login.

        LoginEnc provides a secure authentication secure solution by using different level of security which is the Smart Token, in addition to it a pin code that the user has, by deploying them both in the Challenge/ Response algorithm a secure way of authentication is provided.

        With each client has his own Smart Token and the Pin Code the client can access the other party he tries to login to. Smart Token uses and stores all encrypted files in some repository.

        LoginEnc stores all events that were held in the case of entry and exit in the encrypted database.