Security Clearance

Your data is the only secret we keep.

CIA Software is GL-backed financial software handling real PII and real money. Security isn't a feature page, it's the architecture.

Edge-hosted, single system of record

The app runs on Cloudflare's global network and stores everything in one encrypted, authoritative database. No financial value lives in a form control or a local cache. There's no back-room server to be breached, ransomwared, or left unpatched.

Six clearance levels, enforced server-side

Admin, Manager, Supervisor, Agent, CSR, and Accounting each carry a precise permission matrix. Authorization is checked on every request in the API, never hidden in the front end where it can be bypassed.

Row-level agency & branch scoping

Non-privileged users see only their own agency and branch. The scoping is injected into every query, so a user can't reach data they aren't cleared for, even by guessing a record ID.

Modern password hashing

Credentials are hashed with a modern key-derivation function, never stored in the clear. Legacy passwords from your old system are never migrated; users set fresh credentials on cutover.

Immutable audit trail

Every create, update, and financial posting is stamped with the user and timestamp and written to an activity log. Who changed what, and when, is always answerable.

Reconciled, verified migration

Migrated AR, GL, and finance balances are recomputed and reconciled to the cent against your source data before go-live. PII is encrypted at rest and access to production loads is tightly restricted.

Session discipline

Server-side sessions with idle timeout. Close the laptop and walk away, the session does too.

Balanced-or-nothing money math

Every financial mutation runs inside a transaction that must leave the ledger balanced. A posting that doesn't tie out is rejected, not quietly saved. Integrity is enforced, not assumed.