26 lines
708 B
Markdown
26 lines
708 B
Markdown
`division_of_one`
|
|
|
|
Generates diceware passphrases, PINs, and IDs, for example:
|
|
|
|
```
|
|
thus disco spent rise trap suds wagon bath
|
|
607020291
|
|
7QARXWJZ
|
|
```
|
|
|
|
Install with `cargo install division_of_one` or download the Windows exe from my Git forge: https://six-five-six-four.com/git/reactor/division_of_one
|
|
|
|
# Why this and not another generator?
|
|
|
|
It's easier to write 50 lines of Rust than to audit it.
|
|
|
|
I want to just point my friends and family at this without having to check if it's been compromised since the last time I saw it.
|
|
|
|
# What if 8 words is too long?
|
|
|
|
Ignore some of the words :)
|
|
|
|
# What's the name from?
|
|
|
|
[There is no anti-memetics division](https://scp-wiki.wikidot.com/antimemetics-division-hub)
|