Skip to main content

A Block Metadata-Driven Order-Preserving Encryption (BMDOPE)

Project description

pybmdope

BMDOPE (Block Metadata-Driven Order-Preserving Encryption) is a custom encryption library designed to process data securely while preserving the order of encrypted blocks.

Overview

BMDOPE is designed for scenarios where maintaining the order of encrypted data is critical, such as database indexing or range queries on encrypted data. It achieves this by encrypting data in blocks and using metadata to preserve the order of the blocks during encryption and decryption.

Algorithm

  1. Block-Based Encryption: Data is divided into fixed-size blocks, and each block is encrypted individually using a key.
  2. Metadata Handling: Metadata is generated during encryption to store information about the length of each encrypted block. This metadata is encrypted separately to ensure security.
  3. Order Preservation: The encryption algorithm ensures that the lexicographical order of the plaintext blocks is preserved in the encrypted blocks.
  4. Key Management: The encryption key is reshuffled after processing each block to enhance security.

Use Cases

  • Encrypted Databases: Perform range queries or sorting operations on encrypted data without decrypting it.
  • Secure Indexing: Maintain the order of encrypted data for efficient indexing and retrieval.
  • Data Transmission: Securely transmit ordered data while preserving its structure.

Installation

From PyPI

Install the package directly from PyPI:

pip install pybmdope

From Source

To install the package from the source, use:

pip install -e .

This will install the package in editable mode, allowing you to make changes to the source code and use them immediately.

Usage

Example

from pybmdope.bmdope import BMDOPE

# Initialize BMDOPE with a 16-character key
key = b"W:]-I~Yzx;?E506h"
bmdope = BMDOPE(key)

# Data to encrypt
data = b"example data for encryption"

# Encrypt the data
encrypted_data = bmdope.encrypt(data)
print(f"Encrypted Data: {encrypted_data}")

# Decrypt the data
decrypted_data = bmdope.decrypt(encrypted_data)
print(f"Decrypted Data: {decrypted_data.decode('utf-8')}")

Testing

Unit tests are provided for all modules and integration. Run the tests using:

pytest

TODO

  • Replace binary string representation (e.g., b'1010101') with bitarray for improved performance and flexibility.

License

This project is licensed under the MIT License.

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

pybmdope-1.0.1.tar.gz (10.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pybmdope-1.0.1-py3-none-any.whl (9.2 kB view details)

Uploaded Python 3

File details

Details for the file pybmdope-1.0.1.tar.gz.

File metadata

  • Download URL: pybmdope-1.0.1.tar.gz
  • Upload date:
  • Size: 10.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.7

File hashes

Hashes for pybmdope-1.0.1.tar.gz
Algorithm Hash digest
SHA256 9b8ce60c3ad02430ab2dde4b9a529e5039eaab1985fdd6c726effb1ed6e5779f
MD5 995bf05591fc68a0fbee3543fbf1f705
BLAKE2b-256 f8fdef49581330d65246ec2d007af3acbf9e2d8e97dfa96323db1e57537c616b

See more details on using hashes here.

File details

Details for the file pybmdope-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: pybmdope-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 9.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.7

File hashes

Hashes for pybmdope-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 5a19632f28c9da55dc46d59a502023333bcdaed6058220ad5b133edd08c25e49
MD5 c2d511f9b966d7c89bcae5c39879e9a6
BLAKE2b-256 ac1c80c9778b7ea31fff81acc6b75590205a4cb9c1ef14dbc17b402ee8cdad79

See more details on using hashes here.

Supported by

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