<?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: Vinay</title>
    <description>The latest articles on DEV Community by Vinay (@blackat).</description>
    <link>https://dev.to/blackat</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%2F3881968%2Fd6b017fd-5606-40fa-a8ac-fdac3d3bea66.png</url>
      <title>DEV Community: Vinay</title>
      <link>https://dev.to/blackat</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/blackat"/>
    <language>en</language>
    <item>
      <title>🔑 From Usernames to Keypairs: Understanding Identity on Solana</title>
      <dc:creator>Vinay</dc:creator>
      <pubDate>Sat, 25 Apr 2026 12:10:32 +0000</pubDate>
      <link>https://dev.to/blackat/from-usernames-to-keypairs-understanding-identity-on-solana-472p</link>
      <guid>https://dev.to/blackat/from-usernames-to-keypairs-understanding-identity-on-solana-472p</guid>
      <description>&lt;p&gt;A few days ago, if you asked me what “identity” means in tech, I’d give you a very Web2 answer:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Email + password = identity&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Every platform I used - GitHub, banking apps, social media - had its own login system. Different usernames, different passwords, all controlled by the companies behind them.&lt;/p&gt;

&lt;p&gt;Then I started learning Solana.&lt;/p&gt;

&lt;p&gt;And my understanding of identity completely changed.&lt;/p&gt;




&lt;h2&gt;
  
  
  🏨 Web2 vs Web3: A Simple Analogy
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Web2 identity is like staying in a hotel.&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;You get a key card, but the hotel can deactivate it anytime.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;Solana identity is like owning your own house.&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;You hold the only key. No one can lock you out… but if you lose it, you're stuck outside.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;This shift from platform-controlled access to user-controlled ownership is the core idea behind on-chain identity.&lt;/p&gt;




&lt;h2&gt;
  
  
  🔑 Identity = Keypair
&lt;/h2&gt;

&lt;p&gt;On Solana, your identity starts with a cryptographic keypair:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Public Key&lt;/strong&gt; →  your address (safe to share)&lt;br&gt;
&lt;strong&gt;Private Key&lt;/strong&gt; → your proof of ownership (must stay secret)&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;If you’ve used SSH before, this will feel familiar.&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.amazonaws.com%2Fuploads%2Farticles%2Fuykp59za5s7fv5sbl9cu.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%2Fuykp59za5s7fv5sbl9cu.png" alt="This infographic illustrates the generation of a Solana keypair on a laptop, showing how the private key remains secure with the user while the public key is shared across the Solana network." width="800" height="436"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;No signup. No email. Just keys.&lt;/p&gt;

&lt;h2&gt;
  
  
  🤯 One Keypair = My Identity
&lt;/h2&gt;

&lt;p&gt;In Web2, my identity is scattered. Each service (Google, Social Media, Github, etc..) manages its own version of "me".&lt;/p&gt;

&lt;p&gt;But on Solana, everything connects to one thing:&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.amazonaws.com%2Fuploads%2Farticles%2F1mt2vrmcw4bgkuat3fby.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%2F1mt2vrmcw4bgkuat3fby.png" alt="A flowchart showing a user utilizing a cryptographic keypair as a single, sovereign gateway to manage tokens, NFTs, applications, and programs on the Solana network." width="800" height="447"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;That’s when it clicked:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;My public key isn’t just an address — it’s my identity across the entire network.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;👀 The Weird Part: No Username?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;In Web2, we all know how a username looks like..&lt;br&gt;
I expected something like that.&lt;br&gt;
Instead, I got this 😵‍💫:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;14grJpemFaf88c8tiVb77W7T...&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Not exactly memorable 😅&lt;/p&gt;

&lt;p&gt;But then I learned, On Solana, your identity is your public key:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;It’s mathematically generated&lt;/li&gt;
&lt;li&gt;It uses Base58 encoding, avoiding confusing characters like 0, O, I, and l&lt;/li&gt;
&lt;li&gt;Not controlled by any company&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🔐 “Logging In” Doesn’t Exist
&lt;/h2&gt;

&lt;p&gt;This is a subtle but important shift.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;You’re not logging in. You’re proving ownership cryptographically.&lt;/p&gt;
&lt;/blockquote&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.amazonaws.com%2Fuploads%2Farticles%2Fp0i4qrzp3run6le4e3a2.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%2Fp0i4qrzp3run6le4e3a2.png" alt="The image is a dual-panel infographic comparing the centralized, password-based authentication of Web2 with the decentralized, private-key-signed verification of the Solana network." width="800" height="436"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;No passwords. No sessions. Just signatures.&lt;/p&gt;




&lt;h2&gt;
  
  
  🏁 Final Thought
&lt;/h2&gt;

&lt;p&gt;I started this journey thinking I was just learning how wallets and transactions work.&lt;/p&gt;

&lt;p&gt;Instead, I ended up rethinking what “identity” even means.&lt;/p&gt;

&lt;p&gt;And honestly, once that clicks — everything else in Web3 starts to make a lot more sense.&lt;/p&gt;

</description>
      <category>100daysofsolana</category>
      <category>solana</category>
      <category>web3</category>
      <category>blockchain</category>
    </item>
  </channel>
</rss>
