Looks like no one added any tags here yet for you.
Security Concepts
Security involves two key aspects:
Encryption – Ensures traffic remains secure even if intercepted.
Authentication – Verifies that the client is connected to the intended server (server authentication).
While these provide an acceptable level of security, no system is entirely secure
Symetric and Asymetric keys in pratice are…
Symmetric key algorithms are relatively efficient in code.
Asymmetric algorithms are compute intensive.
(rev a lvl notes on this)