Sam Schlinkert
Sam Schlinkert
Thinking about this some more, and with some help from @copiesofcopies, let's imagine how a company might use Tidy. Let's say the company sells a password manager. If they were...
Hmm, [this comment about the `thread_rng` alias](https://rust-random.github.io/rand/src/rand/rngs/thread.rs.html#57-62) gives me pause about leaving it: > Security must be considered relative to a threat model and validation requirements. `ThreadRng` attempts to meet...
If I'm reading this correctly, I'm seeing that Linux's `/dev/urandom` and `/dev/random` now uses ChaCha20 (20 rounds): https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=818e607b57c94ade9824dad63a96c2ea6b21baf3
I've updated this PR in light of [some changes in rand v0.9.0](https://rust-random.github.io/book/update-0.9.html#security) that may or may not affect Phraze. Comments and advice welcome. The fundamental question remains similar though: Which...
Note that there's no need to rush to the latest edition, so feel free to slow-walk this particular PR, especially if you're concerned about some checks/build processes failing before other...
Dunno if useful, but Bitcoin Improvement Proposals number 0039, which governs their word lists, lays out some guiding principles. Could be a starting point? - [General notes on word lists](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki#wordlist)...
Thank you so much for this issue and your faith in this project! I'm in the middle of a particularly busy week, but I may be able to look at...
OK! I am trying this for real today. Your comments have been super helpful. I got to the step where I run `HOMEBREW_NO_INSTALL_FROM_API=1 HOMEBREW_NO_AUTO_UPDATE=1 brew install --verbose phraze --build-bottle`, but...
Apparently the cargo dist project, which I had been using to create releases of Phraze, has [paused development due to lack of funds](https://github.com/axodotdev/cargo-dist/issues/1807#issuecomment-2768419143), so getting Phraze on Homebrew has become...
Nice! This worked as expected on my machine (Once I `rm`d my non-working formula). I've now created [my own homebrew-phraze GitHub repo](https://github.com/sts10/homebrew-phraze). Are the installation instructions simply this? ``` $...