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.tar.gz
(2.7 kB
view details)
Built Distribution
File details
Details for the file PyBitCrypt-2.2.tar.gz
.
File metadata
- Download URL: PyBitCrypt-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 | 6bd5ee37a6a03dd2c9e0fbe6719ab52f4a8bb938d788980513ce9f265ee71f79 |
|
MD5 | 52aef17170cccac5588563473b890858 |
|
BLAKE2b-256 | 48e7e4e7c8268af68c2220f49858e61027b15b49e0fd9157bf710dadddefc99c |
File details
Details for the file PyBitCrypt-2.2-py3-none-any.whl
.
File metadata
- Download URL: PyBitCrypt-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 | 1a9558e0725306eb499684b778ff23105c887c52f061d83a1dcfb9a522cc378e |
|
MD5 | 903d011fbdca4b335ba71ebef2257b11 |
|
BLAKE2b-256 | 4a5f4cd6ab284ffbcb1b228add8efabbbe50afcfc45463c09ce10eba68cd6242 |