-
Hex to Base64
I was going through these crypopals challenges, where I decided to do some of these problems in a language that was familiar to me (C++). The first challenge dealt with converting a hex string to base64. This type of conversion is used in encode all types of data such as text, images, etc. So, let’s…