README.md
Use this algorithm to convert from base64 to DataAPI files and vise versa.
Base64 to Local Data
Input: content (String), path (String)
Description: will convert the base64 content to binary and will save it to the specified path.
Local Data to Base 64
Input: path (String)
Description: will read file in path and return a base64 representation.