Kae Job Sluder

21 June 2025: Roundup: Speeding up linux disk decryption, share topics, reflections, games

Playing with Manjaro

Working (again) on making an older Thinkpad T420 (2011) useful for home surfing and light development. Trying out Manjaro for now because with hardware this old I've run into issue with immutable systems like Fedora Atomic.

Tweaking full-disk encryption

Full-disk encryption defaults can be unbearably slow for unlocking (over 1 minute) on this machine. Unlocking happens early during the boot process before the system has access to crypto hardware. I tweaked this using the following to set the number of iterations to a lower value. Dropping from 1,500,000 to 10,000 combined with a high-entropy passphrase is hopefully good enough for the need:

sudo cryptsetup luksChangeKey --pbkdf-force-iterations 10000 --key-slot 0 /dev/sda1

# check key creation
sudo cryptsetup luksDump /dev/sda1

# remove old key
sudo cryptsetup luksKillKey /dev/sda1 0

As always, double-check device ids and RTFM before making changes.

Tools Show and Share

Working on a show-and-share featuring the following:

Challenges of the Week

Games