Skip to main content

HectareaDictionaryEncryption

Project description

Hectarea Dictionary Encryption

Encryption algorithm by Hectarea and Qrab & Nell, made to securely transmit messages using a key, an IV, and a dictionary of 256 words, representing the 8 bits of a byte.


import HectareaDictionaryEncryption as hdc

dictionary = [
"chicken",
...,
"curry"
]

password = b'any length password'

iv = b'some random length IV'

message = b'I know what amber heard...'


encryptedString = hdc.Encrypt(message, iv, password, dictionary)


decryptedString= hdc.Decrypt(message, iv, password, dictionary)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page