security-checklist/config/strongDevicePasscode.js

27 lines
1.1 KiB
JavaScript
Raw Normal View History

2019-01-13 20:12:45 +00:00
export default {
id: 'strongDevicePasscode',
title: 'Create a strong device passcode',
2019-01-17 02:02:41 +00:00
description: `A four-digit passcode for your phone or other devices is no longer considered secure. You should use a 6+ digit passcode at the very minimum, and for extra security use a 6+ character passcode containing both numbers and letters. TouchID and FaceID should be turned off when traveling internationally.
2019-01-18 02:29:54 +00:00
\n\nYou should enforce a strict lock policy on your devices. Always require a passcode and ensure that a device is not left unattended for more than a minute or two.`,
2019-01-13 20:12:45 +00:00
resources: [
{
name: 'How long it takes to break a passcode',
url: 'http://fortune.com/2016/03/18/apple-fbi-iphone-passcode-hack/',
},
{
name: 'How to temporarily disable TouchID or FaceID',
2019-01-17 02:02:41 +00:00
url:
'https://www.iphonelife.com/content/how-to-temporarily-disable-touch-id-or-face-id-your-iphone',
},
2019-01-13 20:12:45 +00:00
{
name: 'Changing your iOS passcode',
url: 'https://support.apple.com/en-us/HT204060',
},
{
2019-01-13 21:35:22 +00:00
name: 'Changing your Android passcode',
2019-01-13 20:12:45 +00:00
url: 'https://phandroid.com/2014/03/20/android-101-lock-screen/',
},
],
};