Privacy · Forms · Encryption

Can Form Builders Read Your Submissions?

A practical answer for teams evaluating Typeform, Google Forms, Jotform, and SurveyMonkey.

· Updated · By the Cyphorm Team

Most form products market security with phrases like "secure" and "encrypted." Those words are usually true for TLS in transit and often for encryption at rest on the vendor's disks. They do not automatically mean "the vendor cannot read answers."

What "provider can read" actually means

If the product can render your responses in a dashboard, send you email notifications with fields filled in, or run server-side logic on answers, the plaintext existed on systems they control. That is not a scandal—it is how most SaaS works. It only becomes a problem when your threat model says the operator must not be able to access content.

Mainstream builders (typical model)

Google Forms, Typeform, SurveyMonkey, Microsoft Forms, Tally: You should assume the provider can access submission data consistent with their architecture, support tooling, and legal process. They encrypt in transit and often at rest, but they also hold the keys needed to operate the service.

This means support engineers may be able to view form data during troubleshooting. It means a subpoena directed at the vendor could yield readable responses. And it means a breach of the vendor's infrastructure could expose plaintext answers. For many internal surveys and polls, this is an acceptable trade-off for the convenience these tools provide.

Password-gated "encrypted" forms

Some products add a shared password or passphrase layer. That can be better than nothing, but it is a different shape than browser-generated RSA keys. If the product helps users recover, search, or export decrypted data, ask who can participate in that flow—the user only, or the vendor too?

Password-based encryption can also create operational headaches: passwords must be shared securely with respondents, rotated when team members leave, and managed alongside the form itself. If the vendor stores the password hash and can participate in decryption, the "encrypted" label may be less meaningful than it appears.

Zero-knowledge (Cyphorm's model)

Cyphorm encrypts in the respondent's browser with your public key. Our servers receive blobs that correspond to the ciphertext demo on our homepage. We never receive your private key; therefore we cannot turn those blobs back into answers.

This is not a policy promise—it is a consequence of the architecture. Even if we wanted to read your data, we lack the mathematical capability to do so. A court order directed at us yields encrypted binary data, not readable form submissions.

When should you care?

Next step

If your requirement is "the form company must not be able to read responses," you want a true zero-knowledge architecture—not marketing adjectives.

Read: Zero-knowledge forms Try Cyphorm free