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.1.1.tar.gz
(2.7 kB
view details)
Built Distribution
File details
Details for the file PyBitCrypt-2.1.1.tar.gz
.
File metadata
- Download URL: PyBitCrypt-2.1.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 | 5ce8a44bac1182205451bfee267079a4ffc6bce482dfd5ba8dd6a9da6510c0e1 |
|
MD5 | aeab62914f9070aad6700a1db19ad78c |
|
BLAKE2b-256 | ea0a3e784620e74f4aefc11bc2ce8b8cdd7c47176efadc6bfcf8702fe3cd2ee6 |
File details
Details for the file PyBitCrypt-2.1.1-py3-none-any.whl
.
File metadata
- Download URL: PyBitCrypt-2.1.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 | 0a33bcc07783db5db0fd6e344209099a94bcd3e789ad4cd3090b504657632743 |
|
MD5 | d00d7cf7d2198ac20a44d5016bc78f81 |
|
BLAKE2b-256 | 1d9853ffddf52ffc792634289ea3ad8b3d52c3fe3864efaf4539a95c10e9ee65 |