<?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>Forem: Shruti Sinha</title>
    <description>The latest articles on Forem by Shruti Sinha (@enigma06702).</description>
    <link>https://forem.com/enigma06702</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%2F3834015%2F0d519477-dd35-487c-a536-3e0e37944dbb.jpeg</url>
      <title>Forem: Shruti Sinha</title>
      <link>https://forem.com/enigma06702</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/enigma06702"/>
    <language>en</language>
    <item>
      <title>Web3 Isn’t Replacing Web2 — It’s Rewriting One Layer of It</title>
      <dc:creator>Shruti Sinha</dc:creator>
      <pubDate>Sat, 02 May 2026 16:50:58 +0000</pubDate>
      <link>https://forem.com/enigma06702/web3-isnt-replacing-web2-its-rewriting-one-layer-of-it-2pco</link>
      <guid>https://forem.com/enigma06702/web3-isnt-replacing-web2-its-rewriting-one-layer-of-it-2pco</guid>
      <description>&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.amazonaws.com%2Fuploads%2Farticles%2Floqvw84rw3gt29h14i86.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.amazonaws.com%2Fuploads%2Farticles%2Floqvw84rw3gt29h14i86.png" alt=" " width="800" height="38"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Look at the image above, the account address is not something I created but a token that can be accessed by everyone. What exactly is blockchain, I kept wondering and names like Web 3 only confuses and makes it look like it is something that will replace the web 2 infrastructure, but it is not so. What it actually is &lt;strong&gt;Database&lt;/strong&gt; and blockchain only aspires to replace the database layer of Web 2 infrastructure while the UI/UX remain like Web2 apps.&lt;/p&gt;

&lt;p&gt;But why to move from traditional database, well it is basically because the database is public and does not require any permissions. They do not require a centralized control or access rights.&lt;/p&gt;

&lt;p&gt;As far as I have explored its applications are mostly centered around payments, trading and financial primitive.&lt;/p&gt;

&lt;p&gt;I am open to be challenged about my understanding and at the same time really really looking to get more noise cleared around Web3.&lt;/p&gt;

</description>
      <category>100daysofsolana</category>
      <category>blockchain</category>
      <category>web3</category>
      <category>learning</category>
    </item>
    <item>
      <title>🔐 From Passwords to Private Keys: Understanding Solana Identity the Web2 Way</title>
      <dc:creator>Shruti Sinha</dc:creator>
      <pubDate>Tue, 28 Apr 2026 10:07:21 +0000</pubDate>
      <link>https://forem.com/enigma06702/from-passwords-to-private-keys-understanding-solana-identity-the-web2-way-32lg</link>
      <guid>https://forem.com/enigma06702/from-passwords-to-private-keys-understanding-solana-identity-the-web2-way-32lg</guid>
      <description>&lt;h2&gt;
  
  
  📦 Account = Your Database Record (Owned by You)
&lt;/h2&gt;

&lt;p&gt;In Web2:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Your data lives in a database row (e.g., user profile, balance)&lt;/li&gt;
&lt;li&gt;The company owns and controls that database&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In Solana:&lt;/p&gt;

&lt;p&gt;An account is a fundamental unit for storing state on a blockchain network&lt;br&gt;
It can store:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;SOL balance&lt;/li&gt;
&lt;li&gt;Token balances&lt;/li&gt;
&lt;li&gt;App-specific data (like profile, game state, etc.)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉 Key shift:&lt;/p&gt;

&lt;p&gt;In Web2 → company owns your data&lt;br&gt;
In Solana → accounts are owned/controlled by programs or your key&lt;/p&gt;

&lt;h2&gt;
  
  
  🔑 Key Pair = Username + Password (but better)
&lt;/h2&gt;

&lt;p&gt;In Web2:&lt;/p&gt;

&lt;p&gt;You log in with username + password&lt;br&gt;
The server verifies your credentials&lt;/p&gt;

&lt;p&gt;In Solana:&lt;/p&gt;

&lt;p&gt;A key pair =&lt;br&gt;
Public key → like your username (you can share it)&lt;br&gt;
Private key → like your password (must stay secret)&lt;/p&gt;

&lt;p&gt;But here’s the key difference:&lt;/p&gt;

&lt;p&gt;In Web2, the server stores and verifies your password&lt;br&gt;
In Solana, no server exists → you prove ownership by signing messages with your private key&lt;/p&gt;

&lt;p&gt;👉 Think of it as:&lt;/p&gt;

&lt;p&gt;Instead of sending your password, you prove you know it without revealing it&lt;/p&gt;

</description>
      <category>solana</category>
      <category>web3</category>
      <category>blockchain</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
