pust

Crates.iopust
lib.rspust
version0.2.3
sourcesrc
created_at2022-10-09 03:26:02.676405
updated_at2022-10-12 15:46:42.708748
descriptionA simple static password generator
homepagehttps://github.com/nurmukhametdaniyar/pust
repositoryhttps://github.com/nurmukhametdaniyar/pust
max_upload_size
id683851
size45,735
Daniyar Nurmukhamet (nurmukhametdaniyar)

documentation

README

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

Commit count: 13

cargo fmt