joininbox icon indicating copy to clipboard operation
joininbox copied to clipboard

LUKS encrypted USB drive for sensitive data

Open openoms opened this issue 4 years ago • 3 comments

As described in: https://www.cyberciti.biz/security/howto-linux-hard-disk-encryption-with-luks-cryptsetup-command/

Bitcoin Core does not encrypt public addresses and transactions, it is a potential privacy leak in case of theft.

openoms avatar Feb 12 '21 18:02 openoms

The other way is to create an encrypted file which is the mounted: https://github.com/JohnTroony/LUKS-OPs The advantage is that it would not need a separate encryped drive, but can be created on the SDcard, The /home/store/app-data directory can be moved and symlinked from it to contain all the wallets and sensitive data.

openoms avatar Mar 13 '21 19:03 openoms

This needs to be a manual guide first. Automating will be the next step.

openoms avatar Apr 29 '21 11:04 openoms

https://github.com/armbian/build/issues/947

https://carlo-hamalainen.net/2017/03/12/raspbian-with-full-disk-encryption/

openoms avatar Jun 20 '21 17:06 openoms