27 lines
823 B
Markdown
27 lines
823 B
Markdown
---
|
|
title: "أمن المعلومات"
|
|
date: 2004-01-01T00:00:00-00:00
|
|
draft: true
|
|
---
|
|
Information is about:
|
|
|
|
* sender
|
|
* channel
|
|
* receiver
|
|
* metadata
|
|
* content
|
|
|
|
If you want to keep a piece of information secure:
|
|
|
|
0. do not know it!
|
|
1. (if you have to know it,) do not tell or show anyone that you possess the information or are even aware of its existence (steganography)
|
|
2. (if you have to show that you possess it,) do not link it to your identity (anonymity)
|
|
|
|
3. (if you have to link it to your identity,) do not share its content with anyone (keep)
|
|
4. (if you have you have to share it,) choose who you share it with (trust)
|
|
5. (if you have no control over who you share it with,) do not move it in a channel you do not own unless you have to (infrastructure)
|
|
6. (if you have no control over the channel,) encrypt.
|
|
|
|
|
|
|