A simple project to encrypt data and files. This program encrypts any type of file, whatever its size. Nothing can be decrypted without the password.
Project description
CTFBE (codes texts files big data encrypted)
A simple project to encrypt data and files. This program encrypts any type of file, whatever its size. Nothing can be decrypted without the password.
Installation:
pip install ctfbe==1.0.2
Usage:
from ctfbe import ctfbe
Examples:
from ctfbe import ctfbe
#to encrypt:
ctfbe("<THE_PATH_TO_THE_FILE_TO_BE_ENCRYPTED>").encode(passw="<PASSWORD>")
#to decode:
ctfbe("<THE_PATH_TO_THE_FILE_TO_BE_DECRYPTED>").decode(passw="<PASSWORD>",key_path="<KEY_FILE_PATH>")
Changelog:
## 1.0.2
- Cancel the second level of encryption to increase speed.
## 1.0.1
- Fix bugs.
## 1.0.0
- First public release.
BTC : 16mUJYXdNh9VkjN3MQawA8wvYJqL9F5CKZ
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 ctfbe-1.0.2.tar.gz.
File metadata
- Download URL: ctfbe-1.0.2.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56521827634946e29f92a5ed71786f689fa1077051993ec8e0c671edfe4d41cd
|
|
| MD5 |
4fa4bde7eed3b4c797edd515e49c2147
|
|
| BLAKE2b-256 |
66c086891dc1830c0db343b4289fbb6f8498d8ebaec8fb1dcb7116b460fc05cb
|
File details
Details for the file ctfbe-1.0.2-py3-none-any.whl.
File metadata
- Download URL: ctfbe-1.0.2-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9db9ff64ec7ef727eb919aad96322f2013a914b2314487995cc5505688bdebea
|
|
| MD5 |
10fb5bede1c24d500a6e9a3efe9e3427
|
|
| BLAKE2b-256 |
f0e39a35fd9d2195ff4d278883775194847adcd6579210c05b388faec7d71b50
|