Skip to content

Password wallet featuring AES symmetric key encryption alongside hashing and salting techniques

License

Notifications You must be signed in to change notification settings

ArmsNA/JAMPasswordWallet

Repository files navigation

JAMPasswordWallet

JAM Password Wallet is a fully functional locally kept java password manager that maintains integrity of user logins, master password, master password salt, and master password hint. Features include a user-friendly GUI, AES symmetric key encryption (AES256), login indexing, NIST compliant hashing techniques (PBKDF2WithHmacSHA256), and MVC design.

The master password by default is "master" without quotes.

Certain interactions with the program, such as accessing logins, and failed/successful password attempts, generate xml entries in a wallet.log file.

The program also features a time-based automatic prompt followed by logout.

I would be interested in adding a password generator and cloud storage of logins and hashes in future iterations.

About

Password wallet featuring AES symmetric key encryption alongside hashing and salting techniques

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages