Difference between revisions of "Security"
From Linuxintro
imported>ThorstenStaerk (Replaced content with "* encrypt a disk") |
imported>ThorstenStaerk |
||
Line 1: | Line 1: | ||
+ | Wikipedia structures [http://en.wikipedia.org/wiki/Information_security (information) security] into three parts: confidentiality, integrity and availability. This article deals with confidentiality and integrity, for securing your data's availability, see [[backup]]. | ||
+ | |||
+ | = Disk = | ||
* [[encrypt a disk]] | * [[encrypt a disk]] | ||
+ | |||
+ | = Web Services = | ||
+ | * [[set up Apache with https]] |
Revision as of 12:47, 7 January 2012
Wikipedia structures (information) security into three parts: confidentiality, integrity and availability. This article deals with confidentiality and integrity, for securing your data's availability, see backup.