Skip to content

juanmaescudero/base-64

Repository files navigation

Base64 Encoder/Decoder

This repository contains a utility tool built with React.js and Next.js that allows you to perform various encoding and decoding tasks, along with a string to MD5 converter.

decode 64 base

Features

  • Convert Base64 to Image: Decode Base64-encoded data and display it as an image.
  • Convert Base64 to String: Decode Base64-encoded data and display it as a string.
  • Convert String to Base64: Encode plain text strings to Base64.
  • String to MD5 Conversion: Generate MD5 hash from input string.

Demo

https://decode64base.com/

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/base64-encoder-decoder.git
    cd base-64 
    
  2. Install dependencies:

    npm install
    

Usage

  1. Open the project in your preferred code editor.

  2. Run the application:

    npm run dev
    
  3. Access the tool through your web browser by visiting http://localhost:3000

Contributing

Contributions are welcome! Please feel free to submit issues and pull requests.

License

This project is licensed under the MIT License.