A client-side web application for converting a series of random numbers into a memorizable passphrase. Written in Dart.
The word list is from Diceware. It is licensed under CC BY 3.0.
To compile the application to the directory "build", run the following commands:
./copy_wordlist
pub build
This is not an official Google product.