<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>encryption - Tag - Abdullah Khabir</title>
        <link>https://abdullah.today/tags/encryption/</link>
        <description>encryption - Tag - Abdullah Khabir</description>
        <generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>abdullah@abdullah.today (Abdullah Khabir)</managingEditor>
            <webMaster>abdullah@abdullah.today (Abdullah Khabir)</webMaster><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Tue, 09 Feb 2021 20:12:36 &#43;0500</lastBuildDate><atom:link href="https://abdullah.today/tags/encryption/" rel="self" type="application/rss+xml" /><item>
    <title>OpenBSD Encrypted Install</title>
    <link>https://abdullah.today/openbsd-encrypted-install/</link>
    <pubDate>Tue, 09 Feb 2021 20:12:36 &#43;0500</pubDate>
    <author>Author</author>
    <guid>https://abdullah.today/openbsd-encrypted-install/</guid>
    <description><![CDATA[So this is how you can have a fully encrypted OpenBSD installation.
Getting OpenBSD Go to OpenBSD website and download the .img file for your hardware.
Creating install media If you are on some linux or mac, you can use dd command to burn it to USB drive.
Suppose your USB drive is appearing as /dev/sdb in lsblk&rsquo;s output:
1 dd if=install.img of=/dev/sdb bs=1M Boot from install media Plug the new install media and reboot the system.]]></description>
</item><item>
    <title>How to install CRUX with encryption</title>
    <link>https://abdullah.today/encrypted-crux/</link>
    <pubDate>Tue, 12 May 2020 00:00:00 &#43;0000</pubDate>
    <author>Author</author>
    <guid>https://abdullah.today/encrypted-crux/</guid>
    <description><![CDATA[How to install fully encrypted CRUX This post is for crux users who wanna secure their crux installation.
Partitioning I&rsquo;m gonna use two partitions. First boot partition will be unencrypted which holds kernel. I use secure boot with my own keys. You can find a post in my blog how to do that. and I have some ports too for secure boot. Unencrypted Boot Partition Create a partition more than 200 Mbs for boot ESP with gdisk code ef00.]]></description>
</item><item>
    <title>Encrypted dotfiles with GnuPG</title>
    <link>https://abdullah.today/encrypted-dotfiles/</link>
    <pubDate>Sun, 12 Jan 2020 00:00:00 &#43;0000</pubDate>
    <author>Author</author>
    <guid>https://abdullah.today/encrypted-dotfiles/</guid>
    <description><![CDATA[What these dotfiles are? In unix world, most programs are configured command line and they save their configurations in homedir usually a file which names start with a dot. Thus dotfiles.
Power users care about them alot. You can store your dotfiles on some git server like github or gitlab and many other options there like you can host them on your VPS as well. If you use git to store them and you don&rsquo;t have a private repository, anybody can see them.]]></description>
</item><item>
    <title>Encrypted Arch Linux installation</title>
    <link>https://abdullah.today/encrypted-archlinux/</link>
    <pubDate>Fri, 03 Jan 2020 00:00:00 &#43;0000</pubDate>
    <author>Author</author>
    <guid>https://abdullah.today/encrypted-archlinux/</guid>
    <description><![CDATA[What&rsquo;s Arch Linux? Arch Linux is a free and open source linux distribution based on the rule Keep it Simple.
Installation Arch Linux has no graphical installer. You have to install using CLI.
Installation media creation Go to Downloads page and select a nearby mirror. Download the iso file. If you&rsquo;re on Windows, you can use rufus to create a bootable media.
On linux, you can use dd:
1 dd if=downloaded iso file of=/dev/sdX status=progress where X is your USB device&rsquo;s ID.]]></description>
</item></channel>
</rss>
