Skip to content

nurmukhametdaniyar/pust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple static password generator for rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages