| 1 | = SOP Encryption |
| 2 | |
| 3 | Tags: [[Category_SOP]] |
| 4 | |
| 5 | Guidelines:: [[http://systems.hscic.gov.uk/infogov/security/infrasec/gpg/acs.pdf|HSCIC Good Practice - Encryption]] |
| 6 | |
| 7 | == Spreadsheets |
| 8 | |
| 9 | For most purposes data will be sent in Excel Spreadsheets, which should be encrypted with a strong password (see below). [[https://en.wikipedia.org/wiki/Microsoft_Office_password_protection|Excel 2007 onwards uses AES 128 bit encryption]], which is acceptable according to the HSCIC guidlines (above). **Versions of Excel prior to 2007 should not be used.** |
| 10 | |
| 11 | == Files and Folders |
| 12 | |
| 13 | === Zip Files with Passwords |
| 14 | |
| 15 | The easiest method of encrypting files and folders is to create a zip with a password. However, there are a few problems with this. |
| 16 | |
| 17 | ==== Windows XP |
| 18 | Windows XP contains a function to compress a folder with a password. **THIS SHOULD NOT BE USED** as it is insecure. |
| 19 | |
| 20 | ==== 7-Zip |
| 21 | |
| 22 | [[http://www.7-zip.org/|7-zip]] can be used to produce an encrypted file, but it relies on the recipient also having the 7-Zip program installed. Self-extracting files can be created, but this requires emailing an executable to the recipient which can be problematic. |
| 23 | |
| 24 | - [[7-Zip HowTo Create an Encrypted Zip File]] |
| 25 | |
| 26 | ==== GPG |
| 27 | |
| 28 | [[https://www.gnupg.org/|GPG]] is the open source implementation of PGP. This is the preferred candidate for more complicated scenarios where public/private encryption is required. This will require setting up at sender and recipient. |
| 29 | |
| 30 | There has been no case so far to use this technology. |
| 31 | |
| 32 | [[BackLinks]] |