<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Encryption on nagg.eu</title><link>https://nagg.eu/tags/encryption/</link><description>Recent content in Encryption on nagg.eu</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 27 Aug 2018 19:19:08 +0000</lastBuildDate><atom:link href="https://nagg.eu/tags/encryption/index.xml" rel="self" type="application/rss+xml"/><item><title>Remote encrypted backup with iSCSI and LUKS2</title><link>https://nagg.eu/remote-encrypted-backup-with-iscsi-and-luks2/</link><pubDate>Mon, 27 Aug 2018 19:19:08 +0000</pubDate><guid>https://nagg.eu/remote-encrypted-backup-with-iscsi-and-luks2/</guid><description>&lt;p&gt;The idea here is to have a LUKS2 encrypted volume stored on a remote server
that allows authenticated clients to load and decrypt the data without letting
the server know what is being written, read and stored.&lt;br&gt;
Keep in mind that this solution is not 100% bulletproof, you still kind of have
to trust the backup server because a malicious entity might take multiple
snapshots of the encrypted iSCSI LUN and try to crack the encryption.&lt;/p&gt;</description></item><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>