{ "info": { "author": "John Hensley", "author_email": "john@cabincode.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: Public Domain", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Communications :: Email", "Topic :: Security :: Cryptography" ], "description": "=============\ndjango-djembe\n=============\n\nA Django email backend that encrypts outgoing mail with S/MIME.\n\nFeatures\n--------\n\nIt automatically encrypts messages to recipients for whom certificates are\navailable, falling back to cleartext for any recipients that don't have\ncertificates on file.\n\nAdd certificates for the addresses in settings.ADMINS and you can relax (a\nlittle) about emailing notifications, Django error reports, or other\npotentially sensitive information.\n\nIt supports multiple certificates per recipient address, so you can define\nADMINS as an alias, configure each recipient's address and certificate and\nthey'll all be able to read the messages.\n\nIf a private key is associated with a sending address, messages from that\nsender will also be signed.\n\nLicense\n-------\n\nYou can copy, modify, distribute and perform the work, even for\ncommercial purposes, all without asking permission.\n\nTo the extent possible under law, the author(s) have dedicated all\ncopyright and related and neighboring rights to this software to the\npublic domain worldwide. This software is distributed without any\nwarranty.\n\nSee the file COPYING for the full text of the CC0 Public Domain\nDedication, also available at:\n\n http://creativecommons.org/publicdomain/zero/1.0/\n\nInstallation\n------------\n\n``pip install django-djembe``\n\nConfiguration\n-------------\n\n#. Add ``djembe`` to your ``INSTALLED_APPS`` setting.\n\n#. Create its model tables with ``manage.py migrate djembe``.\n\n#. To use it as your default email backend, add this setting::\n\n EMAIL_BACKEND = 'djembe.backends.EncryptingSMTPBackend'\n\n#. To use a cipher other than the default AES-256, specify it in\n settings.DJEMBE_CIPHER::\n\n DJEMBE_CIPHER = 'des_ede3_cbc' # triple DES\n\n The intersection of M2Crypto's ciphers and RFC 3851 are:\n\n * ``des_ede3_cbc`` (required by the RFC)\n * ``aes_128_cbc`` (recommended, not required, by the RFC)\n * ``aes_192_cbc`` (recommended, not required, by the RFC)\n * ``aes_256_cbc`` (recommended, not required, by the RFC)\n * ``rc2_40_cbc`` (RFC requires support, but it's weak -- don't use it)\n\n RFC 5751 requires AES-128, and indicates that higher key lengths are of\n course the future. It marks tripleDES with \"SHOULD-\", meaning it's on its\n way out.\n\n The following mail clients have worked fine with AES-256 in my testing.\n\n * Mail.app 6.2 (Mac)\n * Thunderbird 17 (Mac, Linux)\n * Windows Live Mail (Windows 7)\n\n I'd recommend you try the default and fall back to 3DES if necessary.\n\n#. Use the Django admin to add recipients that should receive encrypted mail.\n\n The simplest case is an Identity with a certificate. Any mail sent to that\n Identity will be encrypted.\n\n To create signing Identities, supply both a certificate and a private key --\n which must not have a passphrase, obviously. Any mail sent *from* the\n Identity's address will be signed with the private key.\n\n You can create multiple Identity records with the same address, but\n different certificates. This is how you encrypt mail to an alias or mailing\n list.\n\nContributing\n------------\n\nThe project is on Github_. If you find a bug or have a feature request, please\nadd an issue there. Patches or pull requests are of course welcome, too. I\nwon't even make you add tests; just make sure you don't break what's already\nthere -- you can check by running ``python setup.py test`` in your working\ncopy.\n\n.. _Github: https://github.com/cabincode/django-djembe/", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/cabincode/django-djembe", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-djembe", "package_url": "https://pypi.org/project/django-djembe/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-djembe/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/cabincode/django-djembe" }, "release_url": "https://pypi.org/project/django-djembe/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "A Django email backend that encrypts outgoing mail with S/MIME.", "version": "0.2.0" }, "last_serial": 1397892, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "d76dc0a291fb1f6f250b05c39ec803da", "sha256": "ba512dec841a29745f6150a9adfab5328880985f77d8c33ef88a1b6d4779c5bb" }, "downloads": -1, "filename": "django-djembe-0.1.0.tar.gz", "has_sig": false, "md5_digest": "d76dc0a291fb1f6f250b05c39ec803da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15777, "upload_time": "2013-03-19T03:31:34", "url": "https://files.pythonhosted.org/packages/f9/53/498f5d0701a4ea990fac5a5f374e8cd8d2cc440aa2d628ff59e523811b59/django-djembe-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "0443b2533084da97769df43342de9c01", "sha256": "3e0d3d7319f3db9e765dc70f67a0c451e4a95924330c4629f87782a741b26373" }, "downloads": -1, "filename": "django-djembe-0.2.0.tar.gz", "has_sig": false, "md5_digest": "0443b2533084da97769df43342de9c01", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15405, "upload_time": "2015-01-27T02:02:18", "url": "https://files.pythonhosted.org/packages/c2/5c/250c4e51480f13532ab0b59bf32c0465aa5f023b1d2ba379f0418cec5add/django-djembe-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0443b2533084da97769df43342de9c01", "sha256": "3e0d3d7319f3db9e765dc70f67a0c451e4a95924330c4629f87782a741b26373" }, "downloads": -1, "filename": "django-djembe-0.2.0.tar.gz", "has_sig": false, "md5_digest": "0443b2533084da97769df43342de9c01", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15405, "upload_time": "2015-01-27T02:02:18", "url": "https://files.pythonhosted.org/packages/c2/5c/250c4e51480f13532ab0b59bf32c0465aa5f023b1d2ba379f0418cec5add/django-djembe-0.2.0.tar.gz" } ] }