Programming simple login system using python that encrypt the user password by enhanced one time pad algorithm.
Requirements:
1- The system must contain 2 servers work together to authenticate the users. (main server and backend server) and backup server it just COPY of Server 2.
Server1 : encrypt PW and pass the user name and password to server2 , Server2: Encrypt PW againe and store it with corresponding username. Server 3: If server 2 is not running then it performs the encryption instead. (Just COPY PASTE of server2).
2- You are free to choose an environment such as, Flask or Spark …etc.
3- The interface should be appropriate.
4- Make sure the code works by taking a screen shot.
All steps are very simple, explained in detail and attached later.


0 comments