Dlurak / pgr

PGR is a cli to generate passwords locally and fast

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PGR

This is a very simple password generator written in rust.

Installation

Simply run this one command after cloning the repo:

cargo install --path .

Usage

pgr 
Password Generator Rust is a cli to generate secure passwords locally and blazingly fast

USAGE:
    pgr [OPTIONS]

OPTIONS:
    -d, --digit              Should digits be excluded
    -h, --help               Print help information
    -l, --length <LENGTH>    The length of the password [default: 16]
    -L, --lowercase          Should lowercase letters be excluded
    -s, --special            Should special charachters be excluded
    -u, --uppercase          Should uppercase letteres be excluded

For more information and the source code, visit https://github.com/dlurak/pgr.

About

PGR is a cli to generate passwords locally and fast

License:GNU Lesser General Public License v2.1


Languages

Language:Rust 100.0%