<?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: G4MB1T24</title>
    <description>The latest articles on DEV Community by G4MB1T24 (@g4mb1t24).</description>
    <link>https://dev.to/g4mb1t24</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%2F879862%2Fddf709e7-deb0-4ab5-a4e4-720341d5a79e.jpeg</url>
      <title>DEV Community: G4MB1T24</title>
      <link>https://dev.to/g4mb1t24</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/g4mb1t24"/>
    <language>en</language>
    <item>
      <title>Yet another password Vault</title>
      <dc:creator>G4MB1T24</dc:creator>
      <pubDate>Tue, 22 Nov 2022 05:45:56 +0000</pubDate>
      <link>https://dev.to/g4mb1t24/yet-another-password-vault-4m5p</link>
      <guid>https://dev.to/g4mb1t24/yet-another-password-vault-4m5p</guid>
      <description>&lt;p&gt;As the title says I made this &lt;strong&gt;zero knowledge encryption&lt;/strong&gt; &lt;em&gt;&lt;strong&gt;sort of&lt;/strong&gt;&lt;/em&gt; Password vault, I am fairly new to encryptions and backend stuff so I would love to hear some feedback and stuff.&lt;/p&gt;

&lt;h4&gt;
  
  
  Here's an explanation how it works:-
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;When creating your account user will send &lt;strong&gt;enc_key&lt;/strong&gt; which will be their &lt;strong&gt;masterKey&lt;/strong&gt; to decrypt their password.&lt;/li&gt;
&lt;li&gt;Then the &lt;strong&gt;enc_key&lt;/strong&gt; will be hashed by &lt;a href="https://www.npmjs.com/package/bcryptjs" rel="noopener noreferrer"&gt;bcyrptjs&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;User creation is done!&lt;/li&gt;
&lt;li&gt;when user stores a password, they will have to provide encryption key with the password.&lt;/li&gt;
&lt;li&gt;Then &lt;a href="https://www.npmjs.com/package/crypto-js" rel="noopener noreferrer"&gt;CryptoJs&lt;/a&gt; will decrypt the password by the encryption key you sent &lt;em&gt;&lt;strong&gt;bcrypt will compare the ecnryption key with hashed key, if it is incorrect, server will respond with 404.&lt;/strong&gt;&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;Basic user auth is done by &lt;a href="https://www.npmjs.com/package/jsonwebtoken" rel="noopener noreferrer"&gt;JWT&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Tech is used:
&lt;/h3&gt;

&lt;p&gt;&lt;code&gt;Expresss, MongoDb and Mongoose&lt;/code&gt;\&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;FrontEnd is not ready yet&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;Here is the repo link&lt;/strong&gt; &lt;a href="https://github.com/G4MB1T24/Gassword-API" rel="noopener noreferrer"&gt;Gasssword-API&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>watercooler</category>
    </item>
    <item>
      <title>Is this twitter for devs?</title>
      <dc:creator>G4MB1T24</dc:creator>
      <pubDate>Mon, 20 Jun 2022 11:20:06 +0000</pubDate>
      <link>https://dev.to/g4mb1t24/is-this-twitter-for-devs-5cff</link>
      <guid>https://dev.to/g4mb1t24/is-this-twitter-for-devs-5cff</guid>
      <description>&lt;p&gt;Is this twitter for devs?&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
