Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.61 KB

File metadata and controls

40 lines (30 loc) · 1.61 KB

KeyNest 🔑 & 🔒

Java JavaFX CSS3
KeyGenerator and KeyManager combined!
Generate secure passwords and store them in an offline encrypted file!

Features ✨

  • Customizable Password Length

  • Optional Character Types:

    • Special characters (e.g., @, #, !)
    • Uppercase letters (e.g., A, B, C)
    • Lowercase letters (e.g., a, b, c)
    • Digits (e.g., 0, 1, 2)
  • Create an offline encrypted database to store your accounts data securely

  • Choose a Master Password to create and encrypt the entire database

  • Easily add, edit and remove the accounts

Specification ⚙️

  • Strong, random password generator using SecureRandom
  • GUI developed with JavaFX SceneBuilder
  • AES encryption
  • CSV database format
  • Maven support for dependencies and automation

Screenshots 🖼️

Generator/Main view KeyManager login view
KeyManager view (passwords hidden) KeyManager view (passwords shown)