mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
Merge pull request #71 from JPry/patch-1
Fix typo in device passcode section.
This commit is contained in:
commit
85bbb061b0
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ export default {
|
|||
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. TouchID and FaceID should be turned off when traveling internationally.
|
||||
|
||||
\n\nYou should enforce a strict lock policy on your devices. Always require a passcode and ensure that a device cannot be left unintended for more than a minute or two.`,
|
||||
\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.`,
|
||||
resources: [
|
||||
{
|
||||
name: 'How long it takes to break a passcode',
|
||||
|
|
|
|||
Loading…
Reference in a new issue