Skip to content

Commit

Permalink
Merge pull request #126 from Coconut-Aero/main
Browse files Browse the repository at this point in the history
add: privacy
  • Loading branch information
ztm0929 authored Dec 12, 2024
2 parents c3ad2da + d2ab80a commit fcf799b
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions docs/03-tools/cyber security/privacy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# 网络安全——隐私安全

隐私是一个个人或团体隔离自己或有关自己不愿告诉别人或不愿公开的信息或事务,从而得以选择性地表达自己的能力。[<sup>1</sup>](https://zh.wikipedia.org/zh-hans/%E9%9A%90%E7%A7%81)下面将介绍一些简单的隐私保护技巧。

## 隐私浏览

### 概述

众多Chromium内核(如Chrome、Edge等)与Firefox内核的浏览器有隐私浏览的功能。在隐私模式下,浏览器不会使用Cookies,不会保存浏览记录,可以简单地防止能够接触到这个计算机的用户获取你的隐私。

### 用法

#### Chrome用户(包括Edge等Chromium内核浏览器,操作逻辑类似)

![Chrome隐私模式](./resources/img1.png)

单击这里的`打开新的无痕式窗口`即可。其他Chromium内核浏览器操作逻辑类似

#### Firefox用户

![Firefox隐私模式](./resources/img2.png)

单击这里的`新建隐私窗口`即可。

### 缺点

虽然可以获得更加私密的浏览体验,但是这种方式并不能对互联网服务提供商(Internet Service Provider,ISP,在国内就是我们熟悉的三大运营商或者你的校园网的提供方)隐藏你的信息,并不是真正意义上的匿名。

## VPN

VPN,全称**虚拟专用网络**,是指将专用网络延伸至互联网上的一种技术。许多企业用户需要自己搭建VPN以实现机密文件的传递,当然,普通人也能使用到这一技术。

## 图片资源

[Chrome隐私模式](./resources/img1.png)[Firefox隐私模式](./resources/img2.png) 图像来源 [GitHub@Coconut-Aero](https://github.com/Coconut-Aero)
Binary file added docs/03-tools/cyber security/resources/img1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fcf799b

Please sign in to comment.