Date: 22nd May 2023
Author: Mohammed Faizuddin
Project: Password Generator
For: Learning Arrays, Pointers, Functions
Language: C
Description:
This C program generates a password using the rand() function. The generated password will be random in nature, it will have at least one capital letter, one small letter, one number and one special character("!@#$%^&*()~<>,.?;:{}[]=+-_|"). The initial program is set to generate a password of length 8 but I will modify it later to make it user selectable.
I have completed the Arrays and Pointers chapters and am currently in the Functions chapter. The objective of this project is to put to practice what I have learned. I will be uploading multiple versions while doing the project and after each improvement in the program.
Please feel free to review my code and share your feedback and improvement suggestions.
License:
You can use my code if you need or want as long as you give me the credit.
[F21Z]https://github.com/F21Z