- amount of numbers
- amount of characters
- amount of symbols
- a password with the length amount of numbers + amount of characters + amount of symbols . The amount of numbers, characters and symbols is taken from the user input.
- This program generates pseudo-random numbers using the time as seed, so it is not secure for generating a password. It was created for educational-purpose only.
- The developer of this program don't assume any responsibilities for the usage of it. See the license.