security-checklist/config/encryptedHardware.js
2019-01-13 12:12:45 -08:00

38 lines
1.3 KiB
JavaScript

export default {
id: 'encryptedHardware',
title: 'Encrypt Your Phones and Computers',
description: `If your phone or computer is ever stolen, hackers can attempt to read the data directly off of the hard drive or storage mechanism. If your device is unencrypted, hackers will have access to all of your stored data.
\n\nYou should enable encryption on every phone and computer you use.`,
resources: [
{
name: 'Why you should encrypt your computer',
url:
'https://www.aheliotech.com/tutorials/why-you-should-encrypt-your-computer/',
},
{
name:
'Why you should be encrypting your devices, and how to easily do it',
url:
'https://gizmodo.com/why-you-should-be-encrypting-your-devices-and-how-to-ea-1798698901',
},
{
name: 'Encrypt your iOS backups',
url: 'https://support.apple.com/en-us/HT205220',
},
{
name: 'Encrypt your Android devices',
url:
'https://www.howtogeek.com/141953/how-to-encrypt-your-android-phone-and-why-you-might-want-to/',
},
{
name: 'Enable full-disk encryption on Windows PCs',
url:
'https://www.howtogeek.com/234826/how-to-enable-full-disk-encryption-on-windows-10/',
},
{
name: 'Encrypt your Mac',
url: 'https://support.apple.com/en-us/HT204837',
},
],
};