Base64
Challenge
Take the below hex string, decode it into bytes and then encode it into Base64.
72bca9b68fc16ac7beeb8f849dca1d8a783e8acf9679bf9269f7bf
Solution
For this challenge is used python and I uploaded the script in my github. Link Here