Cañon 2
Cañon 2
BSIT 3A
Cryptography
Cryptography is a method of securing information by converting it into an
unreadable format to prevent unauthorized access. It is widely used in
modern applications such as online transactions, secure messaging, and data
protection. The field of cryptography has evolved from simple substitution
ciphers to highly complex encryption algorithms used in contemporary
cybersecurity.
Understanding Cryptography
Cryptography is built on the principles of confidentiality, integrity,
authentication, and non-repudiation. It ensures that only authorized
individuals can access the intended message while maintaining its
authenticity and preventing any alterations during transmission.
Various encryption techniques help achieve these goals, ranging from
traditional methods to advanced computational algorithms. Two primary
types of encryptions are symmetric encryption and asymmetric
encryption.
Symmetric Encryption
Symmetric encryption, also known as secret-key encryption, relies on a
single key for both encryption and decryption. This method is efficient and
fast but requires a secure method for key distribution between parties.
Common symmetric encryption algorithms include:
Advanced Encryption Standard (AES): A widely used encryption
standard ensuring strong security.
Data Encryption Standard (DES): An older encryption method now
largely replaced due to vulnerabilities.
Triple DES (3DES): An improvement over DES by applying encryption
multiple times for increased security.
Asymmetric Encryption
The public key can be openly shared, while the private key remains
confidential.
It is commonly used for secure communications, digital signatures, and
authentication.
Asymmetric encryption provides a higher level of security but is
computationally slower compared to symmetric encryption.
REFERENCES