📄️ Introduction
Today's session is about how we secure data in computer systems using math and algorithms.
📄️ Exclusive Or (XOR)
Exclusive or, also called "XOR" is a binary operator that behave
📄️ Symmetric Cryptography
Symmetric ciphers are encryptions algorithms that uses the same key for both encrypting and decrypting data.
📄️ Asymmetric Cryptography
Asymmetric Cryptography is a cryptography system that uses two keys: a public key(which as the name suggests may be known by others) and private key(which must only be known by the owner)