Stage (1) : Basic Cryptographic methods.

Oshan Devinda
Apr 2, 2021

--

Hexadecimal, Base32, Base64 are commonly used radices as the building blocks of cryptographic algorithms. Understanding of conversions and arithmetic between those radices will be useful when it comes to complex parts of our journey.

01. Converting Hex to Base64.

02. Fixed XOR

--

--