/Password-Generator

This is a program for storing self-generated Passwords of your Platforms with some variety in generator.

Primary LanguageC

Password-Generator Program

This is a program, which allows to generate a random password with many cool features.

Usage Instructions Below

Functionality:

Four different cases for generating a password

    1. Password with letters only
    1. Password with numbers only
    1. Password with letters and numbers
    1. Password with symbols, letters and numbers

Program saves your passwords

  • The program asks for the platform, where the passwords will be used & username
  • After generating a password, the program saves the password and the platform in a txt file (CURRENTLY WORKS ON MAC ONLY)
  • Saving the password in a clipboard after generating it (CURRENTLY WORKS ON MAC ONLY)
  • Program creates a file for storing your passwords if one is not created (CURRENTLY WORKS ON MAC ONLY)

More coming soon...

Quick Preview of the Program

Program_Preview

How to use it (MAC)

Download the repository on your computer.

  • Click on this link to Download
  • Save the Repository on your Desktop

Open up your terminal

  • Type cd Desktop/Password-Generator-main and press Enter
  • Type gcc -o a.out main.c and press Enter
  • Type ./a.out , press Enter