Skip to content

Releases: BlueberryTechnologies/Mango

Version 1.0

26 Mar 20:01
118466e
Compare
Choose a tag to compare

Basic Password Generation

Version 1.2.2

26 Mar 21:05
Compare
Choose a tag to compare
  • Updated readme
  • You can now only enter integers in the character limits field

Version 1.2.1

26 Mar 21:04
Compare
Choose a tag to compare
  • Added more characters allowed in the passwords

Version 1.2

26 Mar 21:03
Compare
Choose a tag to compare
  • Added letting the user pick certain characters to exclude in the final generated password
  • Instead of using random.randint for generation the program now uses time.time() for a more random seed

Version 1.1

26 Mar 20:02
Compare
Choose a tag to compare

Added basic UI