Encrypting the repository stored on the removable drive at # #{mountPoint drive} # will prevent the data stored in it from being exposed if the drive # falls into the wrong hands. However, encryption # will also prevent you from sharing the repository with friends, or # easily accessing its contents on another computer.
Do not encrypt repository #
Anyone who has the drive can see the files stored on it.
$forall (keyid, name) <- secretkeys
Encrypt repository #
to ^{gpgKeyDisplay keyid (Just name)}
Encrypt repository #
with a new encryption key
^{setupDriveModal}
^{genKeyModal}