<?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: Shruti Sinha</title>
    <description>The latest articles on DEV Community by Shruti Sinha (@enigma06702).</description>
    <link>https://dev.to/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>DEV Community: Shruti Sinha</title>
      <link>https://dev.to/enigma06702</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/enigma06702"/>
    <language>en</language>
    <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://dev.to/enigma06702/from-passwords-to-private-keys-understanding-solana-identity-the-web2-way-32lg</link>
      <guid>https://dev.to/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>
