Project Problem Statement
STI is new bank which started operating in US. Government of US has recently introduced SocialAadhar ID which is mapped to finger prints of user. STI need to verify users against the finger print and SocialAadharID.Business Benefit
STI will be able to create bank accounts quickly as verification will be done automatically.Key Issues
You need to build a system where when user enters SocialAadharID it is encrypted, so that hackers cannot view the mapping of SocialAadharID and finger printYou have to use basics of Python
- Read the input from command line – SocialAadharID.
- Check for validity – it should be 12 digits and allows on number and alphabet
- Encrypt the SocialAadharID and print it for reference.
We would like you to try out first on your own. You will get solution of project after 1 week of enrollment.