6 releases

0.2.3 Oct 12, 2022
0.2.2 Oct 12, 2022
0.1.1 Oct 9, 2022

#2834 in Command line utilities

Download history 67/week @ 2024-02-25 1/week @ 2024-03-03

68 downloads per month

MIT license

22KB
541 lines

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] <ACCOUNT_NAME>

Arguments:
  <ACCOUNT_NAME>

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

Acknowledgments

Got inspired by Jarusk's pass-rs

Dependencies

~5–16MB
~169K SLoC