<?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: j dv</title>
    <description>The latest articles on DEV Community by j dv (@turksharoz_gamer_369ddedb).</description>
    <link>https://dev.to/turksharoz_gamer_369ddedb</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%2F4042053%2F3c01e038-e29f-457a-9d17-d93df6527991.png</url>
      <title>DEV Community: j dv</title>
      <link>https://dev.to/turksharoz_gamer_369ddedb</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/turksharoz_gamer_369ddedb"/>
    <language>en</language>
    <item>
      <title>Building VeilComm: Rethinking Private Communication</title>
      <dc:creator>j dv</dc:creator>
      <pubDate>Wed, 22 Jul 2026 18:53:48 +0000</pubDate>
      <link>https://dev.to/turksharoz_gamer_369ddedb/building-veilcomm-rethinking-private-communication-41ja</link>
      <guid>https://dev.to/turksharoz_gamer_369ddedb/building-veilcomm-rethinking-private-communication-41ja</guid>
      <description>&lt;h1&gt;
  
  
  Building VeilComm
&lt;/h1&gt;

&lt;p&gt;After learning more about how messaging apps handle photos, backups, metadata, and forwarded content, I started asking a simple question:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Can private messaging be designed differently?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;That question became the beginning of &lt;strong&gt;VeilComm&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I Started VeilComm
&lt;/h2&gt;

&lt;p&gt;I wasn't trying to build another messaging app.&lt;/p&gt;

&lt;p&gt;I wanted to build something that gives people more control over their own data and make privacy the starting point instead of an afterthought.&lt;/p&gt;

&lt;p&gt;For me, privacy isn't only about encrypting messages. It's also about reducing who can access the information you share.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Idea Behind VeilComm
&lt;/h2&gt;

&lt;p&gt;VeilComm is built around three simple principles:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Collect less.&lt;/li&gt;
&lt;li&gt;Store less.&lt;/li&gt;
&lt;li&gt;Share less.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The less data that exists, the lower the risk of it being exposed.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Makes VeilComm Different
&lt;/h2&gt;

&lt;p&gt;VeilComm encrypts messages and files &lt;strong&gt;before they leave your device&lt;/strong&gt;. The encrypted content can then be shared through existing platforms such as WhatsApp, Signal, Telegram, email, or any other service that can transfer files or messages.&lt;/p&gt;

&lt;p&gt;Because the content is already encrypted before it is shared, the platform used for delivery does not have access to the original message or file contents. It only carries encrypted data.&lt;/p&gt;

&lt;p&gt;VeilComm is not trying to replace existing messaging apps. Instead, it adds an extra layer of privacy that works before your data is shared.&lt;/p&gt;

&lt;p&gt;The project also focuses on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;End-to-end client-side encryption.&lt;/li&gt;
&lt;li&gt;Secure media and file encryption.&lt;/li&gt;
&lt;li&gt;Privacy-focused file handling.&lt;/li&gt;
&lt;li&gt;A simple interface that keeps privacy easy to use.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Every feature is designed with one goal in mind:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Give users more control over their own data without making secure communication complicated.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Still a Work in Progress
&lt;/h2&gt;

&lt;p&gt;VeilComm is still under development, and I'm continuing to improve it with every new feature and security improvement.&lt;/p&gt;

&lt;p&gt;In future articles, I'll explain how the encryption system works, why I chose this approach, and the engineering decisions behind building VeilComm.&lt;/p&gt;

</description>
      <category>cybersecurity</category>
      <category>ai</category>
      <category>metada</category>
      <category>security</category>
    </item>
    <item>
      <title>What Happens When You Send a Photo Through Most Messaging Apps?</title>
      <dc:creator>j dv</dc:creator>
      <pubDate>Wed, 22 Jul 2026 18:50:02 +0000</pubDate>
      <link>https://dev.to/turksharoz_gamer_369ddedb/what-happens-when-you-send-a-photo-through-most-messaging-apps-366o</link>
      <guid>https://dev.to/turksharoz_gamer_369ddedb/what-happens-when-you-send-a-photo-through-most-messaging-apps-366o</guid>
      <description>&lt;p&gt;Sending a photo feels simple. You choose an image, tap Send, and a few seconds later it appears on someone else's phone. Behind that simple action, however, several things may happen that most people never notice.&lt;/p&gt;

&lt;p&gt;It Starts on Your Device&lt;/p&gt;

