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.4.tar.gz
(7.3 kB
view details)
File details
Details for the file sidle-0.0.4.tar.gz
.
File metadata
- Download URL: sidle-0.0.4.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 68818bbcf79f27472b0431308cd5ef66cf67f01b7fd0343c81e14c65f2529fdf |
|
MD5 | ac3e39bc47250123667dd995f3ec0943 |
|
BLAKE2b-256 | 295de0eabc7618ad1055aae9c144ab1ec3fb2575a79bb6ceff84ff2aa2a2bc8e |