معرفی شرکت ها


django-aesfield-4.0.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Django Model Field that supports AES encryption
ویژگی مقدار
سیستم عامل -
نام فایل django-aesfield-4.0.0
نام django-aesfield
نسخه کتابخانه 4.0.0
نگهدارنده ['Christopher Grebs']
ایمیل نگهدارنده ['cg@webshox.org']
نویسنده Andy McKay
ایمیل نویسنده andym@mozilla.com
آدرس صفحه اصلی https://github.com/andymckay/django-aesfield
آدرس اینترنتی https://pypi.org/project/django-aesfield/
مجوز BSD
AES Field ========= Provides an AES field for Django that does AES encryption and decryption using `m2secret-py3`_, a Python wrapper for OpenSSL. .. _m2secret-py3: https://pypi.python.org/pypi/m2secret-py3 Usage ----- Like any other field:: from aesfield.field import AESField class SomeModel(...): key = AESField() Configuration ------------- AESField takes the following parameters beyond a normal CharField: * `aes_prefix`: the prefix to use on fields, defaults to `aes:` * `aes_key`: the key to use in the lookup method to find a suitable key for this field, defaults to `default` Settings: * `AES_METHOD`: the module to look in for a key lookup method, if you want something different from the default, `aesfield.default` * `AES_KEYS`: used by the `aesfield.default` method. It's a dictionary of keys to filenames. Those files must be able to be read by the Django process. It must have a `default` key, unless you specify a specifc one in `aes_key` Commands -------- If you add `aesfield` to `INSTALLED_APPS` you'll get one more command, `generate_aes_keys`. This will generate a new file for each file mentioned in the `AES_KEYS` dictionary. *But only if that file does not already exist*.


نحوه نصب


نصب پکیج whl django-aesfield-4.0.0:

    pip install django-aesfield-4.0.0.whl


نصب پکیج tar.gz django-aesfield-4.0.0:

    pip install django-aesfield-4.0.0.tar.gz