Encrypted Form Builder
Create forms the same way you would in any modern builder—except every response is encrypted before it reaches our servers.
An encrypted form builder should mean more than HTTPS. Cyphorm derives a 4096-bit RSA keypair in your browser. Respondents’ answers are encrypted to your public key; only your private key can decrypt. We never see that private key.
What our database stores
The same ciphertext-only row structure backs every tier, including Free.
① What the respondent sees
Job Application
Before the data leaves the browser, JavaScript encrypts it using the form owner's public key. The plaintext never touches the network.
② What Cyphorm™'s database stores
7GpLmX3kR9wQzN1vBs8TdYeKfJhCnOuA4iW6xP2yVqEaImZ0bHlcDgRtMFsUjp+kL9XnQ3YwCzA1vBe8TdKfJhOpNm7GsLrX4iW2xPqEaZ0bHlcVgRtM...
X9mKpL3rQzN7vBs1TdYeGfJhCnOuA4iW6xP2yVqEaImZ0bHlcDg...
aBcDeFgHiJkL==
2026-03-22 15:04:12
This is the literal content of the database row. There is no name, no email, no cover letter — only ciphertext that is mathematically meaningless without the private key.
③ Why we can't read it — ever
This isn't a privacy policy promise. It's a mathematical guarantee enforced by your browser.