openoms / joininbox

A terminal based graphical menu for JoinMarket
MIT License
153 stars 20 forks source link

LUKS encrypted USB drive for sensitive data #24

Open openoms opened 3 years ago

openoms commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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

openoms commented 3 years ago

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

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