/PasswordGen

Generate passwords easily!

Primary LanguageShellGNU General Public License v3.0GPL-3.0

PasswordGen

Status License


Generate Safe passwords for your accounts. Totally random.

Table of Contents

About

PasswordGen lets you generate 8, 16 and 24 characters password for all of your accounts. It's totally random and safe.

Getting Started

This instructions will get you up and running to use PasswordGen.

Prerequisites

sudo apt install git 
sudo apt install python

Installing

After installing the dependencies, please, clone this repo:

git clone https://github.com/cirosanchez/passwordgen    

Then, go to the project's folder:

cd passwordgen

Finally, execute this script:

chmod +x PasswordGen.sh
sh PasswordGen.sh

Usage

When executing the program you'll enter to the main menu:

Main Menu

After choosing your option you'll have 3 ways:

  • Generate a new password.
  • Get information about the proyect.
  • Exit the program.

Built Using

Authors

Acknowledgements