trust-sign


Nametrust-sign JSON
Version 0.1 PyPI version JSON
download
home_pagehttps://github.com/Mouhawos/Trust-Sign
SummaryA library for data tokenization and detokenization
upload_time2024-10-03 03:19:21
maintainerNone
docs_urlNone
authorSpidercrypt
requires_pythonNone
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# 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`:

```bash
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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Mouhawos/Trust-Sign",
    "name": "trust-sign",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Spidercrypt",
    "author_email": "spidercrypt.dev@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/1c/49/ace71d4e84906c696e8dd690f5881f9228e3ace19efe2471f916f1e6ccbf/trust_sign-0.1.tar.gz",
    "platform": null,
    "description": "\r\n# Trust_Sign\r\n\r\n**Version:** 0.1\r\n\r\n## Description\r\n\r\n`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.\r\n\r\n## Features\r\n\r\n- **Data Tokenization:** Convert sensitive data into secure tokens.\r\n- **Data Detokenization:** Retrieve the original data from tokens.\r\n- **Public Key Retrieval:** Access the public key used for tokenization.\r\n\r\n## Installation\r\n\r\nTo install the library, use `pip`:\r\n\r\n```bash\r\npip install Trust_Sign\r\nUsage\r\nTokenization Example\r\npython\r\nCopier le code\r\nfrom Trust_Sign import TokenSignLibrary\r\n\r\nlib = TokenSignLibrary()\r\n\r\ndata = \"sensitive_data\"\r\ntoken = lib.tokenize_data(data)\r\nprint(\"Tokenized data:\", token)\r\nDetokenization Example\r\npython\r\nCopier le code\r\ntoken = \"your_token_here\"\r\noriginal_data = lib.detokenize_data(token)\r\nprint(\"Original data:\", original_data)\r\nRetrieving the Public Key\r\npython\r\nCopier le code\r\npublic_key = lib.get_public_key()\r\nprint(\"Public Key:\", public_key)\r\nLicense\r\nThis project is licensed under the MIT License - see the LICENSE file for details.\r\n\r\nAuthor\r\nDeveloped by Spidercrypt.\r\n\r\ncss\r\nCopier le code\r\n\r\nThis `README.md` file provides an overview of the library, how to install it, and basic usage example\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A library for data tokenization and detokenization",
    "version": "0.1",
    "project_urls": {
        "Homepage": "https://github.com/Mouhawos/Trust-Sign"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "db286abe57dd7616f600668e8e9e3639fb6f69f3ccbaf8c5e33be793e7628fdc",
                "md5": "0f0f598ed0d87b6f1ee006454f6f184d",
                "sha256": "0abb6ebe70bb78b3365d277100684e8c26a5a870f0dc538d6933de68652f2414"
            },
            "downloads": -1,
            "filename": "trust_sign-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0f0f598ed0d87b6f1ee006454f6f184d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5636,
            "upload_time": "2024-10-03T03:17:57",
            "upload_time_iso_8601": "2024-10-03T03:17:57.111682Z",
            "url": "https://files.pythonhosted.org/packages/db/28/6abe57dd7616f600668e8e9e3639fb6f69f3ccbaf8c5e33be793e7628fdc/trust_sign-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1c49ace71d4e84906c696e8dd690f5881f9228e3ace19efe2471f916f1e6ccbf",
                "md5": "92d363b3d9c6aef2dd7237368842794c",
                "sha256": "78659b955fff8f1a76fc7edb13712f95f6636864d7ee04dd61608fae669478ed"
            },
            "downloads": -1,
            "filename": "trust_sign-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "92d363b3d9c6aef2dd7237368842794c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4646,
            "upload_time": "2024-10-03T03:19:21",
            "upload_time_iso_8601": "2024-10-03T03:19:21.888718Z",
            "url": "https://files.pythonhosted.org/packages/1c/49/ace71d4e84906c696e8dd690f5881f9228e3ace19efe2471f916f1e6ccbf/trust_sign-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-03 03:19:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Mouhawos",
    "github_project": "Trust-Sign",
    "github_not_found": true,
    "lcname": "trust-sign"
}
        
Elapsed time: 0.34186s