Skip to content

Lohitanvita/Hardware_and_System_Security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Hardware_and_System_Security

A Web Application to Generate a Strong Password and Verify your Password Strength The application is built using Django framework in PyCharm Community edition. The technologies involved in this application are HTML5, CSS3, JavaScript, Python 3.8, Django, Machine Learning and PyCharm Community Edition 2021.1.2

Setup and Implementation

  1. Install PyCharm Community edition (Python IDE) from JetBrains, Python 3.8 and make sure python is recognized by the system otherwise add Path to system environment variables.
  2. Install Django either using "pip install django" in PyCharm terminal or add Django from Pycharm 'settings'
  3. After making sure Django is installed and Python 3.8 is configured in Pycharm, download the folder 'Password_Generation_and_Strength_Analyzer'
  4. Now go to File > Open and choose the dowloaded folder. This folder is recognized as Django Project
  5. Open PyCharm terminal and run the command "python manage.py runserver", your output will be something like "Starting development server at http://127.0.0.1:8000/"
  6. Click on the generated link and you will be directed to the website.
  7. Now you can either generate or verify your password using the application Note: Install dependencies when required

Django Project Structure

image

After successful web application run, you will see below pages appearing on screen

Screenshot 2023-05-10 023042 image

About

A web application that could Generate a strong Password and Verify your Password Strength

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published