Junior — Middle
Can you name two key types of cryptographic encryption you are familiar with?
sobes.tech AI
Answer from AI
Two key types of cryptographic encryption:
- Symmetric encryption — uses the same key for encrypting and decrypting data. Example: AES.
- Asymmetric encryption — uses a pair of keys: a public key for encryption and a private key for decryption. Example: RSA.
These methods are often combined to ensure security and performance.