A simple web application for converting files to base64 strings and base64 strings back to files. Built with React, Tailwind CSS, and Python Flask. . ├── backend/ # Python Flask backend │ ├── app.py # ...
Note: If you are looking for a faster, more robust implementation for standart encodings, use the standard library. This library goal is to provide a flexible implementation for custom base-N ...