Formatting code for SecurityEncryption
{{parent page="Security"}}
=== Tools ===
http://sourceforge.net/projects/keepass - Secure password manager
===TrueCrypt===
Installing tc6.1 on fedora, doesn't work for me...
http://penguinenclave.blogspot.com/2008/12/truecrypt-61-install-guide-for-fedora.html
===loop-AES===
http://www.hermann-uwe.de/blog/howto-encrypted-usb-thumb-drives-and-usb-hard-disks-using-loop-aes
===PGP to GPG conversion===
==import keys into gpg==
%%
pgp -kx 0x3FAEBA0 my-pubkey.pgp
gpg --armor --export-secret-keys --secret-keyring $PWD/secring.pgp 0x3FAEBA05 > my-prikey.gpg
# optional echo "allow-non-selfsigned-uid" >> ~.gnupg/gpg.conf
gpg --import my-pubkey.pgp
gpg --import my-prikey.gpg
%%
=== Tools ===
http://sourceforge.net/projects/keepass - Secure password manager
===TrueCrypt===
Installing tc6.1 on fedora, doesn't work for me...
http://penguinenclave.blogspot.com/2008/12/truecrypt-61-install-guide-for-fedora.html
===loop-AES===
http://www.hermann-uwe.de/blog/howto-encrypted-usb-thumb-drives-and-usb-hard-disks-using-loop-aes
===PGP to GPG conversion===
==import keys into gpg==
%%
pgp -kx 0x3FAEBA0 my-pubkey.pgp
gpg --armor --export-secret-keys --secret-keyring $PWD/secring.pgp 0x3FAEBA05 > my-prikey.gpg
# optional echo "allow-non-selfsigned-uid" >> ~.gnupg/gpg.conf
gpg --import my-pubkey.pgp
gpg --import my-prikey.gpg
%%