<?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: Sujal</title>
    <description>The latest articles on DEV Community by Sujal (@coding-cosmos).</description>
    <link>https://dev.to/coding-cosmos</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%2F3900014%2F0e97fd49-65aa-4b77-95b7-2933547ce508.png</url>
      <title>DEV Community: Sujal</title>
      <link>https://dev.to/coding-cosmos</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/coding-cosmos"/>
    <language>en</language>
    <item>
      <title>Identity: A cryptographic tale</title>
      <dc:creator>Sujal</dc:creator>
      <pubDate>Mon, 27 Apr 2026 08:58:30 +0000</pubDate>
      <link>https://dev.to/coding-cosmos/identity-a-cryptographic-tale-ja3</link>
      <guid>https://dev.to/coding-cosmos/identity-a-cryptographic-tale-ja3</guid>
      <description>&lt;p&gt;&lt;strong&gt;Identity?&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;ul&gt;
&lt;li&gt;You want to use some online service... you put your email and a password... that's stored in some database..&lt;/li&gt;
&lt;li&gt;Now every time you want to access the service you put in the same thing and you get access ..&lt;/li&gt;
&lt;li&gt;That email and password combination stored in a company's database is your &lt;strong&gt;identity&lt;/strong&gt; for that service...&lt;/li&gt;
&lt;li&gt;That's the web2 world.. &lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;Where is the Problem?&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;ul&gt;
&lt;li&gt;You don't own it...it's stored in some database &lt;/li&gt;
&lt;li&gt;It's centralized...if a company chooses to not allow you to use it you can't..&lt;/li&gt;
&lt;li&gt;There is no true logical association here...it's just a company storing the credentials and allows you to use the service if they want...(they may deny even if you have correct credentials..)&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;How cryptography solves this?&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;ul&gt;
&lt;li&gt;Here we don't put trust in some third party company but we put trust in code + math...&lt;/li&gt;
&lt;li&gt;We have two keys : One public, One private&lt;/li&gt;
&lt;li&gt;Public key can be shared any where we want&lt;/li&gt;
&lt;li&gt;Private key is our source of identity...we keep it secret&lt;/li&gt;
&lt;li&gt;someone with private key can sign the content of a message and it can be verified with it's corresponding public key&lt;/li&gt;
&lt;li&gt;The whole trust lies in the maths and code...&lt;/li&gt;
&lt;li&gt;It's a permission-less system..&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;

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