mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
Merge pull request #53 from dmleong/dmleong/temp-disable-touchid
Add section to temporarily disable TouchID and FaceID
This commit is contained in:
commit
a30d60e4e9
1 changed files with 5 additions and 1 deletions
|
|
@ -1,12 +1,16 @@
|
|||
export default {
|
||||
id: 'strongDevicePasscode',
|
||||
title: 'Create a strong device passcode',
|
||||
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.`,
|
||||
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.`,
|
||||
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',
|
||||
url: 'https://www.iphonelife.com/content/how-to-temporarily-disable-touch-id-or-face-id-your-iphone',
|
||||
},
|
||||
{
|
||||
name: 'Changing your iOS passcode',
|
||||
url: 'https://support.apple.com/en-us/HT204060',
|
||||
|
|
|
|||
Loading…
Reference in a new issue