kurcoder

Simple encoder & decoder tool


Keywords
cipher, cryptography, ctf, ctf-tools, encoder-decoder, hacking, pentesting, python
License
MIT
Install
pip install kurcoder==0.0.1

Documentation

Kurcoder

A lightweight encoding & decoding tool [BETA v1.0]

Available Options:

  • ROT13 Decoder
  • Hexadecimal to ASCII
  • ASCII to hexadecimal
  • Base64 Encoder
  • Base64 Decoder
  • IP Subnet (CIDR) Calculator

Install

Kurcoder is built for 3.8+, and tested on mac)S/Linux.

To install and use Kurcoder, you can build locally:

$ git clone https://github.com/0xkurome/Kurcoder.git 
$ cd Kurcoder/
$ python3 kurcoder.py

More options will be added soon!