-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rearrange sections in README a little bit again.
- Loading branch information
Showing
1 changed file
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,12 +20,12 @@ different wordlists provided by the EFF. | |
## Table of Contents | ||
|
||
* [Examples of generated passphrases](#examples-of-generated-passphrases) | ||
* [Latest version available](#latest-version-available) | ||
* [Installation](#installation) | ||
* [Usage](#usage) | ||
- [Options and arguments](#options-and-arguments) | ||
* [How many bits of entropy does your passphrase need?](#how-many-bits-of-entropy-does-your-passphrase-need) | ||
* [Is a CSPRNG really needed here?](#is-a-csprng-really-needed-here) | ||
* [Installation](#installation) | ||
* [Latest version available](#latest-version-available) | ||
|
||
## Examples of generated passphrases | ||
|
||
|
@@ -59,6 +59,21 @@ pgen -w bip39 -n 24 | |
> sword relief this any peanut uncle supreme month impose learn rose ramp double auction course mutual bench elder | ||
> unfair dizzy harbor use casino pledge | ||
## Latest version available | ||
|
||
```zsh | ||
pgen --version | ||
``` | ||
|
||
```text | ||
pgen 3.0.0-alpha.1 | ||
``` | ||
|
||
## Installation | ||
|
||
1. [Install Rust](https://www.rust-lang.org/en-US/install.html). | ||
2. Run `cargo install -f [email protected]` | ||
|
||
## Usage | ||
|
||
``` | ||
|
@@ -180,21 +195,6 @@ sense to use a CSPRNG. | |
|
||
* `lastresort`(1) on [crates.io](https://crates.io/crates/base256) / [GitHub](https://github.com/ctsrc/Base256) | ||
|
||
## Installation | ||
|
||
1. [Install Rust](https://www.rust-lang.org/en-US/install.html). | ||
2. Run `cargo install -f [email protected]` | ||
|
||
## Latest version available | ||
|
||
```zsh | ||
pgen --version | ||
``` | ||
|
||
```text | ||
pgen 3.0.0-alpha.1 | ||
``` | ||
|
||
[EFFWL]: https://www.eff.org/deeplinks/2016/07/new-wordlists-random-passphrases | ||
|
||
[BIP39]: https://en.bitcoin.it/wiki/BIP_0039 |