Skip to content

This is a password generator shell script, one can use this script to generates passwords for different platforms, the password that gets generated are of good complexity.

Notifications You must be signed in to change notification settings

rahulMishra05/password_generator_shell_script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Password Generator using Shell Scripting

📝 About project

This is a password generator shell script. By usign this script you can generate very good password and that password also have very good complexity.

This script generates the password using openssl. OpenSSL is a robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Socket Layer (SSL) protocols. It is also a general-purpose cryptography library.

In this script I had used -base64 encoding to genrating the password, it means that the password that will generate from this script will of -base64 encoding. The range of -base64 is 48 characters and the password that will generate will be generated randomly from these 48 characters.

🧱 How to use this sctipt

  1. First you have to clone/download this repository. You can clone the respository by running this command in ternimal

    git clone https://github.com/rahulMishra05/password_generator_shell_script.git
  2. Than go in the project directory like this

    cd password_generator_shell_script
  3. Now simply run the script present in this directory, like this

    ./passwordGenerator.sh

About

This is a password generator shell script, one can use this script to generates passwords for different platforms, the password that gets generated are of good complexity.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages