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.2.2.tar.gz
(2.7 kB
view details)
Built Distribution
File details
Details for the file PyBitCrypt-2.2.2.tar.gz
.
File metadata
- Download URL: PyBitCrypt-2.2.2.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 | 6ef597f34e06200658245eafafe6b4e6728de8a644544e0dccd2e62ad40870a2 |
|
MD5 | 118f63cee1322cb758a9cdfcbd8803ed |
|
BLAKE2b-256 | 8377a9aa57670cf4794639d58587e99eeca9b17335a4c1988b772aee8da39186 |
File details
Details for the file PyBitCrypt-2.2.2-py3-none-any.whl
.
File metadata
- Download URL: PyBitCrypt-2.2.2-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 | 86b36159b12b5e92ffec7d15e29c6155ba3abf73c51202504d893e55c27c6835 |
|
MD5 | d94af7ac6ee5ff3cdacc56fdc07cfc82 |
|
BLAKE2b-256 | 625b1d63af36023fe7ba3774a2a5d43d7ac2493be5cc1ed304e68c55bc426bec |