A library for data tokenization and detokenization
Project description
Trust_Sign
Version: 0.1
Description
Trust_Sign
is a Python library designed for data tokenization and detokenization. It provides a simple and secure interface for transforming sensitive data into tokens and then retrieving the original data.
Features
- Data Tokenization: Convert sensitive data into secure tokens.
- Data Detokenization: Retrieve the original data from tokens.
- Public Key Retrieval: Access the public key used for tokenization.
Installation
To install the library, use pip
:
pip install Trust_Sign
Usage
Tokenization Example
python
Copier le code
from Trust_Sign import TokenSignLibrary
lib = TokenSignLibrary()
data = "sensitive_data"
token = lib.tokenize_data(data)
print("Tokenized data:", token)
Detokenization Example
python
Copier le code
token = "your_token_here"
original_data = lib.detokenize_data(token)
print("Original data:", original_data)
Retrieving the Public Key
python
Copier le code
public_key = lib.get_public_key()
print("Public Key:", public_key)
License
This project is licensed under the MIT License - see the LICENSE file for details.
Author
Developed by Spidercrypt.
css
Copier le code
This `README.md` file provides an overview of the library, how to install it, and basic usage example
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 Distribution
trust_sign-0.1.tar.gz
(4.6 kB
view details)
Built Distribution
File details
Details for the file trust_sign-0.1.tar.gz
.
File metadata
- Download URL: trust_sign-0.1.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 78659b955fff8f1a76fc7edb13712f95f6636864d7ee04dd61608fae669478ed |
|
MD5 | 92d363b3d9c6aef2dd7237368842794c |
|
BLAKE2b-256 | 1c49ace71d4e84906c696e8dd690f5881f9228e3ace19efe2471f916f1e6ccbf |
File details
Details for the file trust_sign-0.1-py3-none-any.whl
.
File metadata
- Download URL: trust_sign-0.1-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0abb6ebe70bb78b3365d277100684e8c26a5a870f0dc538d6933de68652f2414 |
|
MD5 | 0f0f598ed0d87b6f1ee006454f6f184d |
|
BLAKE2b-256 | db286abe57dd7616f600668e8e9e3639fb6f69f3ccbaf8c5e33be793e7628fdc |