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.2.tar.gz
(3.6 kB
view details)
File details
Details for the file zocrypt-1.2.2.tar.gz.
File metadata
- Download URL: zocrypt-1.2.2.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 |
151e70a0ef8d883202b02a8a38b956dea6007c5fd963b35a3471653cad1a2cf7
|
|
| MD5 |
33389b82475aa0b028db5a400454c29f
|
|
| BLAKE2b-256 |
bc81fccb3fa31420f2bf9e1254ccb51d16a56e9f300c6e6baa7e8a2a9fdb32b7
|