User Tools

Site Tools


hardening

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
hardening [2022/08/23 09:11] ashhardening [2022/09/12 17:44] (current) – external edit 127.0.0.1
Line 1: Line 1:
-Hardening refers to providing various means of protection in a computer system. Protection is provided in various layers and is often referred to as defense in depth. Protecting in layers means to protect at the host levelthe application level, the operating system levelthe user levelthe physical level and all the sub-levels in between. Each level requires unique method of security. A hardened computer system is more secure computer systemHardening is also known as system hardening. [[herding|[NO]]]+ 
 +=== Encryption === 
 + 
 += What is encryption ? = 
 + 
 +Encryption is the method to convert information into secret code that hides the information's true meaning. There are two main types of data encryption;  asymmetric encryptionalso known as public-key encryptionand symmetric encryption. Modern encryption algorithms has replaced the outdated data encryption standard (DES)and provide confidentiality and drive key security initiatives including authentication, integrity, and non-repudiation 
 +- Authentication allows for the verification of a message’s origin 
 +Integrity provides proof that message’s contents have not changed since it was sent 
 +- Non-repudiation ensures that message sender cannot deny sending the message. 
 + 
 += Asymetric encryption = 
 + 
 +In asymmetric encryption - also known as public key encryption - the sender and the recipient use two different keys, a public key and a private key. Data encrypted with the public key can only be decrypted with the private key. 
 + 
 += Symmetric encryption = 
 + 
 +In symmetric encryption, the same key both encrypts and decrypts data. For symmetric encryption to work, the two or more communicating parties must know what the key is; for it to remain secure, no third party should be able to guess or steal the key. 
 + 
 +assymetric encryption symmetric encryption DES confidentiality  
 + 
 +[[Nb:Sikkerhet:Utvikling:Hacking:1001Nbl | [Kryptering]]]   
 + 
 +1001En 
 + 
/home/temper11/villages/digiterms.wiki/sandbox/data/attic/hardening.1661245862.txt.gz · Last modified: 2022/09/12 17:44 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki