Skip to content

basic shell script to generate random alpha-numerical + $, #, @ character passwords for bare-bone Linux/Unix systems

License

Notifications You must be signed in to change notification settings

huyndao/genpass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

genpass.sh

Description

Simple shell script to generate random passwords, consisting of alpha-numerical and the #, @, $ characters (therefore the basis is 65 chars total).

This script should not require any special tools installed and as such can be used on any barebone Linux/Unix system. The code is short and simple, anyone can read and verify.

Usage

~$ ./genpass.sh --help
genpass.sh (number of chars) (number of passes)
~$ ./genpass.sh 16 5
Be2vMca4taTNoQDw
vnAkOpFB2XmiRvnX
rvgTlcgHnytiPERh
kobt@pPi1rPB2wQ1
Oexatqfg5eZ#RRlE

About

basic shell script to generate random alpha-numerical + $, #, @ character passwords for bare-bone Linux/Unix systems

Topics

Resources

License

Stars

Watchers

Forks

Languages