Genter | v3.0.0
Features revert
- Reverted "Genter" to be mainly a password generator. It was starting to become to much to handle with all of the password and note manager stuff.
- Passwords and phrases are generated using atmospheric noise instead of math, time, etc. (Thanks to random.org)
- If you are going to generate many passwords, it will try to generate in chunks of 5 at a time as to not go over or close to random.org's api limits, while still being pretty fast.
Because "
concurrent.futures
" is being used, each chunk of "5" will be generated mostly at the same time.
Executable files will not be attached. (for now)