Team Name - Karma Passion Molecules
Cyberex Secure
Cyberex Secure is planned to be a security solution with a wide range of features such as phishing detection, advanced AI- face recognition while accessing payment gateways, computer generated passwords and automatic sign-in. The software will automatically block and report phishing emails/websites to the government portal so that they can be taken down. The assistant will ask for a prompt to send the report before sending it to the portal.
Project Status: The majority of the python files required to run the backend have been prepared. Integrating them into a GUI is the further task ahead.
Password Generation Module
File: password_generator.py
- This uses “Tkinter” , which is a GUI Package in Python.
- To run this software, a module called pip install pyperclip needs to be used when code is run in Pycharm or VSCode.
- The generated code can be of desired length and can be copied to the user’s clipboard.
Automatic Mail Deletion Module
File: autodelete.py
- This uses : pip install oauth2client
- Enable the Gmail API (due to Google Security)
- Download the file and save it to the folder same as the code.
- Set the subject of the emails which are not required. (For example : Bank OTPs )
- In the spot of “[email protected]”, put in the website, from which the mails are to be deleted
Website Blocking Module
File : phishing.py
Blocking :
The websites which are coveted by the user needs to be put in the Website List.
Unblocking :
Navigate to the host file.
Open the host file and remove the blocked domains as shown in below image.
Due to the Windows Security, the module needs to be operated by the administrator.Then the module will automatically block the website.
Face Recognition
- Prerequisites: Install Visual C++ Redistributable Packages (required to run C++ applications that are built by using Visual Studio)
- Python modules required:
- pip install opencv-python
- pip install cv2
- pip install face-recognition
- In the initial setup, the user will be required to give webcam access for the first time. The user will have to register their face through it.
- It uses haarcascades, which are machine learning object detection algorithms to detect faces.