Please note: This project is intended for educational purposes and personal use only. It is not designed for production environments or storing sensitive data in real-world scenarios.
- Fast Positive Hash Algorithm: Ensures data integrity and quick password verification.
- User-Friendly Interface: Built with Qt, the application offers an intuitive and easy-to-use interface.
- Secure Password Storage: All passwords are encrypted using RSA encryption for maximum security.
- Cross-Platform Support: Runs on multiple operating systems including Windows, macOS, and Linux.
C++ Compiler: A compatible C++ compiler is required to build the application. Popular choices include GCC (for Linux) and MSVC (for Windows).
Clone the Repository:git clone https://github.com/ricky122-5/advanced-password-manager.git
cd advanced-password-manager
Build the Application:
mkdir build
cd build
qmake ../src
make
Run the Application:
./password-manager