Difference between revisions of "What to Protect"

From PKC
Jump to navigation Jump to search
imported>Febiubl
m (2 revisions imported)
Line 1: Line 1:
=Data Protection=
=Data Protection=
Data protection is the process of safeguarding important information from corruption, compromise or loss. The importance of data protection increases as the amount of data created and stored continues to grow at unprecedented rates.


==Login mechanisms==
==Login mechanisms==
Line 10: Line 9:
===Nginx Reverse Proxy===
===Nginx Reverse Proxy===
A common practice to set up website is to use Nginx as a reverse proxy to direct web traffic through an encrypted channel, often called [[https]]. The following page on [[Nginx as Reverse Proxy]] shows how to do it.
A common practice to set up website is to use Nginx as a reverse proxy to direct web traffic through an encrypted channel, often called [[https]]. The following page on [[Nginx as Reverse Proxy]] shows how to do it.
=License Protection=
An article on how to set up licenses can be found here<ref>https://wiki.freephile.org/wiki/Licensing#Licensing_of_Wiki_content</ref>.
To add [[MW:Manual:$wgFooterIcons|FooterIcons]] to MediaWiki, you may refer to this page<ref></ref>.


=References=
=References=

Revision as of 10:07, 4 May 2021

Data Protection

Login mechanisms

QRCode-based login is popular in the WeChat user community. Open Source QRCode log-in code base can be found here[1][2][3].

Network Protection

Encryption and authentication are some basic network-based security measures. A practical tool for network protection is Reverse Proxy Service.

Nginx Reverse Proxy

A common practice to set up website is to use Nginx as a reverse proxy to direct web traffic through an encrypted channel, often called https. The following page on Nginx as Reverse Proxy shows how to do it.

License Protection

An article on how to set up licenses can be found here[4].

To add FooterIcons to MediaWiki, you may refer to this pageCite error: Invalid <ref> tag; refs with no name must have content.

References