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 encrypter,decrypter,key
>>> from encrypter import encrypt_text
>>> from decrypter 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.3.tar.gz
(3.6 kB
view details)
File details
Details for the file zocrypt-1.2.3.tar.gz.
File metadata
- Download URL: zocrypt-1.2.3.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 |
364f580deb4ab61398491118509e8c7f640e838cc47f9b44d79bb5a6c8935592
|
|
| MD5 |
9616625750ff61666690ab63773e070a
|
|
| BLAKE2b-256 |
05d0236a2ddf01c60efcdc77f40b5fd4d6aad65d5ae259abd8a614f6c8adbc79
|