Skip to main content

A simple data encryption with password for Python 3.

Project description

sidle

A simple data encryption with password for Python

Example with Sidle:

from sidle import Sidle
#: Sidle is a class for handling storing files and more.

sidle = Sidle(filename='data', password='12345')
sidle['username'] = 'zenqi'

Using SidleData

from sidle import SidleData
#: SidleData is a simple datastructure that hold key and the value
#: given.

sidle = SidleData()
sidle['username'] = 'zenqi'

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

sidle-0.0.2.tar.gz (7.3 kB view details)

Uploaded Source

File details

Details for the file sidle-0.0.2.tar.gz.

File metadata

  • Download URL: sidle-0.0.2.tar.gz
  • Upload date:
  • Size: 7.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for sidle-0.0.2.tar.gz
Algorithm Hash digest
SHA256 40108f43cecb8bf4bc543d288e5b6514818276742cefa4f7a0bf91f821aa8264
MD5 0c33ffa788f9778ff59bdfad53e67269
BLAKE2b-256 86739663cbe25815fbfb8f48881113ee8aa016e03756073c2154656a4deb38c8

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