A simple module to encrypt and decrypt data using a secret keys/passcodes
Project description
Encryptos Description
Get to encrypt data easily using a unique algorithm.
Getting Started
Encryptos requires secret ,which is ,secret key/passcode to decrypt or encrypt data just in simple steps.
Install encryptos using pip::
python -m pip install encryptos
Prerequisites
No extra modules have to be installed to use this module but only python built-in modules will be used.
Deployment
After installation,just use this module like this::
from encryptos import encrypt,decrypt
key="secret_key"
string_="unencrypted_string"
encrypted=encrypt(string_,key)
decrypted=decrypt(encrypted, key)
First the string "string_" is encrypted to "encrypted" varible and then decrypted back to "string_" by "decrypt" function ,that is to "decrypted".
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Authors
- Brian Musakwa - Initial work - digreatbrian
See also the list of contributors who participated in this project.
License
This project is licensed under the Lesser General Public License - see the LICENSE file for details
Acknowledgments
- I hereby thank everyone who has contributed to this software as any contribution is regarded good for better performance of the software.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file encryptos-1.0.1.tar.gz
.
File metadata
- Download URL: encryptos-1.0.1.tar.gz
- Upload date:
- Size: 22.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b7cd54ae2f5539b9d3781abb5d4a5abc77f7c8697b3977bde24cb95781e13c4 |
|
MD5 | f7e22f6e79f3a11a48f0f1e50828083b |
|
BLAKE2b-256 | d2a76112ff239ea0b4002b97074d7d75d89e9d1f1748892b51735a90e351f032 |
File details
Details for the file encryptos-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: encryptos-1.0.1-py3-none-any.whl
- Upload date:
- Size: 22.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f7fb02d8f56530648d0233408cfb93a2f5cdd35df0c6635d0893c1174173e8f |
|
MD5 | 912810205547cae6ef6d0303ae23b6ae |
|
BLAKE2b-256 | d1fef0c9c868df409c2b1c6a2c58b9cf1e1c64bcea7f5ba0d5688afe1f70feda |