Skip to main content

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.

Website LinkedIn Twitter Instagram Facebook Youtube Pypi Gmail

BTC : 16mUJYXdNh9VkjN3MQawA8wvYJqL9F5CKZ

ko-fi

yasserbdj96

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ctfbe-1.0.2.tar.gz (6.1 kB view hashes)

Uploaded Source

Built Distribution

ctfbe-1.0.2-py3-none-any.whl (7.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page