DARX PASSโข is an offline, encrypted, and sleek password manager built with PySide6.
Designed for cybersecurity professionals, privacy freaks, and anyone who values security without compromise.
๐ฏ Built by Abdullah Hussien (a.k.a. 0b0d3) โ Founder of DARX Tech
- ๐ Master password login (locally hashed with SHA256)
- ๐พ Encrypted vault using
cryptography.Fernet - ๐ง Password strength indicator (weak / medium / strong)
- ๐ง Modern UI inspired by DARX design language
- ๐ Copy-to-clipboard without exposing the value
- ๐จ Theme switcher (light/dark-ready)
- ๐ฅ Single-file structure (
main.py) โ easy to read, audit, and fork - ๐งฑ Fully offline โ no cloud, no tracking, no bullshit
These files are not included in the repo to protect the user: .key.key .master.hash vault_data.json
git clone https://github.com/0b0d3/Darx-Password-Manger.git
cd Darx-Password-Manger
pip install -r requirements.txt
python main.py