This project addresses the issue of password security in the cyber security world. It aids users in understanding useful password practices and how to better secure their accounts and private data with strong password protection. This project's target audience is anyone looking to better secure their accounts.

The way the project works is that it has one admin account that accesses a vault of passwords stored by the user. The passwords stored will be encrypted using a method called Split-Pass, where the password will be stored in two different nodes. Each node has an individual encryption. This encryption will be done using the Twofish encryption method.