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.3.tar.gz
(7.2 kB
view details)
File details
Details for the file sidle-0.0.3.tar.gz
.
File metadata
- Download URL: sidle-0.0.3.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a96d040a046b42595cfbb11266afd713bac9fe8e55a628c6c8e0b19cb4b0df18 |
|
MD5 | d3419aa39f8eb10cf3d78481ab8de3e7 |
|
BLAKE2b-256 | 2474c8a0deed0c6aba22c6982b9b4c8291082c5d405bb59df543077102fbd839 |