# AUTHOR , YEAR. # # Translators: msgid "" msgstr "" "Project-Id-Version: Fedora Security Guide\n" "POT-Creation-Date: 2011-09-13T03:19:22\n" "PO-Revision-Date: 2011-09-24 21:16+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #. Tag: title #, no-c-format msgid "7-Zip Encrypted Archives" msgstr "" #. Tag: para #, no-c-format msgid "" "7-Zip is a cross-platform, next" " generation, file compression tool that can also use strong encryption " "(AES-256) to protect the contents of the archive. This is extremely useful " "when you need to move data between multiple computers that use varying " "operating systems (i.e. Linux at home, Windows at work) and you want a " "portable encryption solution." msgstr "" #. Tag: title #, no-c-format msgid "7-Zip Installation in Fedora" msgstr "" #. Tag: para #, no-c-format msgid "" "7-Zip is not a base package in Fedora, but it is available in the software " "repository. Once installed, the package will update alongside the rest of " "the software on the computer with no special attention necessary." msgstr "" #. Tag: title #, no-c-format msgid "Step-by-Step Installation Instructions" msgstr "" #. Tag: para #, no-c-format msgid "" "Open a Terminal: Click ''Applications'' -> ''System Tools'' -> " "''Terminal''" msgstr "" #. Tag: para #, no-c-format msgid "Install 7-Zip with sudo access: sudo yum install p7zip" msgstr "" #. Tag: para #, no-c-format msgid "Close the Terminal: exit" msgstr "" #. Tag: title #, no-c-format msgid "Step-by-Step Usage Instructions" msgstr "" #. Tag: para #, no-c-format msgid "" "By following these instructions you are going to compress and encrypt your " "\"Documents\" directory. Your original \"Documents\" directory will remain " "unaltered. This technique can be applied to any directory or file you have " "access to on the filesystem." msgstr "" #. Tag: para #, no-c-format msgid "" "Open a Terminal:Click ''Applications'' -> ''System Tools'' -> " "''Terminal''" msgstr "" #. Tag: para #, no-c-format msgid "" "Compress and Encrypt: (enter a password when prompted) 7za a -mhe=on " "-ms=on -p Documents.7z Documents/" msgstr "" #. Tag: para #, no-c-format msgid "" "The \"Documents\" directory is now compressed and encrypted. The following " "instructions will move the encrypted archive somewhere new and then extract " "it." msgstr "" #. Tag: para #, no-c-format msgid "Create a new directory: mkdir newplace" msgstr "" #. Tag: para #, no-c-format msgid "Move the encrypted file: mv Documents.7z newplace" msgstr "" #. Tag: para #, no-c-format msgid "Go to the new directory: cd newplace" msgstr "" #. Tag: para #, no-c-format msgid "" "Extract the file: (enter the password when prompted) 7za x " "Documents.7z" msgstr "" #. Tag: para #, no-c-format msgid "" "The archive is now extracted into the new location. The following " "instructions will clean up all the prior steps and restore your computer to " "its previous state." msgstr "" #. Tag: para #, no-c-format msgid "Go up a directory: cd .." msgstr "" #. Tag: para #, no-c-format msgid "" "Delete the test archive and test extraction: rm -r newplace" msgstr "" #. Tag: title #, no-c-format msgid "Things of note" msgstr "" #. Tag: para #, no-c-format msgid "" "7-Zip is not shipped by default with Microsoft Windows or Mac OS X. If you " "need to use your 7-Zip files on those platforms you will need to install the" " appropriate version of 7-Zip on those computers. See the 7-Zip download page." msgstr ""