Skip to content

Releases: hassanselim0/PassGen

Version 1.2

06 Apr 01:23
Compare
Choose a tag to compare

This release updated the project to dotnet 6!
In order to run this release you need to have .NET Desktop Runtime 6.0.x.

Features

  • Support for Password Changes (check the FAQ)
  • Support for adding symbols to the generated password (check the FAQ)

Fixes

  • Running the dll/exe from a working directory different from the one that contains the dll/exe now works fine (previously it would fail to find your keylist files)
  • Fixed a rare key duplication bug, it happened when you press "Generate" multiple times on a new key that doesn't already exist in the list

Yes, I made this release as a form of productive procrastination 😅

Version 1.1

20 Feb 01:10
Compare
Choose a tag to compare

Second Release!
Improved security of master key hash by using PBKDF2, this increments the keylist version to 2.
In order to run the windows version you need .NET Core Desktop Runtime v3.1.
The python version is available on pypi: pip install passgen-py

Version 1.0

09 Aug 02:16
Compare
Choose a tag to compare

First Public Release!
In order to run this you need .NET Core Desktop Runtime v3.1.