Private by design
One idea shapes everything here: your financial data is yours. It is parsed, stored and analysed on your own computer, and encrypted so only you can unlock it.
Overview
✓On your computer
Statements are parsed and analysed locally. There is no server and no cloud.
✓Encrypted at rest
Your statements and personal data are encrypted on disk, unlocked only by your password.
✓No accounts, no tracking
No sign-up email is required, nothing you import is uploaded, and the app collects no usage data, telemetry or trackers.
A layered key model that is private and recoverable
PriLytics uses a layered key design so your data is both strongly encrypted and recoverable if you forget your password.
- ✓ A random master key encrypts each profile's data key
- ✓ Each data key encrypts that profile's statements, caches and stored passwords
- ✓ The master key is wrapped twice: once by your password, once by a one-time recovery key
- ✓ Your password is never stored anywhere, so only you know it
Recovery, on your terms
At sign-up you are shown a one-time recovery key. Keep it somewhere safe.
- ✓ Use the recovery key to set a new password and your data stays intact
- ✓ Without the password and the recovery key, data cannot be unlocked
- ✓ There is no backdoor, which is precisely what keeps your data private
✓Localhost only
The app binds to your computer (127.0.0.1) and is never exposed on your network.
✓Encrypted backups
Backups are encrypted with your sign-in password, so the file cannot be read without it.
✓Clean uninstall
Uninstalling offers to keep your data for a reinstall, or remove all of it permanently.