<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Scar</title>
    <description>The latest articles on DEV Community by Scar (@scar_1990).</description>
    <link>https://dev.to/scar_1990</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4120007%2F4dcf91fa-02fb-4901-979c-37928c5f2c64.png</url>
      <title>DEV Community: Scar</title>
      <link>https://dev.to/scar_1990</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/scar_1990"/>
    <language>en</language>
    <item>
      <title>I built Iriszip, an encrypted P2P file transfer that runs in the browser</title>
      <dc:creator>Scar</dc:creator>
      <pubDate>Fri, 11 Sep 2026 01:32:20 +0000</pubDate>
      <link>https://dev.to/scar_1990/i-built-iriszip-an-encrypted-p2p-file-transfer-that-runs-in-the-browser-4g3</link>
      <guid>https://dev.to/scar_1990/i-built-iriszip-an-encrypted-p2p-file-transfer-that-runs-in-the-browser-4g3</guid>
      <description>&lt;p&gt;I wanted a simple way to move a file between two devices without installing an app, creating an account, or uploading it somewhere first.&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;Iriszip&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Open the site on both devices, scan a QR code or enter the 9-digit pairing code, and send files or text directly from the browser.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F7bv3vkbeicc7fbkiapgl.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F7bv3vkbeicc7fbkiapgl.png" alt="Iriszip Send screen showing the 9-digit pairing code and QR code" width="800" height="336"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;On the same network, transfers can stay device-to-device and run at LAN speed. Across the internet, Iriszip tries a direct WebRTC connection first and falls back to a relay when a direct connection isn't possible. The relay only handles ciphertext.&lt;/p&gt;

&lt;p&gt;No file or message content is persisted on the server. On relayed connections, encrypted data only passes through memory, and session state is discarded when the session ends.&lt;/p&gt;

&lt;p&gt;The security side ended up becoming a much bigger part of the project than I originally expected. Iriszip uses end-to-end encryption, and the cryptographic protocol design went through an independent security review.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fcnmf2rzas8qlip28vljt.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fcnmf2rzas8qlip28vljt.png" alt="Iriszip connected session showing direct LAN transfer, chat, file delivery and matching SHA-256 digests" width="800" height="336"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Everything is open source. The browser client is MIT-licensed, the crypto core is Apache-2.0, and the server is AGPL-3.0. The server can also be self-hosted with Docker Compose.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Try it:&lt;/strong&gt; &lt;a href="https://iriszip.com" rel="noopener noreferrer"&gt;https://iriszip.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Source:&lt;/strong&gt; &lt;a href="https://github.com/iris-zip/iris" rel="noopener noreferrer"&gt;https://github.com/iris-zip/iris&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is still a solo project and it only recently went public. I'd especially like feedback from people working with WebRTC, cryptography, networking, privacy, or self-hosted software.&lt;/p&gt;

&lt;p&gt;If you find something weird, manage to break something, or think part of the design could be better, I'd genuinely like to hear about it.&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>privacy</category>
      <category>webdev</category>
      <category>selfhosted</category>
    </item>
  </channel>
</rss>
