GithubHelp home page GithubHelp logo

t3c404 / base64decoder Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 307 KB

Simple Base64 Decoder written in Python using bottle. Offers an HTML frontend and an API. Is also for encoding!

Python 30.43% JavaScript 34.43% HTML 28.38% CSS 5.16% Dockerfile 1.60%
base64-encoding base64-decoding base64 encoding encodings

base64decoder's Introduction

Base64 Decoder Build Status

Simple Base64 Decoder written in Python using bottle. Offers an HTML frontend and an API. Works also for encoding!


Installation

  1. clone the repo: git clone https://github.com/t3c404/base64-decoder.git

the next points are just necessary when you don't use docker

  1. install bottle: pip install bottle
  2. run: python run.py
  3. url: 0.0.0.0:4000 (refresh page to clear the list)

Run with Docker-Compose (recommended)

  1. install docker-compose
  2. run: docker-compose build (just once)
  3. run: docker-compose up
  4. url: 0.0.0.0:4000 (refresh page to clear the list)

Run with Docker

  1. build container: docker build -t base64 .
  2. run: docker run -p 4000:4000 --name base64 base64 (just once)
  3. start container: docker start base64
  4. stop container: docker stop base64
  5. url: 0.0.0.0:4000 (refresh page to clear the list)

base64decoder's People

Contributors

t3c404 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.