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.1.tar.gz
(2.8 kB
view details)
Built Distribution
File details
Details for the file PyBitCrypt-2.3.1.tar.gz
.
File metadata
- Download URL: PyBitCrypt-2.3.1.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f498ab0ddd80c4671294c3a80a12ae2701737f6e28c402de38f8b449c2c9e500 |
|
MD5 | 15ed7c0e76928a9371392e25588d5fd5 |
|
BLAKE2b-256 | 4ff36ad4151d21258cac67ac57ca18d302fd0b2c98956bf77112b5647ba0da5d |
File details
Details for the file PyBitCrypt-2.3.1-py3-none-any.whl
.
File metadata
- Download URL: PyBitCrypt-2.3.1-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.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 39cda9308936f7a46b6bd1b4ac7e10cd017b869a0aeccef947085fdf25e3ca74 |
|
MD5 | da39d43b8d0be1507d1d94a9769c41f2 |
|
BLAKE2b-256 | 6a6668d1d85b7e3a7da8c5a93579356abe9b5253979f822b57cd59ea7527505d |