this post was submitted on 05 Feb 2024
6 points (100.0% liked)

Raspberry Pi

805 readers
1 users here now

Welcome to the programming.dev Raspberry Pi community!

Raspberry Pi is a series of small single-board computers. It is widely used in many areas because of its low cost, modularity, and open design. It is typically used by computer and electronic hobbyists.

Rules

Members of this community are expected to exhibit mature and respectful behavior.

Those who fail to uphold these standards may find their posts or comments removed, with repeat offenders potentially facing a permanent ban.

Please keep discussions in English so that they can be appropriately moderated.

Links

founded 1 year ago
MODERATORS
 

I'm exploring SDM (Raspberry Pi SD Card Image Manager) and found that the encryption method the creator incorporated in the CLI SD card burner is available as a stand-alone script for RPiOS (Bookworm). To be fair the whole project looks pretty interesting.

Tested with a fresh install of the default desktop distro, pasting the commands to pull in the script took care of all the heavy lifting. LUKS container is encrypted with Adiantum for best speed on pre-5 devices.

Standard Linux encryption, no Berryboot, no manually creating containers and setting up keys and crypttab.

Project: https://github.com/gitbls/sdm

Disk encryption page: https://github.com/gitbls/sdm/blob/master/Docs/Disk-Encryption.md

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here