Your data, your rules.
Orizen is built on a simple principle: your financial data belongs to you. Here's exactly how we protect it.
Encrypted at rest and in transit
All your data is stored encrypted using AES-256 (Supabase / PostgreSQL). Connections between your browser and our servers are protected by TLS 1.3. No one can read your data in transit or at rest — not even us.
No bank connection
Orizen has no integration with Plaid, Budget Insight, or any banking aggregator. We never connect to your bank accounts. This means zero risk of data leaks through a third-party financial API.
You control what you enter
Every figure in Orizen is entered by you, manually. No automatic imports, no screen scraping. You decide what information exists in your account.
European infrastructure
Your data is hosted on Supabase (AWS eu-west region) and served through Vercel's European CDN. Your data never leaves European infrastructure.
We don't sell your data
Orizen is a paid product, not an advertising platform. Our revenue comes from subscriptions — not from monetizing your personal or financial information. Your data is never shared with or sold to third parties.
Row Level Security
Every row in our database is protected by PostgreSQL Row Level Security policies. Even in the unlikely event of a security breach, each user can only access their own data. Your records are invisible to other users at the database level.
Secure authentication
Authentication is handled by Supabase Auth. Passwords are never stored in plain text — they are hashed and salted using industry-standard algorithms. Sessions are token-based and expire automatically.