Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 770 Bytes

File metadata and controls

18 lines (13 loc) · 770 Bytes

Goal

14 Password Manager: Create an application that stores users’ passwords safely that supports authentication by securely hashing and verifying user passwords to protect user accounts


Installation

Netbeans is required for usage.

  1. Download the zipped file from releases.
  2. Open NetBeans version 13 or 12.6(versions verfied to be compatible)
  3. Navigate to the file section at the top left of the screen.
  4. Select import project and then from zip.
  5. Find and select downloaded project when navigating within file browser.
  6. Once opened; Right click on “passwordManagerGUIclass”, and click the “run” option

Team L