# Using a secure account Accounts containing trust secrets need special care. ## Storage ### Full disk encryption ### encrypted partition You need package `cryptsetup-bin`. Install it if not done already. Connect the device (if removable) and mount encrypted device and its partition inside: sudo cryptdisks_start mysecrets sudo mount /mnt/mysecrets When done using the device, unmount first partition and then device: sudo umount /mnt/mysecrets sudo cryptdisks_stop mysecrets ## Secrets ### PGP ### Keysigning [caff]: https://wiki.debian.org/caff "CA - Fire and Forget" ### SSH ## Monkeysphere