Generate highly secure, strong passwords with this secure password generator app.
★ Features ★
- Easy to use, just press "Generate" to generate your unique password!
- Selectable password length (current minimum of 5, maximum of 20)
- You can choose lowercase, uppercase, numerals and special charaters to be included or excluded in the password
- Copy the password to clipboard
- Secure, your password is never stored in this apps data
Why this app?
Most password generation apps use an insecure psuedo-random java algorithm (instance of Random) which does not give you a completely unique and truly random password each time, therefore this system is flawed. This application uses the SecureRandom instance which provides a cryptographically secure random password, therefore giving much more secure passwords which are less easy to hack.
Author: Jonathon Fitch
This application uses SystemBarTint Library by Jeff Gilfelt
Copyright 2014 Jonathon Fitch
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.