A simple encrypting and decrypting module.
Project description
PyBitCrypt
<\br>
This is an encrypting and decrypting module. It uses a key to shift the letters by the key.
<\br>
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.tar.gz
(2.6 kB
view details)
Built Distribution
File details
Details for the file PyBitCrypt-2.1.tar.gz
.
File metadata
- Download URL: PyBitCrypt-2.1.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 76e2bf017d15b214718d72decb4c0fd13b6f57b174f11da7772a73c8dba7a4ce |
|
MD5 | af24910085f6dac26c30a20854573654 |
|
BLAKE2b-256 | ed313e4f343ebc20dfad9a78cca63cd76c5557e4b97244a903d3a79efa8d3c44 |
File details
Details for the file PyBitCrypt-2.1-py3-none-any.whl
.
File metadata
- Download URL: PyBitCrypt-2.1-py3-none-any.whl
- Upload date:
- Size: 2.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 | 7e21607e786c8a0976d9778149b0c51e06cf62b9c62f837edeb1566f4a55bb5d |
|
MD5 | 462bdc595834988711338f7693169305 |
|
BLAKE2b-256 | c2c067fb0848a0b7bb60df29add43964f02c03cc712b1bba8da21a1b6a0460de |