Skip to content
/ pwgen Public

A simple cli password generator written in Rust

Notifications You must be signed in to change notification settings

drnikos/pwgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PWGEN

A simple Password Generator tool written in Rust.

Usage

Make sure pwgen is excecutable by running: chmod +x pwgen in the directory the file is located

The program can be run either by passing arguments or by excecuting it directly

Direct Excecution

231219_00h25m41s_screenshot

With arguments

231219_00h29m17s_screenshot

Examples

By running ./pwgen -l 12 -m -n -s -f ~/output.txt --hide, the program generates a password with 12 characters, that includes small letters, numbers, and symbols, and saves the output to ~/output.txt (Appends it if the file already exists, or creates the file if it doesn't), without printing it to the console.


For more information, run: ./pwgen -h