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 = "ExampleKey1!"
>>> text = "ExampleText2?"
>>> pbc.encrypt(key, text)
'8af0c2dae0d8ca9fcaf1a55384'
Decoding:
>>> from PyBitCrypt import pbc
>>> key = "ExampleKey1!"
>>> encrypted = "8af0c2dae0d8ca9fcaf1a55384"
>>> pbc.decrypt(key, encrypted)
'ExampleText2?'
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-3.0.1.tar.gz
(2.6 kB
view details)
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.1.tar.gz.
File metadata
- Download URL: pybitcrypt-3.0.1.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf4ebaf2f48a0fdccd3cb2115ba0ce8ad135f60525dfd0d8eb87baf524a804a8
|
|
| MD5 |
16928245a65b37e68c74636fc755e935
|
|
| BLAKE2b-256 |
258955f6a9c416fdefcea1967ef9308578520121fdb82a90ea7cb076cf04d5c8
|
File details
Details for the file PyBitCrypt-3.0.1-py3-none-any.whl.
File metadata
- Download URL: PyBitCrypt-3.0.1-py3-none-any.whl
- Upload date:
- Size: 3.6 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 |
4100b7889e4a20bab649c9062b4392d2fdf2d5856cc06e77c4a749b80ea85a58
|
|
| MD5 |
2e9a630175055a4e870206c973683ca3
|
|
| BLAKE2b-256 |
e33ab15a6d84c9e1eec0f93a6d9abf95ceaf397c950e7d63a8ffc95a95ab0d75
|