Security & Safety

Protected by database-level workspace isolation.

Project Factory Pro is built for sensitive project work. The standard is not just hiding data on a screen: isolation is enforced inside the database engine with PostgreSQL row-level security, every connection runs over TLS, and sign-in credentials are held by AWS Cognito — never in our application tables.

PostgreSQL row-level security

Every workspace table carries row-level security policies, so isolation is enforced by the database engine itself — not only by application code.

No stored passwords

Sign-in is delegated to AWS Cognito, Amazon's managed identity service. Project Factory Pro's own database stores no passwords.

Signed sessions & action tokens

Sessions are server-signed (HMAC-SHA256) with instant server-side revocation. External steps run on single-purpose signed tokens — one token, one action.

Security review ready

Hardening evidence is available for buyers who need a deeper review before billing.

Need to go deeper?

For buyers who need the technical detail, we can share the hardening evidence during the access conversation, before the trial turns into billing.

PostgreSQL RLSTLS on every connectionAWS Cognito sign-inNo sale of workspace data