Livoa LogoLivoa
Types of Cryptography
Symmetric Key Cryptography


Uses a single common key for encryption and decryption.

Faster and simpler but key exchange is a challenge.

Examples:


• Data Encryption Standard (DES)

• Advanced Encryption Standard (AES)

Asymmetric Key Cryptography


Uses a pair of keys: public key for encryption and private key for decryption.

More secure but slower.

Examples:


• RSA (Rivest-Shamir-Adleman)

• Elliptic Curve Cryptography (ECC)

Hash Functions


Do not require keys.

Convert input into fixed-length hash value.

One-way function.

Examples:

• SHA-1

• SHA-256

• MD5

• MD6

eee

by badaa

0
0 uses