Skip to main content

A package to encode or decode tokens

Project description

Arcane secret

This package allows to encode and decode secrets.

Get Started

pip install arcane-secret

Example Usage

from arcane.secret import decode

decoded_secret = decode('secret', 'path_to_secret_key_file')

or

from arcane.secret import encode

# Import your configs
from configure import Config

encoded_secret = encode(secret, Config.SECRET_KEY_FILE)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

arcane-secret-0.2.0.tar.gz (1.7 kB view hashes)

Uploaded Source

Built Distribution

arcane_secret-0.2.0-py3-none-any.whl (1.8 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