Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/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
https://github.com/razikus/in-browser-tools

browser-tools ffmpeg-wasm javascript offline-first

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://ibt.razikus.tech) 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:
```bash
git clone https://github.com/Razikus/In-Browser-Tools.git
```

2. Navigate to the project directory:
```bash
cd In-Browser-Tools
```

3. Install the dependencies:
```bash
npm install
```

4. Serve the project locally:
```bash
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](https://github.com/Razikus/In-Browser-Tools/issues).

## License

This project is licensed under the MIT License

## Acknowledgments

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