maleyva1 / pwdgen

CLI-based password generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pwdgen

A simple CLI password generator for Linux. It can generate alphanmeric, digit-only, symbol-only, or alphanumeric-with-symbols passwords of variable length L where L < 255.

Usage

pwdgen [a|s|d|asd] LENGTH

Example

pwdgen asd 15

Generates a password 15 characters in length contain only alphabnumeric-with-symbol characters.

Building

Feel free to use the include build.sh script or follow the commands below:

cmake -B build -DCMAKE_BUILD_TYPE=$BUILD_TYPE
cd build && make -J 4

About

CLI-based password generator

License:MIT License


Languages

Language:C 87.5%Language:Shell 6.3%Language:CMake 6.1%