rr-developer / LUKS-on-Raspberry-Pi

Guide to perform a full disk encryption of the SD Card of a Raspberry Pi running Raspberry Pi OS
33 stars 10 forks source link

Update index.md #6

Open brutus-downunder opened 3 years ago

brutus-downunder commented 3 years ago

Fixed 2 fatal problems and some other minor issues - 1/ for 64 bit OS added copy_exec /usr/lib/aarch64-linux-gnu/libgcc_s.so.1 to /usr/lib due to flaw in Debian initramfs-tools build 0.133+deb10u1 2/ corrected line cryptsetup --type luks2 --cipher xchacha20,aes-adiantum-plain64 --hash sha256 --iter-time 5000 --key-size 256 --pbkdf argon2i luksFormat /dev/mmcblk0p2 due to typo of -keysize 3/ other typos

brutus-downunder commented 3 years ago

I have a 64bit USB SSD version with dropbear SSH unlock at https://github.com/brutus-downunder/LUKS-on-Raspberry-Pi4