0% found this document useful (0 votes)
80 views7 pages

Minor Review - 1

This document provides an initial review for a minor project to create a random password generator using Python. The project is presented by three students and supervised by Mr. A. Ilavendhan. The objective is to build a password generator that allows users to select a password length and generate strong, secure passwords with random symbols by clicking a button. Another button will copy the password to the clipboard. The project aims to help users create unique passwords for different accounts to safeguard data assets with stronger authentication. Development will take place from March to June, including collecting information, building the model, testing and evaluation, and fixing bugs. The generator will be created using Python Tkinter, random, string and pyperclip modules and require basic hardware specifications
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
80 views7 pages

Minor Review - 1

This document provides an initial review for a minor project to create a random password generator using Python. The project is presented by three students and supervised by Mr. A. Ilavendhan. The objective is to build a password generator that allows users to select a password length and generate strong, secure passwords with random symbols by clicking a button. Another button will copy the password to the clipboard. The project aims to help users create unique passwords for different accounts to safeguard data assets with stronger authentication. Development will take place from March to June, including collecting information, building the model, testing and evaluation, and fixing bugs. The generator will be created using Python Tkinter, random, string and pyperclip modules and require basic hardware specifications
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING

SCHOOL OF COMPUTING
1156CS601- MINOR PROJECT
WINTER SEMESTER(21-22)
INITIALREVIEW

“RANDOM PASSWORD GENERATOR FOR SAFEGUARDING THE


DATA ASSETS”

SUPERVISED BY PRESENTED BY
Mr.A.ILAVENDHAN
1. M.DEEPIKA (13561)(19UECS0574)
2. P.NAVEEN KUMAR (15208)(19UECS0794)
3. T.SREE HARSHA REDDY (15210)(19UECS0976)

3/21/2022 BATCH NO: 1


PROJECT TITLE JUSTIFICATION

A password generator is a tool that automatically generates strong,secure


passwords. With its help, you don’t need to come up with your own passwords ever
again.A single mouse click will generate you a sequence of random symbols. Copy
and use it as a password for your device, email,social media account, or anything
else that requires restricted access. Also, don’t use the same password for more than
one account. Each time you need to sign up, create a new password using this free
password generator. In this way, your data will be safer than ever before.Having a
weak password is not good for a system which demands high confidentiality and
security of user credentials. It turns out that people find it difficult making up a
strong password which is strong enough to prevent unauthorized users from
memorizing it.
3/21/2022 BATCH NO: 2
OBJECTIVE & SCOPE OF THE PROJECT
OBJECTIVE OF THE PROJECT:
• The objective of this project is to create a password generator using python. The
password generator project will be build using python modules like Tkinter,
random, string,pyperclip.
• In this project, the user has to select the password length and then click on the
“Generate Password” button. It will show the generated password below. If the
user clicks on the “Copy To Clipboard” button, then it will copy the password
automatically.

SCOPE OF PROJECT:
• A random password generator is software program or hardware device that
takes input from a random or pseudo-random number generator and
automatically generates a password.
• Random passwords can be generated manually, using simple sources of
randomness such as dice or coins, or they can be generated using a
3/21/2022 BATCH NO: 3
computer.
TIME PLAN OF THE PROJECT

MARCH APRIL MAY JUNE


Collect the Development of the Testing and Required Bug
Information Model Evaluation of the Fixes and
Model using various Improvements
methods

3/21/2022 BATCH NO: 4


TOOLS TO BE USED IN THE PROJECT
1. SOFTWARE REQUIREMENTS:

• For purpose of creating the prototype, the web interface was designed using
. Python Tkinter.
• Inorder to allow the user to copy and paste text Pyperclip module is used.
• Random module to generate random numbers

2. HARDWARE REQUIREMENTS:

• Operating System
• Windows 10

Hardware:

• Processor (CPU) with 2 gigahertz (GHz) frequency.


• A minimum of 2 GB of RAM
• Monitor Resolution 1024 X 768 or higher
• A minimum of 20 GB of available space on the hardisk.
3/21/2022 BATCH NO: 5
SOCIETAL IMPORTANCE OF THE PROJECT

• Random password generators create passwords of any length with letters,


numbers, and symbols and store them in your password manager.
• Using a password generator and manager in conjunction is the best online
security practice.

• A random password generator is software program or hardware device that


takes input from a random or pseudo-random number generator and
automatically generates a password.
• Random passwords can be generated manually, using simple sources of
randomness such as dice or coins, or they can be generated using a
computer.

3/21/2022 BATCH NO: 6


THANK YOU

3/21/2022 BATCH NO: 7

You might also like