Pust (Password + Rust)

A simple static password generator for rust

Motivation

I just wanted to create a static password manager in Rust

Design

By default, passwords are 38 characters long.

Obviously, static passwords of any length can be generated for other uses as well.

Installation

cargo install pust

Usage

``` Usage: pust [OPTIONS]

Arguments:

Options: --length [default: 38] --enable-digit --enable-lower --enable-special --enable-upper -h, --help ```

Acknowledgments

Got inspired by Jarusk's pass-rs