Skip to content

Initial release

Latest
Compare
Choose a tag to compare
@182038 182038 released this 06 Apr 04:54

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