Skip to main content

A string encrypt and decrypt library

Project description

StrDES

strdes is a easy to use string encrypt and decrypt library.

Refactoring from des.js, the original author is Guapo.

>>> import strdes
>>> strdes.strEnc('abcd', 'a', 'b', 'c')
'238A77E95631FDAA'
>>> strdes.strDec('238A77E95631FDAA', 'a', 'b', 'c')
'abcd'

Installing

strdes is available on PyPI, install via pip install strdes.

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

strdes-0.0.1.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

strdes-0.0.1-py3-none-any.whl (4.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