An text encoder based on Hauffman Encoding.
Project description
Hencoder
Hencoder is a simple encoder based on greedy algorithim Huffman encoding.
pip install Hencoder
This package can be used to:
- Encode/Decode any given text
- Encode/Decode any given file.
This file can be
- Any plain text file.
- Source code along with indentations.
- Any other text that is readable by python.
What's Great about Hencoder ? :star2:
Hencoder makes sure that nobody else can decode your text other than you. :superhero:
Hencoder provides a feature to encode your input using a secret key.
This secret key ensures that no-one else can decode your encoded text until they know the key used for encoding the text.
This secret key gets added to your original text, therefore correct decoding is only possible when the user enters the same key that was used while encoding.
This key can be any value in range of key = 1-100 .
Geek fact:
You can super encode your already encoded file with another key to make it even more difficult for someone to crack it.
How to Use Hencoder ? :book:
It's as smooth as butter.
- Encoding/Decoding can be done in 2 ways:
- Encoding/Decoding a text
- Encoding/Decoding a file
Hencoder.encode(text="", key=0, path=None, inplace=False)
Hencoder.decode(text="", key=0, path=None, inplace=False)
* text: Text that needs to be encoded.
{Default=''} {Optional}
* key: Encoding: Secure your data by adding a secret value.
Decoding: When decoding, you need to enter same key.
{Default=0} {Optional}
* path: If want to convert any file, enter its complete path.
{Default=None} (Optional)
* inplace: When coverting file, modify file inplace.
{Default= False} (Optional)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file Hencoder-1.0.0.tar.gz.
File metadata
- Download URL: Hencoder-1.0.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca12c18e3d274e8feba51cfa57ea44113430aca1a3785a0e1ac127b415280fcc
|
|
| MD5 |
830b7fafa0bd03f093823ad3246d457c
|
|
| BLAKE2b-256 |
44de908bdd4d6b915e61749b2450e53d8f58494d5faa178d0eace5430f34cd36
|
File details
Details for the file Hencoder-1.0.0-py3-none-any.whl.
File metadata
- Download URL: Hencoder-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2226aa50a4888d06ed21928c8fb0ac94869e591fb6e8577b9d214519ec166bdb
|
|
| MD5 |
aacd932527cded802eb1a7ef0f4409c7
|
|
| BLAKE2b-256 |
58cc4d37c7a14c106e6f564ff5b10de14cc08fcd173e08ec39e246007bef5b9b
|