Base64 is a ubiquitous method used for transforming binary data into a string format that can be conveniently transmitted over systems. This procedure involves converting binary data into a chain of 64 symbols, utilizing an alphabet consisting of letters (A-Z, a-z), numbers (0-9), and the symbols +, /, and =. The resulting Base64 string can then be