Skip to content

Latest commit

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Hencoder

forthebadge made-with-python

PythonGitHub releaseBuild StatusContributions welcome


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.

Hencoder

What's Great about Hencoder ? 🌟

Hencoder makes sure that nobody else can decode your text other than you. 🦸

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.

Key

How to Use Hencoder ? 📖

It's as smooth as butter.

  • Encoding/Decoding can be done in 2 ways:
    1. Encoding/Decoding a text
    2. Encoding/Decoding a file
Hencoder.encode(text="", key=0, path=None, inplace=False)
Hencoder.decode(text="", key=0, path=None, inplace=False)
*text: Textthatneedstobeencoded.
{Default=''} {Optional}
*key: Encoding: Secureyourdatabyaddingasecretvalue.
Decoding: Whendecoding, youneedtoentersamekey.
{Default=0} {Optional}
*path: Ifwanttoconvertanyfile, enteritscompletepath.
{Default=None} (Optional)
*inplace: Whencovertingfile, modifyfileinplace. {Default=False} (Optional)

File Encoding

About

An text encoder based on Hauffman Encoding.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages