/PasswordManagerGUI

The program is a simple password manager implemented in Java using Swing for the graphical user interface. It allows users to encrypt and decrypt passwords using a master password. The passwords are encrypted using AES encryption with CBC mode and PKCS5Padding.

Primary LanguageJava

No issues in this repository yet.