Readable password generator (library)

Library for generating a readable password from an ordered list of words extracted from text. For improved security, numbers and special characters are inserted at random places.

The point is to replace the standard password generation that is very tedious to input manually, with a still very secure but much easier to write password. For the rare occasion where you have to input it manually, like on a smartphone you're not syncing them to. It also makes for some interesting passwords, depending on what you choose to use as source.

Written based on a Computerphile video: How to Choose a Password.

Some examples of possible passwords

Hemanag6estogetami~ssion ModsSo$ThatPeopleAre7AbleTo 5Th~ingsT<0hatThrowYouOff Fr68omTheseMeth&odsY#ouCanT AtLeastEvo]keA,Menta3lImage CanJus6tDownloadItB^utTheBe]ne3fit TheP~edanticTutorialsOfE1veryS^i7ngle therearetoomAny{volum9estob(eadaptedi9ntoThe

Documentation

Can be found at docs.rs/genrepass.

Changelog

Version 1.1.2 - 2020-10-19

Version 1.1.1 - 2020-10-19

Version 1.1.0 - 2020-10-19

Version 1.0.1 - 2020-10-13

History

This used to be a binary crate that was a port of my own shell script genrepass.sh, which I wrote as practice while learning Rust and ended up improving it in various aspects.

Realising the main functionality could be made into a library I extracted it and ended up improving it heavily once again, this time with much better error handling and logical API with good documentation.

The command line application that was once part of this crate is now called genrepass-cli.

Donate

Please do feel free to support me if I was helpful and you aren't in a tight financial situation.

License

MIT