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 hashes)

Uploaded Python 3

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