<?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: Woody</title>
    <description>The latest articles on DEV Community by Woody (@woody_eda35d7456d59b07de9).</description>
    <link>https://dev.to/woody_eda35d7456d59b07de9</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%2F4094279%2F6837e616-27f0-4999-8689-438025287f60.png</url>
      <title>DEV Community: Woody</title>
      <link>https://dev.to/woody_eda35d7456d59b07de9</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/woody_eda35d7456d59b07de9"/>
    <language>en</language>
    <item>
      <title>Protect sensitive data before sending it to an LLM</title>
      <dc:creator>Woody</dc:creator>
      <pubDate>Tue, 25 Aug 2026 13:36:13 +0000</pubDate>
      <link>https://dev.to/woody_eda35d7456d59b07de9/protect-sensitive-data-before-sending-it-to-an-llm-48dj</link>
      <guid>https://dev.to/woody_eda35d7456d59b07de9/protect-sensitive-data-before-sending-it-to-an-llm-48dj</guid>
      <description>&lt;h1&gt;
  
  
  Protect sensitive data before sending it to an LLM
&lt;/h1&gt;

&lt;p&gt;I built &lt;strong&gt;Anon&lt;/strong&gt; to remove PII from text and PDFs before they are sent to tools like ChatGPT or Claude.&lt;/p&gt;

&lt;p&gt;It detects sensitive data automatically, lets you review or manually protect anything it misses, and replaces it with reversible placeholders such as:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;[EMAIL_A12F_REDACTED]&lt;br&gt;
[PERSON_B83C_REDACTED]&lt;br&gt;
[MANUALBLOCK_D91A_REDACTED]&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;You keep a private JSON map so the original values can be restored later.&lt;/p&gt;

&lt;p&gt;It supports both text and PDFs, with no account required for basic use.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://anonymise.online" rel="noopener noreferrer"&gt;https://anonymise.online&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I’m looking for feedback, especially on detection accuracy and the PDF workflow.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>programming</category>
      <category>security</category>
    </item>
  </channel>
</rss>
