SELINA.ai
Sign in

What Actually Makes a Secure File Sharing Portal for Clients Worth Deploying

Most vendors selling a secure file sharing portal for clients will hand you a checklist: AES-256, TLS 1.3, SOC 2 badge, done. That checklist is necessary. It is also wildly insufficient. The interesting security questions start where the checklist ends: what happens after a file is downloaded, who can prove what happened to whom, and whether your portal vendor is itself a liability. This piece walks through what we think matters when evaluating (or building) a file-sharing portal, using our own product decisions as the worked example where relevant.

Key Takeaways

What Does "Secure" Actually Mean in a File-Sharing Context?

It means three things layered on top of each other: confidentiality (only the intended parties can read the file), integrity (the file hasn't been tampered with), and accountability (you can prove both of the above to a third party after the fact). Most vendor marketing stops at confidentiality. Auditors and regulators increasingly care about the third layer.

A 2026 compliance checklist from Kiteworks describes AES-256 at rest plus TLS 1.3 in transit as the minimum bar. We agree. We implement both. But calling those features a "security story" is like calling seatbelts a car's safety system. Seatbelts are required. The interesting engineering is in the crumple zones.

Why Is Encryption Alone Not Enough?

Because encryption protects data inside the system, not after it leaves. A financial-services buyer's guide from Theodosian puts this plainly: standard portal encryption stops protecting a document the moment it is downloaded to a local device. Once that file is on a laptop, it is subject to whatever (or nothing) that laptop runs.

This is not a theoretical concern. It is the normal case. Your client downloads a PDF. That PDF sits in a Downloads folder with no policy enforcement. It gets attached to an email. It gets dragged into a local AI plugin. The encryption you paid for is no longer relevant.

Controls that matter here: view-only rendering that avoids a download entirely, watermarking that survives screenshots, expiring links with revocable access, and download restrictions keyed to device posture. None of these are exotic. But they are absent from most portals marketed primarily on encryption strength.

What Do Auditors Actually Ask For Now?

Evidence, not policy documents. My MX Data's 2026 compliance overview captures the shift well: a file-sharing solution is considered "compliant" when it helps demonstrate control through access restrictions, audit trails, storage choices, and predictable outcomes. The key word is "demonstrate." A written policy saying "we restrict access" is no longer sufficient. You need timestamped, exportable proof that access was restricted, by whom, and that the restriction held.

What this looks like in practice: immutable access logs (not just "who could access" but "who actually did"), chain-of-custody records for sensitive documents, access-revocation timestamps, and the ability to export all of the above in a format an auditor can ingest without calling your engineering team.

Sesame Disk's 2026 analysis notes that fragmented tools across email, SFTP, and web portals make this kind of unified logging difficult. If your file sharing happens across three different systems, your audit trail lives in three different formats with three different retention policies. Consolidation is not a convenience feature. It is an audit-readiness feature.

How Does Third-Party Vendor Risk Apply to File Portals?

Directly. Your file portal vendor is a third party. If it is breached, your clients' files are breached. This is not abstract risk management language. It is what happened, at scale, with MOVEit.

The MOVEit file-transfer vulnerability (CVE-2023-34362) was exploited by the Cl0p ransomware group to breach over 2,700 organizations and expose data belonging to roughly 93 million individuals. One supply-chain flaw. Thousands of downstream victims. The organizations using MOVEit had done nothing wrong in their own configurations. They had chosen a vendor, and that vendor had a flaw.

Integrate.io reports that virtually all Global 2000 companies are connected to at least one breached vendor. That statistic is unsurprising if you think about the number of SaaS tools a mid-size company touches. But it reframes the vendor evaluation question: you are not asking "is this vendor secure?" You are asking "when this vendor is breached, what is my exposure?"

Questions worth asking any file portal vendor, including us:

What Is the "Shadow AI" Problem and Why Does It Matter for File Sharing?

It matters because your secure portal becomes irrelevant the moment a user downloads a file and pastes its contents into an unmonitored AI tool. Theodosian's zero-trust buyer's guide documents this pattern: when authorized users bypass a secure proxy to download raw files locally, those files frequently feed directly into unmonitored local AI plugins and browser tools, creating visibility dead zones with downstream regulatory liability.

This is not a hypothetical edge case. It is the dominant workflow for a growing number of knowledge workers. They receive a file through your portal. They download it because the portal does not offer an in-browser preview, or because they need to extract specific data. They paste that data into a chatbot or a summarization tool. The file's contents are now in a system you do not control and may not even know exists.

A documented flaw reported by Checkpoint Research allowed silent data leakage from AI chatbot conversations without user knowledge. The flaw was later resolved, but it reinforced a point that should be obvious: AI tools should not be assumed secure by default, and data pasted into them is data that has left your perimeter.

What a portal can do about this: minimize the need for downloads in the first place (rich in-browser preview, annotation, commenting), enforce download restrictions by role or document classification, and log download events so you at least have visibility into when content leaves the portal. None of these eliminate the shadow AI risk entirely. But they reduce the surface area.

What Should a File-Sharing Portal's Audit Trail Actually Contain?

At minimum: file upload timestamps, access events (view, download, forward) with user identity and IP, permission changes with the identity of the person making the change, link creation and expiration events, and deletion events with confirmation that deletion was durable (not soft-delete masquerading as removal).

At a more mature level: tamper-evident logging (append-only, hash-chained), automated retention policies that map to specific regulatory frameworks, and export in formats that integrate with GRC platforms without manual reformatting.

A Hacker News report surveying 500 security leaders in government, defense, and critical services found that 84% agree sharing sensitive data across networks heightens cyber risk, yet more than half still rely on manual processes to move that data between systems. Manual processes mean manual logging, which means gaps. Gaps in audit trails are gaps in compliance posture.

How Has Ransomware Changed the File-Sharing Threat Model?

The shift is from encryption-based extortion to theft-based extortion. Verizon's DBIR data, reported by Memeburn, shows ransomware appeared in 44% of breaches in 2025, up from 32% the prior year. Roughly half of those attacks skip encryption entirely. They just steal data and threaten to publish it. Backups can recover from a lockout. Nothing can un-publish a leaked file.

This changes what "secure" means for a file portal. If the primary threat is data theft rather than data destruction, then the relevant controls are access minimization (least privilege, time-bounded access), detection of bulk exfiltration, and the ability to demonstrate to affected parties exactly which files were accessed during an incident window. A portal that can produce a precise list of "these 14 files were accessed by this account during this 90-minute window" is in a materially different position than one that can only say "we think these directories might have been exposed."

What Is the Difference Between Disposable Uploads and Durable File Relationships?

Most file-sharing portals treat every file as a one-time transfer. Upload, send link, done. That model works for sending a contract to a signer. It does not work for the way files actually function in ongoing client relationships.

Consider a consulting engagement that runs for eight months. There are deliverables that get revised. Reference documents that persist. Onboarding materials that stay relevant for the entire engagement. These files are not disposable. They are durable artifacts of a relationship, and they need to be findable, version-controlled, and access-managed over time, not just at the moment of transfer.

This is something we think about with Selina. When a file is shared through SelinaSEND, the transfer itself is zero-knowledge encrypted. But the broader question is how files relate to context. Selina remembers the relationship (adaptive memory, encrypted at rest) so that when a client sends a revised version of a deliverable three months later, the context of prior versions is not lost. The file is not orphaned in a list of expired links. It exists within a continuity.

Most portals do not think this way because most portals were built for the transfer, not the relationship. That is a product architecture decision, not a security decision, but it has security implications: durable files need durable access controls, not link expiration as the only policy mechanism.

What Questions Should a Buyer Ask That Vendors Rarely Volunteer Answers To?

These are the questions that, in our experience, separate a rigorous evaluation from a checkbox exercise:

  1. Where does file content touch AI? If the portal has any AI features (summarization, search, classification), file content is being processed by a model somewhere. Ask where, ask who operates that model, and ask whether content is retained for training. If the vendor cannot answer precisely, that is your answer.
  2. What happens to a file when I click "delete"? Soft delete with a 30-day retention window is common and sometimes required for recovery. But if the vendor tells you the file is "deleted" while retaining it in a backup tier for an undefined period, you have a discoverability problem, not a deletion feature.
  3. Can you show me a sample audit export? Ask for a real artifact, not a screenshot in a sales deck. If the audit export is a CSV with ambiguous column headers and no documentation, you will spend hours normalizing it for your auditor.
  4. What is your incident notification timeline? Not the contractual maximum in your DPA. The actual median time from detection to customer notification in the last 12 months. If they have never had an incident, ask how they know.
  5. How is access revoked when a client relationship ends? Bulk revocation across all files shared with a specific external party, ideally with a single action and an audit record of the revocation. If the answer is "you delete each shared link individually," multiply that by your client count and estimate the error rate.

How Do Compliance Frameworks Map to Portal Features?

Loosely, but not as loosely as vendors imply. HIPAA, GDPR, SOC 2, and sector-specific frameworks like CMMC each have specific requirements that touch file sharing. The mapping is not one-to-one, and a portal alone does not make you "compliant" with anything. But a portal can make compliance demonstrably easier or harder.

Kiteworks' 2026 checklist maps specific portal capabilities to framework requirements: encryption standards to HIPAA §164.312, access controls to SOC 2 CC6.1, audit logging to GDPR Article 30. The mapping is useful as a reference. The mistake is treating it as a purchasing decision. A portal that checks every box on that matrix but produces unusable audit exports is worse than one that covers 80% of the boxes but makes the remaining 20% someone else's clearly documented problem.

My MX Data's framework puts it well: compliance is about predictable outcomes. A portal contributes to compliance when its behavior is consistent, documented, and evidence-producing. It undermines compliance when it introduces ambiguity (unclear deletion policies, inconsistent access logging, opaque subprocessor relationships).

What Does "Zero Knowledge" Mean in File Transfers, and Where Does It Not Apply?

In a zero-knowledge file transfer, the service operator cannot read the file content. Encryption and decryption happen on the client side. The server stores ciphertext it cannot decrypt. This is a strong property and a meaningful one. It means that even if the service operator is compromised, file content is not exposed (assuming the key exchange was sound).

SelinaSEND implements this for file transfers. We cannot read the files in transit or at rest on our infrastructure. This is a deliberate architectural choice.

Where zero-knowledge does not apply, for us or anyone else building on frontier AI: any feature that requires server-side processing of content. If you want AI-powered search across your files, the search index has to be built somewhere, and that somewhere has access to content. If you want a chatbot that can reference uploaded documents, the model processing the query sees the document. These are real tradeoffs, not failures. The honest version is to be specific about which components are zero-knowledge and which are not, rather than applying the term as a blanket marketing claim.

How Should Portal Security Be Evaluated Differently in 2026?

Three shifts matter relative to even two years ago.

First, the attack surface now includes AI integrations. Any portal with AI features has introduced a new class of data flow that traditional security evaluations did not cover. The Cloud Security Alliance's guidance on securing data in LLM environments is a reasonable starting framework, though it is still early.

Second, breach costs remain substantial but the composition has shifted. Global average breach cost recently declined to $4.44 million after reaching a record $4.88 million, but US organizations still face averages above $10 million per incident. The cost is not just the incident response. It is the regulatory penalties (GDPR fines across Europe held at approximately €1.2 billion for 2025), the client notification overhead, and the reputational damage that shows up as churn 6 to 18 months later.

Third, privacy impact assessments are expanding scope to cover AI. If your portal vendor uses AI, and most soon will, the PIA for that vendor needs to cover training-data provenance, cross-border data flows related to model inference, and data retention at the model layer, not just at the storage layer.

What Do We Do Differently, and What Do We Not Claim?

SelinaSEND uses zero-knowledge, end-to-end encryption for file transfers. The recipient gets the file. We do not. Non-content operational metadata is retained for a short retention window, not indefinitely and not at zero.

Selina's memory (the conversational context that makes ongoing client relationships workable) is encrypted at rest but is not end-to-end encrypted. A slice of each request reaches a frontier provider at inference. We route across a stack of frontier models, selected per task, via API. We do not train on your data. But we do not claim that memory is invisible to the inference layer, because it is not.

Files shared through SelinaSEND are treated as durable artifacts when the relationship calls for it, not as ephemeral links that expire and vanish. Your Selina account is protected. The content within it is encrypted. We think the distinction matters and we keep it precise.

We think the interesting work in portal security is not in the encryption (that is settled engineering) but in the post-download lifecycle, the audit-evidence pipeline, and the AI-integration data flows that most vendors have bolted on without rethinking their threat model. We are not done with that work. But it is where we spend our time.

Start a free 7-day trial, no card required.

Frequently Asked Questions

Is encryption enough to make a file-sharing portal secure?

No. Encryption at rest and in transit is just the baseline that nearly every vendor offers, but it stops protecting a file once it's downloaded to a local device. Real differentiation comes from post-download controls like view-only rendering, watermarking, expiring links, and download restrictions.

What do auditors expect from a file-sharing portal today?

Auditors now want exportable evidence, not policy statements, including immutable access logs, chain-of-custody records, access-revocation timestamps, and data in formats they can ingest directly. Fragmented tools across email, SFTP, and web portals make this kind of unified logging harder to produce.

Why does a file portal vendor count as part of my attack surface?

If your vendor is breached, your clients' files are exposed too, as shown by the MOVEit vulnerability that let the Cl0p group breach over 2,700 organizations and expose data on roughly 93 million people. Buyers should evaluate subprocessor lists, AI data handling policies, and blast-radius scenarios, not just the vendor's own security claims.

What is the 'shadow AI' problem mentioned in the article?

It refers to users downloading files from a secure portal and then pasting their contents into unmonitored AI tools, which creates visibility gaps and potential regulatory liability outside the portal's control. Portals can reduce this risk with in-browser previews, role-based download restrictions, and download logging, though they can't eliminate it entirely.

How has the ransomware threat model shifted, according to the article?

Verizon's DBIR data shows ransomware appeared in 44% of breaches in 2025, up from 32% the year before, and about half of those attacks now skip encryption and simply steal data to threaten its publication. This theft-based extortion model means backups alone no longer protect against the threat.

Sources & References

Michael C.

Michael C.

Founder & Principal Engineer, Selina Labs

Michael builds Selina, a privacy-first AI that remembers you across conversations. He ships security-sensitive AI in production — real attacks, real fixes, measured in minutes and dollars — and writes about privacy, security, and LLMs from that seat. Top Rated Plus and expert-verified on Upwork.

Learn more about Selina.ai