mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
38 lines
1.4 KiB
JavaScript
38 lines
1.4 KiB
JavaScript
export default {
|
|
id: 'encryptedHardware',
|
|
title: 'Encrypt your devices',
|
|
description: `If your phone or computer is ever stolen, a thief may try to read or export your personal data. If your device is unencrypted, hackers will have access to anything stored on that device, including photos, emails, documents, and contacts.
|
|
|
|
\n\nYou should enable encryption on every phone and computer you use. Encrypting your devices makes it nearly impossible for a thief to read your data without having your encryption password.`,
|
|
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',
|
|
},
|
|
],
|
|
};
|