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.
- Host: GitHub
- URL: https://github.com/phxql/pocketknife
- Owner: phxql
- Created: 2018-03-23T17:23:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-25T17:20:56.000Z (over 8 years ago)
- Last Synced: 2025-01-08T08:14:26.504Z (over 1 year ago)
- Language: Kotlin
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).