KeeBox is a secure, open-source password manager built with C++ and Qt. It uses SQLCipher (AES-256) to ensure your data is always encrypted at rest.
- 🔒 Strong Encryption: Powered by SQLCipher 4.
- 💻 Cross-Platform: Built on Qt 6 for Linux, Windows, and macOS.
- 📂 Local Storage: Your passwords stay on your device.
- ⚡ Native Performance: Fast and resource-efficient.
Download the latest RPM from Releases and install:
# Fedora, RHEL 8+, Rocky Linux, AlmaLinux
sudo dnf install ./keebox-*.rpm
# openSUSE
sudo zypper install ./keebox-*.rpm
# Older RHEL/CentOS
sudo yum localinstall ./keebox-*.rpmFor development or other platforms:
# 1. Clone the repository
git clone https://github.com/SBAI-Youness/KeeBox.git
cd KeeBox
# 2. Create build directory
mkdir build && cd build
# 3. Compile
cmake ..
make -j$(nproc)
# 4. Run
./KeeBoxRequirements: C++17 compiler, CMake 3.16+, Qt 6, SQLCipher
This project is licensed under the MIT License - see the LICENSE file for details.
