A simple html static base64 converter side which runs in a .NET 9 container
10K+
Just a simple HTML base64 converter which runs in a .NET 9 docker container.
There is no backend or database, just a simple HTML page with a JavaScript function to convert a string to a base64 string and/or back. Nothing will be stored or sent to any server.
To run the docker, you can do the following:
docker run -d --name base64-converter -p 8080:8080 freelyit/base64-converter:latest
Content type
Image
Digest
sha256:a55adf11a…
Size
88.5 MB
Last updated
over 1 year ago
docker pull freelyit/base64-converter