&lt;p&gt;The photo already exists on your phone before you send it. Depending on your device settings, it may also be part of your gallery or included in local or cloud backups.&lt;/p&gt;

&lt;p&gt;Before the Photo Is Sent&lt;/p&gt;

&lt;p&gt;Most messaging apps prepare the image before sending it. They may reduce the file size, create a preview, or optimize it so it can be delivered faster. These steps happen automatically in the background.&lt;/p&gt;

&lt;p&gt;Sending the Photo&lt;/p&gt;

&lt;p&gt;If the app supports end-to-end encryption, the photo is encrypted before it leaves your device. This helps protect the image while it is traveling across the internet.&lt;/p&gt;

&lt;p&gt;After that, the message is routed through the app's delivery infrastructure until it reaches the recipient.&lt;/p&gt;

&lt;p&gt;After It Arrives&lt;/p&gt;

&lt;p&gt;Once the recipient opens the photo, it exists on their device. Depending on the app and their settings, it may also be saved to the phone's gallery or included in future backups.&lt;/p&gt;

&lt;p&gt;At this point, the recipient can also take a screenshot or forward the image to someone else. Encryption protects the photo while it is being transmitted, but it cannot control what happens after the recipient has access to it.&lt;/p&gt;

&lt;p&gt;Final Thoughts&lt;/p&gt;

&lt;p&gt;When we send a photo, we often think only about the moment we press Send. In reality, there can be several stages between your device and the recipient, and in some cases, multiple copies of the same image may exist over time.&lt;/p&gt;

&lt;p&gt;Understanding this process is an important part of understanding digital privacy.&lt;/p&gt;

&lt;p&gt;While researching these privacy challenges, I started building VeilComm to explore how private communication could give users more control over their data—not just while it's being transmitted, but throughout its entire lifecycle.&lt;/p&gt;

</description>
      <category>privacy</category>
      <category>android</category>
      <category>cybersecurity</category>
      <category>security</category>
    </item>
    <item>
      <title>Why Private Messaging Isn't Really Private Anymore</title>
      <dc:creator>j dv</dc:creator>
      <pubDate>Wed, 22 Jul 2026 18:45:34 +0000</pubDate>
      <link>https://dev.to/turksharoz_gamer_369ddedb/why-private-messaging-isnt-really-private-anymore-5dla</link>
      <guid>https://dev.to/turksharoz_gamer_369ddedb/why-private-messaging-isnt-really-private-anymore-5dla</guid>
      <description>&lt;p&gt;We use messaging apps every day to share photos, videos, documents, voice notes, and even sensitive information like banking details, payment confirmations, passwords, and one-time verification codes. Because many apps advertise end-to-end encryption&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%2Fliuprj2dyfpa7bq9mhzw.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%2Fliuprj2dyfpa7bq9mhzw.png" alt=" " width="800" height="336"&gt;&lt;/a&gt;&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%2Farckh2ptsaqze2zry5kv.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%2Farckh2ptsaqze2zry5kv.png" alt=" " width="800" height="336"&gt;&lt;/a&gt; it's easy to believe that everything we send stays completely private.&lt;/p&gt;

&lt;p&gt;The reality is more complicated.&lt;/p&gt;

&lt;p&gt;Encryption protects the content of your messages while they're being transmitted but privacy doesn't end there. Metadata cloud backups screenshots forwarded media and stored copies can all affect how much of your personal information remains under your control.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Is Metadata?
&lt;/h2&gt;

&lt;p&gt;Your message may be encrypted but every conversation also creates metadata. This can include when a message was sent who communicated with whom how often conversations happen and what type of device is being used.&lt;/p&gt;

&lt;p&gt;Metadata usually doesn't reveal the content of your messages but it can still paint a surprisingly detailed picture of your habits and relationships.&lt;/p&gt;

&lt;h2&gt;
  
  
  Cloud Backups Can Become Another Copy
&lt;/h2&gt;

&lt;p&gt;Many messaging apps automatically back up chats and media to cloud storage.&lt;/p&gt;

&lt;p&gt;This is convenient if you lose your phone, but it also means another copy of your private data may exist outside your device. If those conversations include banking information, identity documents, or payment records, that sensitive data may also become part of those backups depending on your settings and the service you use.&lt;/p&gt;

&lt;h2&gt;
  
  
  Screenshots and Forwarded Media
