An open API service indexing awesome lists of open source software.

https://github.com/phxql/pocketknife

A small web application with useful tools in it, for example a Base64 encoder / decoder, JSON pretty printer, etc.
https://github.com/phxql/pocketknife

Last synced: 11 months ago
JSON representation

A small web application with useful tools in it, for example a Base64 encoder / decoder, JSON pretty printer, etc.

Awesome Lists containing this project

README

          

# Pocketknife

## What is this?

A small web application with useful tools in it, for example a Base64 encoder / decoder, JSON pretty printer, etc.

## Why?

There are several websites dedicated to the tasks contained in Pocketknife. If you're working with sensitive data, you
should be hesitant to paste that data into 3rd party websites. With Pocketknife, you just run the server on your local
machine, open the browser and can work with any data you want.

## Features

* Base64 encoding / decoding
* JSON prettify / minify
* JWT decoding

## License

Licensed under [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html).