Algorithm Types
Encryption Algorithms (AES, DES, RSA...)
Authentication Algorithms (MD5, SHA-256, SHA-512, HMAC ...)
Security
Encryption Types:
Symmentric Single key (K) will be used for Encryption and Decryption (AES, DES)
Asymmentric Two keys (KU, KR) will be used for Encryption and Decryption (RSA)