&lt;/h2&gt;

&lt;p&gt;Even if a message is encrypted, nothing stops someone from taking a screenshot after opening it.&lt;/p&gt;

&lt;p&gt;The same is true for forwarded photos, documents, or videos. Once they leave the original conversation, you often lose control over where they go next. Encryption protects data while it's being transmitted, but it doesn't automatically prevent what happens after someone receives it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Final Thoughts
&lt;/h2&gt;

&lt;p&gt;Private messaging is about more than encrypting the content of a conversation. Metadata, cloud backups, screenshots, and forwarded media all play a role in how much control you actually have over your personal information. Understanding these privacy challenges is the first step toward making better choices about how we communicate online. In the next article we'll follow the journey of a single photo and explore what can happen after you press &lt;strong&gt;Send&lt;/strong&gt;.&lt;/p&gt;

</description>
      <category>privacy</category>
      <category>android</category>
      <category>cybersecurity</category>
      <category>security</category>
    </item>
    <item>
      <title>Why Private Messaging Isn't Really Private Anymore</title>
      <dc:creator>j dv</dc:creator>
      <pubDate>Wed, 22 Jul 2026 18:39:27 +0000</pubDate>
      <link>https://dev.to/turksharoz_gamer_369ddedb/why-private-messaging-isnt-really-private-anymore-53c1</link>
      <guid>https://dev.to/turksharoz_gamer_369ddedb/why-private-messaging-isnt-really-private-anymore-53c1</guid>
      <description>&lt;p&gt;We use messaging apps every day to share photos, videos, documents, voice notes, and even sensitive information like banking details, payment confirmations, passwords, and one-time verification codes. Because many apps advertise end-to-end encryption&lt;br&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%2Fliuprj2dyfpa7bq9mhzw.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%2Fliuprj2dyfpa7bq9mhzw.png" alt=" " width="800" height="336"&gt;&lt;/a&gt;&lt;br&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%2Farckh2ptsaqze2zry5kv.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%2Farckh2ptsaqze2zry5kv.png" alt=" " width="800" height="336"&gt;&lt;/a&gt; it's easy to believe that everything we send stays completely private.&lt;/p&gt;

&lt;p&gt;The reality is more complicated.&lt;/p&gt;

&lt;p&gt;Encryption protects the content of your messages while they're being transmitted but privacy doesn't end there. Metadata cloud backups screenshots forwarded media and stored copies can all affect how much of your personal information remains under your control.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Is Metadata?
&lt;/h2&gt;

&lt;p&gt;Your message may be encrypted but every conversation also creates metadata. This can include when a message was sent who communicated with whom how often conversations happen and what type of device is being used.&lt;br&gt;
Metadata usually doesn't reveal the content of your messages but it can still paint a surprisingly detailed picture of your habits and relationships.&lt;/p&gt;

&lt;h2&gt;
  
  
  Cloud Backups Can Become Another Copy
&lt;/h2&gt;

&lt;p&gt;Many messaging apps automatically back up chats and media to cloud storage.&lt;/p&gt;

&lt;p&gt;This is convenient if you lose your phone, but it also means another copy of your private data may exist outside your device. If those conversations include banking information, identity documents, or payment records, that sensitive data may also become part of those backups depending on your settings and the service you use.&lt;/p&gt;

&lt;h2&gt;
  
  
  Screenshots and Forwarded Media
&lt;/h2&gt;

&lt;p&gt;Even if a message is encrypted, nothing stops someone from taking a screenshot after opening it.&lt;/p&gt;

&lt;p&gt;The same is true for forwarded photos, documents, or videos. Once they leave the original conversation, you often lose control over where they go next. Encryption protects data while it's being transmitted, but it doesn't automatically prevent what happens after someone receives it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Final Thoughts
&lt;/h2&gt;

&lt;p&gt;Private messaging is about more than encrypting the content of a conversation. Metadata, cloud backups, screenshots, and forwarded media all play a role in how much control you actually have over your personal information. Understanding these privacy challenges is the first step toward making better choices about how we communicate online. In the next article we'll follow the journey of a single photo and explore what can happen after you press &lt;strong&gt;Send&lt;/strong&gt;.&lt;/p&gt;

</description>
      <category>privacy</category>
      <category>cybersecurity</category>
      <category>android</category>
      <category>secure</category>
    </item>
  </channel>
</rss>
