<?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: slidenerd</title>
    <description>The latest articles on DEV Community by slidenerd (@slidenerd).</description>
    <link>https://dev.to/slidenerd</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%2F171707%2F9858786d-57de-43cb-93ef-4192ecbfa289.png</url>
      <title>DEV Community: slidenerd</title>
      <link>https://dev.to/slidenerd</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/slidenerd"/>
    <language>en</language>
    <item>
      <title>What would it take to create a language that looks like Python but runs like Assembly?</title>
      <dc:creator>slidenerd</dc:creator>
      <pubDate>Wed, 22 Jun 2022 12:03:03 +0000</pubDate>
      <link>https://dev.to/slidenerd/what-would-it-take-to-create-a-language-that-looks-like-python-but-runs-like-assembly-3jml</link>
      <guid>https://dev.to/slidenerd/what-would-it-take-to-create-a-language-that-looks-like-python-but-runs-like-assembly-3jml</guid>
      <description>&lt;p&gt;Seriously with so many advancements, why hasn't it happened yet?&lt;/p&gt;

</description>
      <category>discuss</category>
    </item>
    <item>
      <title>Correct parameters to migrate from Bcrypt to Argon2 for express?</title>
      <dc:creator>slidenerd</dc:creator>
      <pubDate>Fri, 26 Nov 2021 16:28:55 +0000</pubDate>
      <link>https://dev.to/slidenerd/correct-parameters-to-migrate-from-bcrypt-to-argon2-for-express-3bdo</link>
      <guid>https://dev.to/slidenerd/correct-parameters-to-migrate-from-bcrypt-to-argon2-for-express-3bdo</guid>
      <description>&lt;p&gt;As per &lt;a href="https://security.stackexchange.com/questions/17207/recommended-of-rounds-for-bcrypt"&gt;security.stackexchange.com&lt;/a&gt; the recommended number of rounds for Bcrypt is a number such that it takes atleast 250 ms to hash your password. &lt;a href="https://www.npmjs.com/package/argon2"&gt;Argon2&lt;/a&gt; on the other hand takes multiple parameters it seems. What is the equivalent configuration you need for Argon2? I am talking about an express webserver here with passportjs if that helps&lt;/p&gt;

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