No project description provided
Project description
Zocrypt
Intended mainly for use by ZeroAndOne Developers for protection of data with 6 level encryption.
Based on our project secret message encoder decoder
Installing
pip install zocrypt
Usage
>>> from zocrypt import encrypt,decrypt,key
>>> from encrypt import encrypt_text
>>> from decrypt import decrypt_text
>>> text="5 Mangoes are better than 6 Mangoes"
>>> key=key.generate()
>>> encrypt_text(text,key)
'`"V`O/i|;^a^.~k|4~k|;a|R#`k|l`V~#^#^V~Hk~V|l/a|k^"~V/O/i^;|a^.`k3'
>>> decrypt_text(text,key)
'5 Mangoes are better than 6 Mangoes'
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
zocrypt-1.2.0.tar.gz
(3.6 kB
view details)
File details
Details for the file zocrypt-1.2.0.tar.gz.
File metadata
- Download URL: zocrypt-1.2.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8958fd90354524a36120cfb6f11e0a86e50795e2bbacb3f0245ce4b0f305ccf2
|
|
| MD5 |
8574a6bca41d0feac47b1cf7cc49977f
|
|
| BLAKE2b-256 |
b92ff56775c7272768f12d45c27bff25180a8c85db9502ee3495d14cf6340d55
|