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:
from PyBitCrypt import pbc
key = 'SampleKey1!'
text = 'SampleText1!'
encoded = pbc.encrypt(key, text)
Decoding:
from PyBitCrypt import 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.3.tar.gz
(2.7 kB
view details)
Built Distribution
File details
Details for the file PyBitCrypt-2.3.tar.gz
.
File metadata
- Download URL: PyBitCrypt-2.3.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1bbdf8b237ffb608bd492d1ce0df434aa6b0b0e78a33fad578e54d784cde3b67 |
|
MD5 | a89c51d23a592e5c35bfea5bc37f71a0 |
|
BLAKE2b-256 | 7a0d6c91e646b2f4ea335ff1d2f73b7ad8725ae6c93bf24c48cae7f934050170 |
File details
Details for the file PyBitCrypt-2.3-py3-none-any.whl
.
File metadata
- Download URL: PyBitCrypt-2.3-py3-none-any.whl
- Upload date:
- Size: 3.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 | f8127a65b048991625a2e7e65a4a2f19c7e23db64caee7def5b1b7d6bfa2c443 |
|
MD5 | 92b2c9fa1977681f79f062be36e4776c |
|
BLAKE2b-256 | e9e7db5474db83c4b385440f75c69975cfe461351a038e2103bca3e3161573ea |