Skip to main content

Encryption algorithm based on bytes and their correspondent numbers to encode strings

Project description

g6r-logo
Github license GitHub all releases
GitHub issues GitHub Repo stars GitHub forks
GitHub language count GitHub Pipenv locked Python version

gcrypter

Is an encryption algorithm based on bytes and their correspondent numbers to encode strings.
  • To Encrypt:

    • It gets the length of the text given and encode both (text and lenght) into bytes then convert the bytes'values into numbers and return a tuple with two tokens (numbers);
  • To Decrypt:

    • It gets the tuple and retrieve both the values and reconvert them into bytes according to his bit-length and then decode the byte to the original string (text);

Installation

  • Windows:
pip install gcrypter
  • Unix/MacOS:
python3 -m pip install gcrypter

or:

sudo pip3 install gcrypter

© 2019-2021 Nurul-GC
ArtesGC Inc.
ArtesGC-DevSoft

Project details


Download files

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

Source Distribution

gcrypter-0.4.tar.gz (3.8 kB view hashes)

Uploaded Source

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