<?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: Rewired89</title>
    <description>The latest articles on DEV Community by Rewired89 (@rewired89).</description>
    <link>https://dev.to/rewired89</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3689083%2F79c9f8f6-e136-49bf-a70e-c7f04360b2ff.PNG</url>
      <title>DEV Community: Rewired89</title>
      <link>https://dev.to/rewired89</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rewired89"/>
    <language>en</language>
    <item>
      <title>HSIP - Multi-tenant cryptographic consent API in Rust</title>
      <dc:creator>Rewired89</dc:creator>
      <pubDate>Wed, 25 Feb 2026 10:35:35 +0000</pubDate>
      <link>https://dev.to/rewired89/hsip-multi-tenant-cryptographic-consent-api-in-rust-5fcf</link>
      <guid>https://dev.to/rewired89/hsip-multi-tenant-cryptographic-consent-api-in-rust-5fcf</guid>
      <description>&lt;p&gt;Hi guys.&lt;br&gt;
I built HSIP, an Ed25519 based consent management API for AI agents and API governance. I need your feedback.&lt;/p&gt;

&lt;p&gt;Key features:&lt;br&gt;
 &lt;br&gt;
 - RFC 8439 compliant ChaCha20-Poly1305 (passes official IETF test vectors)&lt;br&gt;
 - Instant credential revocation&lt;br&gt;
 - GDPR right to erasure built in&lt;br&gt;
 - 238 tests, all passing&lt;br&gt;
 - Postgres + TLS ready for production&lt;br&gt;
 &lt;br&gt;
 Use cases: AI agent authorization, GDPR consent enforcement, API access control with cryptographic proof.&lt;br&gt;
 &lt;br&gt;
 Repo: &lt;a href="https://github.com/rewired89/HSIP-1PHASE.git" rel="noopener noreferrer"&gt;https://github.com/rewired89/HSIP-1PHASE.git&lt;/a&gt; &lt;br&gt;
Looking for feedback, especially from security engineers.&lt;/p&gt;

</description>
      <category>cryptography</category>
      <category>ed25519</category>
      <category>apisecurity</category>
      <category>chacha20poly1305</category>
    </item>
    <item>
      <title>We built a Windows app that blocks trackers and encrypts your traffic automatically</title>
      <dc:creator>Rewired89</dc:creator>
      <pubDate>Fri, 02 Jan 2026 01:24:53 +0000</pubDate>
      <link>https://dev.to/rewired89/we-built-a-windows-app-that-blocks-trackers-and-encrypts-your-traffic-automatically-3eae</link>
      <guid>https://dev.to/rewired89/we-built-a-windows-app-that-blocks-trackers-and-encrypts-your-traffic-automatically-3eae</guid>
      <description>&lt;p&gt;We got tired of configuring VPNs, browser extensions, and DNS settings just to get basic privacy. So we built HSIP.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What it does&lt;/strong&gt;&lt;br&gt;
HSIP is a Windows app that:&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Blocks trackers (Google Analytics, DoubleClick, ad networks)
Encrypts your traffic with ChaCha20-Poly1305
Runs silently in the background
Shows a colored tray icon (green = protected, red = offline)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;Install&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Download HSIP-Setup.exe
Run it
Done
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;No configuration. No browser extensions. No DNS changes. It just works.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How it works&lt;/strong&gt;&lt;br&gt;
HSIP runs three components:&lt;br&gt;
hsip-gateway.exe  - HTTP/HTTPS proxy that blocks trackers&lt;br&gt;
hsip-cli.exe      - Background daemon with status API&lt;br&gt;
hsip-tray.exe     - System tray icon&lt;/p&gt;

&lt;p&gt;The installer configures Windows to route traffic through the gateway automatically. When you uninstall, your original settings are restored.&lt;/p&gt;

&lt;p&gt;Check if it's working&lt;br&gt;
curl &lt;a href="http://127.0.0.1:8787/status" rel="noopener noreferrer"&gt;http://127.0.0.1:8787/status&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;{&lt;br&gt;
  "protected": true,&lt;br&gt;
  "cipher": "ChaCha20-Poly1305"&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tech stack&lt;/strong&gt;&lt;br&gt;
    Rust&lt;br&gt;
    Ed25519 for identity&lt;br&gt;
    X25519 for key exchange&lt;br&gt;
    ChaCha20-Poly1305 for encryption&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;License&lt;/strong&gt;&lt;br&gt;
Free for personal use. Commercial use requires a license.&lt;br&gt;
GitHub: &lt;a href="https://github.com/nyxsystems/HSIP-1PHASE-1" rel="noopener noreferrer"&gt;https://github.com/nyxsystems/HSIP-1PHASE-1&lt;/a&gt;&lt;/p&gt;

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