Skip to main content

Crypto Middleware for DjangoRestFramework

Project description

Crypto Middleware for DjangoRestFramework

Installation

python3 -m pip install django_rest_crypto

Usage

# settings.py

MIDDLEWARES += [
    'django_rest_crypto.middlewares.EncryptDataMiddleware',
]


ENCRYPT_KEY = b'1234567890ABCDE'    # 16, 24 or 32 bytes, required
ENCRYPT_MODE = 'CBC'                # default

ENCRYPT_IV = b'1234567890ABCDE'     # optional
ENCRYPT_NONCE = b'1234567890ABCDE'  # optional

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

django_rest_crypto-1.0.2.tar.gz (3.4 kB view details)

Uploaded Source

Built Distribution

django_rest_crypto-1.0.2-py3-none-any.whl (4.0 kB view details)

Uploaded Python 3

File details

Details for the file django_rest_crypto-1.0.2.tar.gz.

File metadata

  • Download URL: django_rest_crypto-1.0.2.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.8

File hashes

Hashes for django_rest_crypto-1.0.2.tar.gz
Algorithm Hash digest
SHA256 de48e9e9ca1dd928450ba0f87b1f0801975667af3c50b70a5aa75794311e3547
MD5 138185ccf0d8d2929eed6b23cb89c463
BLAKE2b-256 330ee24386f0a67ed22e7095215ff547c90e50ed5c6bfbbbe11ddc83b4da747c

See more details on using hashes here.

File details

Details for the file django_rest_crypto-1.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for django_rest_crypto-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 acc5208c8e627bf61022bb21015b40f254a43a87d2c9a54d3411a9fb8a5fedba
MD5 6f6fdef34a1921121722eabdec9c2b3b
BLAKE2b-256 3b13c756ea361927ce906d721efcf4f3de74e40936bbbfab7bb5df272849f7da

See more details on using hashes here.

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