Skip to content

Commit

Permalink
update and verify new changes
Browse files Browse the repository at this point in the history
  • Loading branch information
utdevnp committed Dec 13, 2024
1 parent 1574c55 commit 4010724
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@
<meta property="og:title" content="64 Magic - Convert and Compress Strings to Base64">
<meta property="og:description"
content="64 Magic is a tool that lets you convert any string to Base64 encoding and compress it for more efficient storage. Perfect for handling long strings with ease.">
<meta property="og:image" content="URL_TO_YOUR_IMAGE_THUMBNAIL">
<meta property="og:url" content="https://your-site-url.com">
<meta property="og:image" content="https://utdevnp.github.io/64magic/key-fill.svg">
<meta property="og:url" content="https://utdevnp.github.io/64magic/">
<meta property="og:type" content="website">

<!-- Twitter Meta Tags (For Twitter Card) -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="64 Magic - Convert and Compress Strings to Base64">
<meta name="twitter:description"
content="64 Magic allows you to convert any text to Base64 encoding and compress it for efficient transmission.">
<meta name="twitter:image" content="URL_TO_YOUR_IMAGE_THUMBNAIL">
<meta name="twitter:url" content="https://your-site-url.com">
<meta name="twitter:image" content="https://utdevnp.github.io/64magic/key-fill.svg">
<meta name="twitter:url" content="https://utdevnp.github.io/64magic/">

<!-- Author Meta Tag -->
<meta name="author" content="Utshab Luitel">
Expand Down
32 changes: 32 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# 64 Magic

**64 Magic** is a lightweight and efficient tool designed to convert normal strings into **Base64 encoding** while applying **compression** to minimize storage size or transmission overhead. This makes it ideal for handling large strings or sensitive text data, ensuring both compactness and reliability.

## Story Behind the Creation
The idea for 64 Magic arose from the need for a simple yet powerful tool to handle large strings efficiently. By combining Base64 encoding with compression, 64 Magic provides a straightforward solution for users who need to encode and decode text without the need for complex integrations or dependencies. It empowers developers with an easy-to-use utility that works across different environments.

## Features
- Convert any normal string into **Base64 encoding**.
- Apply **compression** for reduced data size.
- Decode and decompress Base64 strings back to their original form.
- Lightweight and easy to use.

## Try It Here
[64 Magic Live Demo](#) ([https://utdevnp.github.io/64magic/](https://utdevnp.github.io/64magic/))

## Use Cases
- **Data Transmission**: Efficiently encode and compress strings for secure transmission over networks.
- **Storage Optimization**: Reduce the size of text data for compact storage.
- **Encoding Sensitive Data**: Encode sensitive information to Base64 for readability while keeping it compressed.
- **Cross-platform Compatibility**: Use Base64 encoding for sharing data between systems that require text-safe formats.

## Contribution Guidelines
We welcome contributions to make 64 Magic even better! If you’d like to contribute:
- Fork the repository
- Create a new branch for your feature or bugfix
- Commit your changes and submit a pull request

Please ensure that your code follows the existing coding style and includes tests for new functionality.

## License
This project is licensed under the [MIT License](LICENSE). Feel free to use, modify, and distribute it as per the terms of the license.

0 comments on commit 4010724

Please sign in to comment.