Skip to main content

Simplifies encoding sensitive data like emails URL-safe tokens.

Project description

urltoken

Description

URL Token Encoder simplifies encoding sensitive data like emails and usernames into URL-safe tokens. Unlike encryption, it preserves data integrity for easy retrieval. Ideal for securing information in URLs without encryption complexities.

Features:

  • Encode sensitive content into URL-safe tokens.
  • Lightweight and easy integration into Python apps.
  • Simplifies data security in web apps and APIs.

Installation

pip install urltoken

Usage

from urltoken import UrlTokenEncoder

token = UrlTokenEncoder.encode('example@domain.com')
print(token)

decoded = UrlTokenEncoder.decode(token)
print(decoded)

Issues

https://github.com/laonan/urltoken/issues

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

urltoken-1.0.0-py3-none-any.whl (3.7 kB view details)

Uploaded Python 3

File details

Details for the file urltoken-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: urltoken-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 3.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.0

File hashes

Hashes for urltoken-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6a8fd3eb256203a4933ac4b99b80cc86d27f30aeb6bd59eaa3218f154e2d08e2
MD5 90d56c722cc6589ecc10ac1538337e51
BLAKE2b-256 edd50a7b54f11c13d6f6ecb7023e8f62fa795e3beddc0b742d1485b17cd01191

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