Difference between revisions of "Security"
From Linuxintro
imported>ThorstenStaerk |
imported>ThorstenStaerk |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
= Disk = | = Disk = | ||
* [[encrypt a disk]] | * [[encrypt a disk]] | ||
+ | * [[undelete files]] | ||
+ | * [[shred|delete files making them unrestorable]] | ||
= Web Services = | = Web Services = | ||
* [[set up Apache with https]] | * [[set up Apache with https]] | ||
+ | * [[john the ripper]] - check for weak passwords | ||
+ | |||
+ | = Network = | ||
+ | * [[firewall]] |
Latest revision as of 08:17, 25 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.
Disk
Web Services
- set up Apache with https
- john the ripper - check for weak passwords