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

https://github.com/gaganreddyin/huffman-encryptor

A tool that combines Huffman Encoding and robust encryption to securely compress and protect text-based files.
https://github.com/gaganreddyin/huffman-encryptor

encryption-decryption huffman-coding python3

Last synced: over 1 year ago
JSON representation

A tool that combines Huffman Encoding and robust encryption to securely compress and protect text-based files.

Awesome Lists containing this project

README

          

# Huffman-Encryptor

**Huffman Encryptor** is a tool that combines Huffman Encoding and robust encryption to securely compress and protect text-based files. it offers an intuitive interface for easy file selection and encryption.

## Features

- **Robust Data Encryption:** Makes 99% of the text unreadable to unauthorized users.
- **Intuitive Interface:** Effortlessly select and encrypt files with support for over 10 different text-based file extensions.
- **Huffman Encoding:** Reduces file size by up to 70% using lossless data compression.

## Getting Started

### Prerequisites

- Python
- Flask
- HTML/CSS/JavaScript (for the frontend)

### Installation

1. Clone the repository:
```bash
git clone https://github.com/your-username/huffman-encryptor.git