A simple encrypting and decrypting module.
Project description
PyBitCrypt
This is an encrypting and decrypting module. It uses a key to shift the letters by the key.
Encoding:
import PyBitCrypt as pbc
key = 'SampleKey1!'
text = 'SampleText1!'
encoded = pbc.encrypt(key, text)
Decoding:
import PyBitCrypt as pbc
key = 'SampleKey1!'
text = 'SampleText1!'
encoded = pbc.encrypt(key, text)
Enjoy!
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
PyBitCrypt-2.0.1.tar.gz
(2.6 kB
view details)
Built Distribution
File details
Details for the file PyBitCrypt-2.0.1.tar.gz
.
File metadata
- Download URL: PyBitCrypt-2.0.1.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b508e2fc1438f761091df8b6a8c60fef7208caff73f5822f2470c6e28f268291 |
|
MD5 | cc8a087f2960660b8e914ba71e2af31d |
|
BLAKE2b-256 | 1005906ac1c82acba1764959494257772ffa919f7ecd8f165861279cee97b721 |
File details
Details for the file PyBitCrypt-2.0.1-py3-none-any.whl
.
File metadata
- Download URL: PyBitCrypt-2.0.1-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 47d929bf58d56daeea969c5b1c70afa62b25a787f8360806f1bd2e7e7139239e |
|
MD5 | c6fd58514fac270708faff09b69dfbee |
|
BLAKE2b-256 | 2569e7138892e6f5031ed31f04ec757ab07a1ac66474f9dbba052e1edeeca8ec |