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.2.1.tar.gz
(2.7 kB
view details)
Built Distribution
File details
Details for the file PyBitCrypt-2.2.1.tar.gz
.
File metadata
- Download URL: PyBitCrypt-2.2.1.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 | 4dfaa48b1eaa3b859a89a03078bf7d040ddc3e94b990fcaa2ecd5eb0868eb00d |
|
MD5 | ec6b1c8e98e1feac1b45f648d3d07d60 |
|
BLAKE2b-256 | 62c8191e5107a4a2b94e2ba6ab6f568496918c64e24d666e2f8d4fa6ec078cd4 |
File details
Details for the file PyBitCrypt-2.2.1-py3-none-any.whl
.
File metadata
- Download URL: PyBitCrypt-2.2.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.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b9748474abc6840df3fd3b73733f9853843b451b1d9f922aea149afcad0ab75 |
|
MD5 | 7d2f30403675295fc7f2fc6c34e45046 |
|
BLAKE2b-256 | 013a01896428c226ca21cc8aca5a898014c0a92b451c1695cb25133b67e64523 |