Skip to main content

Securely encode and decode hexadecimal with geometric figure.

Project description

# Geocrypt

## Installation To install, use : `bash pip install geocrypt ` Geocrypt require sympy. ## Use Geocrypt can only encode hexadecimal (with capital letter). To generate key, use : `python k=geocrypt.Key() k.generate() ` To encode a string: `python text="Hello world!" ctext=geocrypt.encode(text,k) ` To decode a string : `python dtext=geocrypt.decode(ctext,k) ` Complet exemple : `python import geocrypt k=geocrypt.Key() k.generate() text="Hello world!" ctext=geocrypt.encode(text,k) dtext=geocrypt.decode(ctext,k) ` ## Source Geocrypt’s code is available [here](github.com/lolo859/geocrypt).

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

geocrypt-0.1.0-py3-none-any.whl (2.6 kB view details)

Uploaded Python 3

File details

Details for the file geocrypt-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: geocrypt-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 2.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for geocrypt-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 df272a90fe0421a08222a2a13e665d15ccee2cdf3cb96030743374e396abc846
MD5 a8a26e53afb803951c574729fe69ed8c
BLAKE2b-256 363cbc853f3fcce2622bc3599bf90eea3a62fa10764e0230ca759c7bcb07feb4

See more details on using hashes here.

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