Security Architecture

How SignPDFOnline protects your documents by design

1. The Fundamental Security Guarantee: Zero Transmission

The most important security property of SignPDFOnline is architectural: your PDF files and signatures never leave your device. This is not a policy promise — it is a technical reality enforced by how the application is built.

SignPDFOnline is a static web application — a collection of HTML, CSS, and JavaScript files served to your browser. Once loaded, all document processing happens entirely within your browser's sandboxed execution environment using these client-side technologies:

You can verify this yourself by opening your browser's Developer Tools → Network tab and loading a PDF. You will see zero outbound requests carrying your document content.

2. What Our Servers Actually Receive

Our web server's role is limited strictly to serving static files: HTML, CSS, JavaScript bundles, fonts, and the sample PDF. It receives only standard HTTP request metadata:

Our servers do not receive: PDF file bytes, page content, document text, signature images, file names, session data, or any information about what you are signing.

3. Browser Security Sandbox

All document processing occurs within the browser's native security sandbox. Modern browsers (Chrome, Firefox, Safari, Edge) enforce strict memory isolation between browser tabs, the host operating system, and network interfaces. This means:

4. Security Headers

The SignPDFOnline web server is configured with the following HTTP security headers on all responses:

5. Session Recovery & Local Data Lifecycle

The 5-minute accidental-close recovery feature stores a temporary snapshot of your active session in your browser's IndexedDB. This storage:

6. Third-Party Scripts

SignPDFOnline may load the following third-party resources:

No other third-party JavaScript analytics, tracking pixels, or data collection scripts are loaded by default.

7. Input Validation

When you select a PDF file, the application validates it locally:

8. Responsible Disclosure

If you discover a security vulnerability in SignPDFOnline, please report it responsibly before public disclosure. Email a description to hi@signpdfonline.in with the subject line "Security Disclosure".

We will acknowledge receipt within 48 hours and work to address verified vulnerabilities promptly.

9. Honest Limitations

In the interest of accurate disclosure, we cannot protect against: