The CIA triad in Cryptography
The CIA triad in Cryptography When talking about network security, the CIA triad is one of the most important model which is designed to guide policies for information security within an organization. CIA stands for : Confidentiality Integrity Availability These are the objectives which should be kept in mind while securing a network. Confidentiality : Confidentiality means that only the authorized individuals/systems can view sensitive or classified information. The data being sent over the network should not be accessed by unauthorized individuals. The attacker may try to capture the data using different tools available on the Internet and gain access to your information. A primary way to avoid this is to use encryption techniques to safeguard your data so that even if the attacker gains access to your data, he/she will not be able to decrypt it. Encryption standards include AES (Advanced Encryption Standard) and DES (Data Encryption Standard). Anot...