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
>>> text="5 Mangoes are better than 6 Mangoes"
>>> key=key.generate()
>>> encryptedtext=encrypter.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'
>>> decrypter.decrypt_text(encryptedtext,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.3.25.tar.gz
(3.7 kB
view details)
File details
Details for the file zocrypt-1.3.25.tar.gz.
File metadata
- Download URL: zocrypt-1.3.25.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da028b5e9877a5f5749d8ed60fa80d2afdc25f239bf0ce1a03ed51cbbbbd1b1f
|
|
| MD5 |
2183fe81bf71956dc9535d78b40663b5
|
|
| BLAKE2b-256 |
285f1c6045a45836581236860cd0a7d651056609bfb64e6b05ea04a2f555f82e
|