Razikus / In-Browser-Tools

Different in browser tools like password generator, base64 decoder and encoder, json preety etc. Without any analytics and stuff like that

Home Page:https://ibt.razikus.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In Browser Tools

https://ibt.razikus.tech

In Browser Tools is a collection of analytics-free, privacy-concerned tools designed to operate directly within your browser. This project is built for users who value privacy and wish to utilize tools without the need for server-side processing or data transmission. Our tools are completely free to use and open-source, making them ideal for educational purposes, quick utilities, or as part of your privacy-focused toolset.

SBOM (Software Bill of Material) generated by https://sbom.sh tool

Features

  • Base64 Decoder/Encoder: Quickly encode or decode your data in Base64 format, all within your browser.
  • Offline Password Generator: Generate strong, secure passwords offline, ensuring your passwords never leave your device. Now supports batch gen, and specifying your own set of keys
  • WEBP to JPEG/PNG Converter: Easily convert WEBP images to JPEG or PNG formats without the need for external tools.
  • JSON Viewer: Beautify and view JSON documents in a clean, user-friendly interface.
  • UUID Generator: UUID v1 v4 and v7 generation
  • AVI TO MP4 CONVERTER: FFMPEG built in
  • Round image cropper: Now there is also ability to crop round images with specified resolution

All tools are designed to be easy to use, with a focus on privacy and security.

Getting Started

To use In Browser Tools, simply visit our website or clone this repository to run the tools locally. Our project is built with Vue.js, ensuring a reactive and seamless user experience.

Developing

  1. Clone the repository:

    git clone https://github.com/Razikus/In-Browser-Tools.git
  2. Navigate to the project directory:

    cd In-Browser-Tools
  3. Install the dependencies:

    npm install
  4. Serve the project locally:

    npm run serve
  5. Open your browser and navigate to http://localhost:8080.

Reporting Issues

If you encounter any problems or have a feature request, please submit an issue here.

License

This project is licensed under the MIT License

Acknowledgments

  • Thanks to all contributors who have helped to build and improve In Browser Tools.

About

Different in browser tools like password generator, base64 decoder and encoder, json preety etc. Without any analytics and stuff like that

https://ibt.razikus.tech

License:MIT License


Languages

Language:Vue 59.3%Language:JavaScript 36.1%Language:HTML 2.5%Language:SCSS 2.1%