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
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 Distributions
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | df272a90fe0421a08222a2a13e665d15ccee2cdf3cb96030743374e396abc846 |
|
MD5 | a8a26e53afb803951c574729fe69ed8c |
|
BLAKE2b-256 | 363cbc853f3fcce2622bc3599bf90eea3a62fa10764e0230ca759c7bcb07feb4 |