Pass Generator
Pass Generator
Password
Generator in C
Team Members
1. Dev Kant
2. Junaid
3. Anuj
4. Siddhanth Jain
5. Vansh
6. Sawan
Contents
01 02 03
Introduction Project Req. Features
04 05 06
Functions Demonstration Conclusion
Introduction
Introduction to Password Generator in C
Software :
C Compiler (e.g., GCC)
IDE or Text Editor (e.g., Visual Studio Code)
Project
Requirements
Libraries :
<stdio.h> for input and output functions
<stdlib.h> for rand() and srand() functions
<time.h> for seeding the random number
generator with time(0)
Project
Requirements
Functionality :
Ability to specify password length
Randomly select characters (uppercase,
lowercase, digits, special characters)
Display the generated password)
Key Concepts Used
For example:
- **Input**: `8`
- **Output**: `Generated Password: A3z@B7q!`