Easily encrypt/decrypt bytes with password
Project description
About
Bytecript is a python package for easy data encryption / decryption with password.
Usage
# main.py
from bytecrypt.bytecrypt import encrypt_bytes
from bytecrypt.bytecrypt import decrypt_bytes
encrypted_data = encrypt_bytes(b"secret", b"password")
decrypted_data = decrypt_bytes(encrypted_data, b"password")
print("\nEncrypted data: " + str(encrypted_data.decode("utf-8")))
print("\nDecrypted data: " + str(decrypted_data.decode("utf-8")))
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
bytecrypt-0.0.2.tar.gz
(3.0 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 bytecrypt-0.0.2.tar.gz.
File metadata
- Download URL: bytecrypt-0.0.2.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f98a1f26df5ef7d9d1f09b8540d70095d2ada88dfe39c4f04aa7fbfd11353ff4
|
|
| MD5 |
4d9f94eeaec2de6f54a73dd56f1486e8
|
|
| BLAKE2b-256 |
246a3d06e6b7fe66e0bb5e82acfb066e6c41baec9ed6c98a7a9fd2fb291ed697
|
File details
Details for the file bytecrypt-0.0.2-py3-none-any.whl.
File metadata
- Download URL: bytecrypt-0.0.2-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a6574666cba9caa1b8129584e2fee52e688f649b3a8b02806bd0e379ee28f51
|
|
| MD5 |
afe9cdc04ecc3156db3266436b37cbb1
|
|
| BLAKE2b-256 |
6d9bfa5a90923a4d063677661585c2effb982db580bf9bad6e4e668da8254aca
|