rusty-diceware

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 66598244d0b4267f71ed3f34b162438ce77755d0
parent e294cf479ac6a552273514a82e1c4660783b90a7
Author: Yuval Langer <yuvallangerontheroad@gmail.com>
Date:   Sun, 25 Sep 2022 19:40:03 +0300

Update Cargo.lock file. Add Matrix room to README. Bump version.

Diffstat:
MCargo.lock | 6+++---
MCargo.toml | 4++--
MREADME.md | 10+++++++---
3 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock @@ -10,7 +10,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "diceware" -version = "0.5.3" +version = "0.5.4" dependencies = [ "getopts", "rand", @@ -38,9 +38,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.132" +version = "0.2.133" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8371e4e5341c3a96db127eb2465ac681ced4c433e01dd0e938adbef26ba93ba5" +checksum = "c0f80d65747a3e43d1596c7c5492d95d5edddaabd45a7fcdb02b95f644164966" [[package]] name = "ppv-lite86" diff --git a/Cargo.toml b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "diceware" -version = "0.5.3" +version = "0.5.4" authors = ["Yuval Langer <yuvallangerontheroad@gmail.com>"] license = "AGPL-3.0" repository = "https://gitlab.com/yuvallanger/rusty-diceware" -description = "A command line diceware, sans dice." +description = "A command line diceware, with or without dice." keywords = ["diceware", "password", "passphrase", "generator"] readme = "README.md" edition = "2021" diff --git a/README.md b/README.md @@ -1,9 +1,10 @@ -# rusty-diceware - a password generator using the diceware word lists -Commandline [Diceware][diceware] ([Wayback Machine mirror][diceware-wayback]), sans dice, written in [rustlang][rustlang]. +# rusty-diceware - a password generator using wordlists + +Commandline [Diceware][diceware] ([Wayback Machine mirror][diceware-wayback]), with or without dice, written in [rustlang][rustlang]. Please use [Gitlab][gitlab-mirror] for anything whatsoever. Github is just a mirror. -[CHANGELOG](/CHANGELOG.md) here. +[CHANGELOG here](/CHANGELOG.md). Inspired by the great passphrase generating solution [Diceware][diceware] ([Wayback Machine mirror][diceware-wayback]) invented by [Arnold G. Reinhold][arnold] ([Wayback Machine mirror][arnold-wayback]) and by Randall Monroe’s [xkcd#936][xkcd-936]: @@ -55,6 +56,9 @@ Options: * [Gitlab][gitlab-mirror] is the main repository. * [Github][github-mirror] is just a mirror. +## Say hello + +You can say hello and/or rant about how terrible rusty-diceware is in the [#rusty-diceware:matrix.org](https://matrix.to/#/#rusty-diceware:matrix.org) chat room. [gitlab-mirror]: <https://gitlab.com/yuvallanger/rusty-diceware/> [github-mirror]: <https://github.com/yuvallanger/rusty-diceware/>