Built for business data

Security at Cleamano

Your workspace holds your customer list, their addresses, your prices and your margins. This page describes, in plain terms, how that information is protected — and, just as importantly, what we do not claim.

Authentication built to resist guessing

Passwords are stored as bcrypt hashes and never in readable form. Repeated failed sign-in attempts temporarily lock the account. Password reset links are single-purpose, short-lived, and stored hashed so a database copy cannot be used to take over an account.

Short-lived sessions

Each request is authorised by a short-lived token, refreshed from a server-side session that can be revoked. Sessions record the date, IP address and browser used, which is what makes an unexpected sign-in visible after the fact.

Strict separation between companies

Every record belongs to one company, and every query is scoped to the company of the signed-in user. Reaching another company’s clients, jobs or documents is not a matter of hiding a button: the data is never selected in the first place.

Roles that limit exposure

Owners, managers and field employees see different things. A field employee sees the jobs assigned to them, not your revenue or your subscription. Sensitive actions such as billing are restricted to the account owner on the server, not only in the interface.

Payments handled by Stripe

Card details are entered on a Stripe-hosted page and never reach our servers, so there is no card number to steal from us. The payment provider credentials we store are encrypted with AES-256-GCM.

Activity logging

Significant actions are recorded with who did what and when, and authentication events also record the IP address and browser. When something looks wrong in an account, that trail is what allows an answer rather than a guess.

Upload and content validation

Uploaded files must be images, are checked against their actual content rather than their file name, and are size-limited. HTML you edit in the Document Studio is sanitised before it is stored, so a document cannot become a way to run code in someone else’s browser.

Verifiable signatures

When a document is signed, we store a fingerprint of the signed content along with the signer, date, IP address and browser. A signed document that is later altered no longer matches its fingerprint, and once signed it cannot be reopened for editing.

What we do not claim

A security page that only lists strengths tells you nothing. These are the limits we know about today. If one of them matters for your business, say so — it helps us prioritise.

  • We are not SOC 2, ISO 27001, HIPAA or PCI DSS certified. Card data is handled by Stripe, which is PCI DSS compliant; that is Stripe’s certification, not ours.
  • Your business database is not encrypted at rest by default. Traffic is encrypted in transit.
  • Files you upload are served from addresses that are not published or listed, but anyone holding the exact link can open the file. Treat those links as private.
  • We have not undergone an independent penetration test of the platform.

Report a vulnerability

If you believe you have found a security issue, email support@cleamano.com with the steps to reproduce it. Please give us a reasonable opportunity to fix the issue before disclosing it publicly, and avoid accessing data that is not yours while testing. We will confirm receipt and keep you informed.