<?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: Xian Yang Wong</title>
    <description>The latest articles on DEV Community by Xian Yang Wong (@xianyangwong).</description>
    <link>https://dev.to/xianyangwong</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%2F227347%2F10c04872-b337-4e4e-8e35-18ed88df6024.jpeg</url>
      <title>DEV Community: Xian Yang Wong</title>
      <link>https://dev.to/xianyangwong</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/xianyangwong"/>
    <language>en</language>
    <item>
      <title>A poc password manager (no database)</title>
      <dc:creator>Xian Yang Wong</dc:creator>
      <pubDate>Fri, 18 Sep 2020 02:46:53 +0000</pubDate>
      <link>https://dev.to/xianyangwong/a-poc-password-manager-no-database-43cn</link>
      <guid>https://dev.to/xianyangwong/a-poc-password-manager-no-database-43cn</guid>
      <description>&lt;p&gt;Hi everyone, I'm a fullstack engineer based in Melbourne Australia. In a random afternoon I got this random idea&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Why we trust a password manager platform?
The most secure database should be our own memory
(or kinda wrong haha)
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;I came to this idea which is I only need to remember my password pattern and a master password (or more like a secret key)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://easypwd.vercel.app/"&gt;https://easypwd.vercel.app/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--2L0S-u9H--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/u8okvkigjzmziwhgo0jl.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--2L0S-u9H--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/u8okvkigjzmziwhgo0jl.png" alt="Screen Shot 2020-09-18 at 12.42.57 pm"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Here I assume my password format is&lt;br&gt;
&lt;code&gt;platform-domain__DoB&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;eg. &lt;code&gt;facebook.com__01011900&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;and my master password can be &lt;code&gt;password123&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--DbwrAnry--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/sti5fwirer2ctyy0tci5.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--DbwrAnry--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/sti5fwirer2ctyy0tci5.png" alt="Screen Shot 2020-09-18 at 12.45.59 pm"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is my first side project, feel free to leave any comment :)&lt;/p&gt;

</description>
      <category>javascript</category>
    </item>
  </channel>
</rss>
