<?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: Akshay Patel</title>
    <description>The latest articles on DEV Community by Akshay Patel (@vesperakshay).</description>
    <link>https://dev.to/vesperakshay</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%2F4069849%2F7f521a12-ed5e-40cd-bca0-3d93ffd2387c.jpg</url>
      <title>DEV Community: Akshay Patel</title>
      <link>https://dev.to/vesperakshay</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vesperakshay"/>
    <language>en</language>
    <item>
      <title>Why I Built DropWire: No More Cloud, No More Waiting</title>
      <dc:creator>Akshay Patel</dc:creator>
      <pubDate>Sun, 09 Aug 2026 12:29:35 +0000</pubDate>
      <link>https://dev.to/vesperakshay/why-i-built-dropwire-no-more-cloud-no-more-waiting-ipk</link>
      <guid>https://dev.to/vesperakshay/why-i-built-dropwire-no-more-cloud-no-more-waiting-ipk</guid>
      <description>&lt;h1&gt;
  
  
  I was tired of cloud middlemen. So I built a P2P file transfer tool in Rust.
&lt;/h1&gt;

&lt;p&gt;My name is Akshay, and I built DropWire.&lt;/p&gt;

&lt;p&gt;I was trying to send a large video to a friend sitting right next to me. Every option I had meant uploading to Google Drive, pasting a WeTransfer link, waiting. My file bouncing off servers I'll never audit, just to travel two meters.&lt;/p&gt;

&lt;p&gt;That felt wrong. So I built something different.&lt;/p&gt;




&lt;h2&gt;
  
  
  The actual problem
&lt;/h2&gt;

&lt;p&gt;Cloud file sharing has issues nobody says out loud:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Your data leaves your machine. Even "encrypted in transit" means it sits on someone else's server.&lt;/li&gt;
&lt;li&gt;You're bottlenecked by internet speed — even when the other person is in the same room.&lt;/li&gt;
&lt;li&gt;You need accounts and permissions just to hand someone a file.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Transfer should feel like handing someone a USB drive. Except faster and encrypted.&lt;/p&gt;




&lt;h2&gt;
  
  
  What DropWire does
&lt;/h2&gt;

&lt;p&gt;It creates a direct encrypted tunnel between two machines. No accounts. No cloud middleman.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;SPAKE2 key exchange&lt;/strong&gt; — ephemeral session key per transfer. Interception gets you nothing.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Direct P2P on LAN&lt;/strong&gt; — same network? Data never leaves it.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Zero-knowledge relay&lt;/strong&gt; — different networks? A relay forwards the stream. It sees only ciphertext.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;BLAKE3 integrity checks&lt;/strong&gt; — every chunk verified. Drops resume exactly where they stopped.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Written in Rust because I didn't want to think about memory safety at the transport layer.&lt;/p&gt;




&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;It's a CLI, fully open source. Tear apart the crypto, the architecture, whatever — I want the feedback.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/VesperAkshay/dropwire" rel="noopener noreferrer"&gt;VesperAkshay/dropwire&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Docs:&lt;/strong&gt; &lt;a href="https://dropwire.tyes.dev" rel="noopener noreferrer"&gt;https://dropwire.tyes.dev&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>rust</category>
      <category>showdev</category>
      <category>privacy</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
