Code Monkey home page Code Monkey logo

delo-tools's Introduction

DeLo Tools - Offline Developer Toolkit

Introduction

During a lunch break, I dedicated an hour to create a small, browser-based Developer Toolkit called named DeLo Tools. These tools are designed with privacy and security in mind, ensuring that your data never leaves your browser.

Features

  • Base64 Decoder: Decode any Base64 encoded data instantly.
  • JSON Formatter + PII Redactor: Beautify your JSON and automatically redact personally identifiable information (PII).
  • JWT Decoder: Decode and analyze JSON Web Tokens (JWTs).
  • Un-escaper and Formatter: Un-escape and format SQL, XML, JSON values from log entries and objects.
  • SQL Formatter: Cleanly format and indent your SQL queries for better readability.
  • Hash Generator: Generate hashes using various algorithms like MD5, SHA-1, SHA-256, and more.
  • Random Data Generator: Generate random data, including ID, UDID, password, and personal information, for testing purposes.

Live URL: https://tools.delorenzi.me

Frequently Asked Questions (FAQ)

Why another developer toolkit?

Online tools, while convenient, often send data to their backend for processing, which raises security and privacy concerns. DeLo Tools do not send your data anywhere; each tool runs entirely within the browser.

The open source nature of the project means you can clone it, run it locally, and inspect the code at any time, ensuring full transparency and compliance.

What's about this unescaper feature?

Logs and outputs often contain escaped characters that make reading the content challenging. This feature of DeLo Tools can convert entries, such as:

"SELECT \"id\", \"field1\" AS \"_0\", \"field2\", \"field3\", \"field4\""

into

SELECT
    "id",
    "field1" AS "_0",
    "field2",
    "field3",
    "field4"

Contributing

Your thoughts, ideas for improvement, and contributions are warmly welcomed.

Francesco De Lorenzi

delo-tools's People

Contributors

fdelorenzi avatar

Watchers

 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.