The Random Word Generator Android app generates randomly selected words from large word lists derived from dictionaries and published text corpora.
The inspirations for this app were Diceware and the xkcd comic Password Strength.
By using a large dictionary with over 28,000 entries, a randomly selected word will have nearly 14.8 bits of entropy. A phrase made up of 6 words will have over 88.6 bits of entropy, more than enough for a very strong password.
The random number generator uses the cryptographically secure java.security.SecureRandom class.
The app is available for download on Google Play.
Help us keep RandomWordGenerator open and inclusive. Please read and follow our Code of Conduct.
If you would like to contribute towards my project, and allow me to create more open source apps, you can donate using the PayPal button below.
Copyright 2017-2018 Stacey Adams
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Google Play and the Google Play logo are trademarks of Google LLC.