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)
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 40108f43cecb8bf4bc543d288e5b6514818276742cefa4f7a0bf91f821aa8264 |
|
MD5 | 0c33ffa788f9778ff59bdfad53e67269 |
|
BLAKE2b-256 | 86739663cbe25815fbfb8f48881113ee8aa016e03756073c2154656a4deb38c8 |