mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
Typo in messaging apps section
This commit is contained in:
parent
d57bb69df7
commit
9ce62d4a9a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
export default {
|
||||
id: 'messagingApps',
|
||||
title: 'Use encrypted messaging apps when sharing sensitive information',
|
||||
description: `When sharing senstive information over chat, you should be using a secure, end-to-end encrypted messaging service. End-to-end encryption ensures that only you and your intended recipient are able to view messages. Your messages will appear scrambled and will be nearly-impossible to unscramble to anyone else, including app developers and ISPs.
|
||||
description: `When sharing sensitive information over chat, you should be using a secure, end-to-end encrypted messaging service. End-to-end encryption ensures that only you and your intended recipient are able to view messages. Your messages will appear scrambled (and will be nearly-impossible to unscramble) to anyone else, including app developers and ISPs.
|
||||
`,
|
||||
apps: [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue