[Design] Cryptographic standard, AES and RSA - Shuatiblog.com
3 areas of cryptographic standard:
encryption standard
- Data Encryption Standard (obsolete)
- Triple DES
- Advanced Encryption Standard (AES)
- RSA
- OpenPGP
- CipherSaber
hash standard
- MD5
- SHA-1
- SHA-2
- HMAC
- PBKDF2
digital signature standard
- Digital Signature Algorithm (DSA)
- RSA
- Elliptic
Symmetric-key algorithm
Use the same cryptographic keys for both encryption and decryption.
The keys represent a shared secret between two parties, and maintain a private information link.
This requirement that both parties have access to the secret key is one of the main drawbacks.
Public-key cryptography
The public key is used:
- encrypt plaintext
- verify a digital signature
private key is used:
- decrypt ciphertext
- create a digital signature.
Read full article from [Design] Cryptographic standard, AES and RSA - Shuatiblog.com
No comments:
Post a Comment