Skip to content

Releases: necouncil/nullpass

V1.2 Full

18 Mar 06:30
8d6b231

Choose a tag to compare

Local password manager. No cloud, no accounts.

AES-256-GCM encryption · Argon2id · stores everything on your machine

Requirements
Python 3.9+ · cryptography · argon2-cffi · Pillow · tkinter

Arch Linux
sudo pacman -S python tk python-cryptography python-argon2-cffi python-pillow
python nullpass.py

Ubuntu / Debian
pip install cryptography argon2-cffi Pillow
sudo apt install python3-tk
python3 nullpass.py

Windows
Run install.bat or: pip install cryptography argon2-cffi Pillow

Data is stored in ~/.local/share/NullPass (Linux) or %LOCALAPPDATA%\NullPass (Windows)