Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Releases: BlueberryTechnologies/Mango

Version 1.3

Choose a tag to compare

@rileyrichard rileyrichard released this 16 Jan 07:10

We've fixed a generation bug when attempting to generate on Windows where it was generating the same character.
We have also included a built .exe for Windows platforms.

Version 1.0

Choose a tag to compare

@rileyrichard rileyrichard released this 26 Mar 20:01
118466e

Basic Password Generation

Version 1.2.2

Choose a tag to compare

@rileyrichard rileyrichard released this 26 Mar 21:05
  • Updated readme
  • You can now only enter integers in the character limits field

Version 1.2.1

Choose a tag to compare

@rileyrichard rileyrichard released this 26 Mar 21:04
  • Added more characters allowed in the passwords

Version 1.2

Choose a tag to compare

@rileyrichard rileyrichard released this 26 Mar 21:03
  • 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

Choose a tag to compare

@rileyrichard rileyrichard released this 26 Mar 20:02

Added basic UI