Advanced Java Programming Microproject Report
Advanced Java Programming Microproject Report
A
MICRO-PROJECT
PRAPOSAL AND REPORT
ON
“PASSWARD GENERATING SYSTEM”
(Vth Semester)
In the subject of
PART - A
1|Page
MICRO-PROJECT REPORT
“PASSWARD GENERATING SYSTEM”
RATIONALE
Java password generator to generate a secure password that consists of
two lowercase chars , two uppercase chars ,two digits , two special chars and pad
the rest with random chars until it reaches the length of 20 characters.4
Aim –
Create password generating system using advance java programming .
Benefits –
A password generator can be part of a password manager . when a password
policy enforce complex rules , it can be easier to use a password generator
based on that set of rules than to manually create passwords.
Literature Review :-
2|Page
Program code –
3|Page
4|Page
5|Page
6|Page
7|Page
8|Page