Re: How to encrypt and burn to dvdr my home dir?



Arthur Pemberton wrote:
I've already slimmed my home dir down enough to fit onto a dvd. How
would you suggest I encrypt the resulting .tar.bz2 file?

I'd use gpg from the command line. Depending on your preferences and
familiarity with gpg and your love or loathing of the command line,
you may find one of the GUI front-ends better for your use. Seahorse
is a Gnome gpg front-end (available in extras). Kgpg is a KDE
front-end (available as part of the kdeutils package). Each
integrates with its respective desktop environments file manager to
provide right click contect menus for common operations (though I have
very little experience with either, I'm a command line junkie when it
comes to gpg :).

Using gpg you can encrypt your backup file using your own key if
you've create a public/private keypair or you can just use a
passphrase to encrypt the file.

To encrypt to your own key, the command would be:

gpg --encrypt --recipient "name" "file"

You could shorten that to gpg -er "name" "file" if you wanted.

To encrypt using a passphrase:

gpg -c "file"

The -c is for _c_onventional encryption, AKA symmetric encryption.
The long option for -c is --symmetric.

Poke a little with the front-ends or google some on gpg usage and see
what specific questions you come up with.

--
Todd OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
======================================================================
Love is a snowmobile racing across the tundra. Suddenly it flips,
pinning you underneath. At night, the ice weasels come.
-- Matt Groening

Attachment: pgp0I8DU0e860.pgp
Description: PGP signature

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

Relevant Pages

  • Re: GC and security
    ... comes back at end to encrypt and then app is done. ... gpg is fairly careful about passphrases. ... passphrase in the Python app instead of letting gpg handle it? ...
    (comp.lang.python)
  • Re: How do I execute dos command without a path
    ... > gpg: no valid OpenPGP data found. ... > I know the command is valid and this variation works also ... > Reading passphrase from file descriptor 0 ...
    (microsoft.public.dotnet.languages.vb)
  • Re: GnuPG in the enterprise
    ... gpg doesn't recognize ADKs, though. ... > Just so I'm following then, let's say I have gnupg installed on my server, ... > recipients or internal company mailing lists. ... > document that requires encryption, when I encrypt the message, won't ...
    (freebsd-questions)
  • Simple expect script has erratic behavior, why?
    ... I have a simple expect script to decrypt a gpg file when passed the ... passphrase on the command line. ... If I run the gpg command from the command line, ...
    (comp.lang.tcl)
  • nash initrd for root encryption with gpg -> cannot open /dev/tty no such file or address
    ... i am trying to encrypt my root file system using a gpg encrypted key ... stored on a usb flash. ... it works fine up to the point where gpg is started, ... by cryptsetup as passphrase for disk encryption. ...
    (Fedora)