Skip to content

YASHWANTHBH1/bashscript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Password Generator Script

This is a simple Bash script that generates a random password of a specified length using openssl. The password is generated in base64 format and can be easily trimmed to any length.

Features

  • Generates a random password based on user input.
  • User can specify the password length.
  • Uses openssl rand for strong random generation.

Usage

  1. Clone the repository or download the script.

  2. Give execute permissions to the script:

    chmod +x password.sh
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages