Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 958 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 958 Bytes

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