Various TERMS:
- Encryption & Decryption
- Symmetric Key Cryptography
- Assymmetric Key Cryptography
- DES
- AES
- Block Cipher
- Block Cipher Modes Of Operation
- IV - Initialization Vector
- ECB
- CBC - Ciher Block Chaining
- CFB - Cipher Feedback
- OFB - Output Feedback
- PKA
- PKCS - (Public key Cryptography Standards)
- RSA - (Rivest-Shamir-Adleman)
- DSS - (Digital Signature Standard)
- SHA - (Secure Hash Algorithm)
- SHA Types: SHA-0, SHA-1, SHA-256 etc.
- MAC - (Message Authentication Codes)
- MAC Types - UMAC, HMAC, CMAC
- PIN Blocks
- Others - About HASH Functions & HASH Algorithms.
RSA EXAMPLE: This is a good worked example on how the RSA encryption and decryption works.