<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Argon2 on nagg.eu</title><link>https://nagg.eu/tags/argon2/</link><description>Recent content in Argon2 on nagg.eu</description><generator>Hugo</generator><language>en</language><lastBuildDate>Tue, 14 Aug 2018 19:27:09 +0000</lastBuildDate><atom:link href="https://nagg.eu/tags/argon2/index.xml" rel="self" type="application/rss+xml"/><item><title>LUKS2 the right way: Argon2</title><link>https://nagg.eu/luks2-the-right-way-argon2/</link><pubDate>Tue, 14 Aug 2018 19:27:09 +0000</pubDate><guid>https://nagg.eu/luks2-the-right-way-argon2/</guid><description>&lt;p&gt;Version 2 of cryptsetup got a few new fancy options, one of them is the ability to use &lt;!-- raw HTML omitted --&gt;Argon2&lt;!-- raw HTML omitted --&gt; as key derivation function.&lt;br&gt;
Creating a LUKS2 volume with Argon2 as hash function is very easy:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;sudo cryptsetup luksFormat -M luks2 --pbkdf argon2id -i 5000 /dev/sdb
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Please note that grub still does not support it, so it can&amp;rsquo;t be used for boot drives.&lt;br&gt;
Once the volume is created, to mount it run:&lt;/p&gt;</description></item></channel></rss>