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.1.9.tar.gz
(3.6 kB
view details)
File details
Details for the file zocrypt-1.1.9.tar.gz.
File metadata
- Download URL: zocrypt-1.1.9.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 |
23697ed1d078747533777c7812169d6ce3911f31c219adccde7fbdc0270f9726
|
|
| MD5 |
b333f6689059abfe2efce3b409bbf004
|
|
| BLAKE2b-256 |
266100b5e048a713561bbdfe69361bd2e26818ffa339419f7466baf4ba08a13f
|