UNIT3
UNIT3
■ Data security
■ Secure communication
■ Authentication
■ E-commerce and online banking
■ Cryptocurrencies
■ Password protection
■ Cloud security
■ Digital rights management
Digital Signatures
Definition : A security method where only the sender and recipient can
decrypt the message, ensuring privacy and preventing third party access.
How it works
1. The sender encrypt the message.
2. The encrypted message is transmitted.
3. The recipient decrypts the message using key.
Benefits:
■ Ensures privacy and data security.
■ Prevents unauthorised access or eavesdropping.
Common cryptographic
algorithms
1. AES (Advanced Encryption Standard): widely used for encrypting
data.
2. RSA ( Rivest-Shamir-Adleman): Common for secure data
transmission and digital signatures.
3. SHA (Secure Hash Algorithm): Used for generating hash values.
4. ECC (Elliptic Curve Cryptography): Popular for securing mobile
devices, digital signatures, and blockchain technology.
5. TLS/SSL (Transport Layer Security/Secure Sockets Layer):
Secures communication over the internet.
Challenges in cryptography