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!'
decoded = 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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pybitcrypt-3.0.0.tar.gz.
File metadata
- Download URL: pybitcrypt-3.0.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c041b7ca5808e83436e07fe865df444a663edf504fc5edb74585184cf6345656
|
|
| MD5 |
cbe10e9c5db32afa1b2d4249adddbc27
|
|
| BLAKE2b-256 |
58287ee6b962b42799c6a196e0cef3a5a894658e8392183a7e6f04af53022536
|
File details
Details for the file PyBitCrypt-3.0.0-py3-none-any.whl.
File metadata
- Download URL: PyBitCrypt-3.0.0-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da38648d18a174a8ec92c52cd232808d19e967d4c695781291f7c564f0285758
|
|
| MD5 |
88df260ae997c40290e8782f3f9e809e
|
|
| BLAKE2b-256 |
5b8e448c016b0f5a91ab5be6724fbfb8d7a73425a5afc194251a4b6bcf97f942
|