Code Monkey home page Code Monkey logo

rsdice's Introduction

Rsdice

Rsdice is a diceware password generator written in rust

Installation

Cargo

The recommended way to install rsdice is through cargo install. Assuming you have cargo installed, this will compile rsdice and add it to your path.

Executables

Executables for your platform may be available in the latest release. Check the releases tab of the github page (https://github.com/tidle/rsdice/)

Source

Simply execute cargo build --release, and the rsdice executable will be found at target/release/rsdice

Use

You can run rsdice with no arguments and it will generate a password with six words using the short wordlist. For password customization, please refer to the help message:

USAGE:
    rsdice [FLAGS] [OPTIONS]

FLAGS:
    -h, --help        Prints help information
    -i, --internet    get random numbers from an internet source (random.org) rather than using the built in random
                      number generation
    -l, --long        use the six dice word list instead of the four dice one
    -m, --manual      manually input dice rolls rather than using the computer
    -V, --version     Prints version information

OPTIONS:
    -f, --file <FILE>           manually specify a wordlist, rather than using the built in wordlists
    -w, --words <WORD COUNT>    length of password [default: 6]

rsdice's People

Contributors

scottkaz avatar tidle avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.