Skip to content

Releases: 182038/PasswordGeneratorFX

Initial release

06 Apr 04:54
Compare
Choose a tag to compare

PasswordgeneratorFX

Introduction

Using this small JavaFX application you can easily create and store automatically generated passwords.

Features

  • Save encrypted passwords on your filesystem and in your database (optional & only when you build it yourself)
    • This application uses SHA-256, AES and Base64
  • Possible password length: 10 - 80 characters
  • Use of special characters such as #+-!.:,-_ is toggleable

Preview

pwgenfx

Additional