{ "info": { "author": "Matt Black", "author_email": "dev@mafro.net", "bugtrack_url": null, "classifiers": [], "description": "Sesame: config file encryption\n==============================\n\nAlmost all applications have configuration of some kind, and often this config \nis sensitive - database passwords, SMTP account details, API keys etc.\n\nThese days it's common to use public source control; which means you can no\nlonger store your application's sensitive config with your code.\n\nSesame provides a simple way to encrypt (and decrypt) your application's config\nso it can be safely stored in public source control.\n\n\nCryptography\n------------\n\nSesame leans on a little known project called `keyczar `_,\nwhich was originally built by members of the Google Security Team.\n\nKeyczar in turn builds upon `pycrypto `_\nwhich aims to provide sane defaults for your Python crypto.\n\n\nInstallation\n------------\n\nTo install ``sesame``, simply:\n\n.. code-block:: bash\n\n $ pip install --pre sesame\n\nSince pip version 1.4 the ``--pre`` parameter is necessary since ``keyczar`` is\nstill an alpha release. People using earlier versions of pip can omit the\n``--pre``.\n\n\nUsage\n-----\n\nThe interface to Sesame intentionally resembles that of ``tar``. There are only two\nsub-commands: ``encrypt`` and ``decrypt`` as described below:\n\n.. code-block:: bash\n\n usage: sesame encrypt [-h] [-k KEYFILE] [-f]\n outputfile inputfile [inputfile ...]\n\n positional arguments:\n outputfile Encrypted file to be created\n inputfile Files to be encrypted\n\n optional arguments:\n -h, --help show this help message and exit\n -k KEYFILE, --keyfile KEYFILE\n Path to keyczar encryption key\n -f, --force Force overwrite of existing encrypted file\n\n.. code-block:: bash\n\n usage: sesame decrypt [-h] [-k KEYFILE] [-f] [-O OUTPUT_DIR] [-T] inputfile\n\n positional arguments:\n inputfile File to be decrypted\n\n optional arguments:\n -h, --help show this help message and exit\n -k KEYFILE, --keyfile KEYFILE\n Path to keyczar encryption key\n -f, --force Force overwrite of existing decrypted file\n -O OUTPUT_DIR, --output-dir OUTPUT_DIR\n Extract files into a specific directory\n -T, --try-all Search for keys from current directory and try all of\n them", "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/mafrosis/sesame", "keywords": null, "license": "Copyright (c) 2013, Matt Black\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met: \n\n1. Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer. \n2. Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution. \n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR\nANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\nON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\nThe views and conclusions contained in the software and documentation are those\nof the authors and should not be interpreted as representing official policies, \neither expressed or implied, of the FreeBSD Project.", "maintainer": null, "maintainer_email": null, "name": "sesame", "package_url": "https://pypi.org/project/sesame/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/sesame/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/mafrosis/sesame" }, "release_url": "https://pypi.org/project/sesame/0.3.3/", "requires_dist": null, "requires_python": null, "summary": "Encryption tool for application configs.", "version": "0.3.3" }, "last_serial": 1091698, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "e0713dcc220464a1f9cc254e70f407e3", "sha256": "629b44110ca72e9bbb90ba14fece46a32a2078fe8c9dc1f252c3636a99d74551" }, "downloads": -1, "filename": "sesame-0.1.0.tar.gz", "has_sig": false, "md5_digest": "e0713dcc220464a1f9cc254e70f407e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5373, "upload_time": "2013-03-27T00:32:20", "url": "https://files.pythonhosted.org/packages/7f/a0/3527a9758ef9539c0103217366149d66d234b3fcab34da3e52cef5e4562b/sesame-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "a4d152fd454c66e37d7f234622f0f65e", "sha256": "22740499973db7b359619b74d2045008e14bcd988149b08a14a27d443a565a4e" }, "downloads": -1, "filename": "sesame-0.2.0.tar.gz", "has_sig": false, "md5_digest": "a4d152fd454c66e37d7f234622f0f65e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5494, "upload_time": "2013-06-03T04:05:09", "url": "https://files.pythonhosted.org/packages/34/5b/a36ca61ad91a592a2b78c9009a969a315fc9950ecdfc1b0a80bceb961099/sesame-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "00c73f44c87a001426e1778cb4a5e238", "sha256": "d6b888472d84af10d75b33fbf7f7921b5ddede0c6eb1dca96fd57fab584677db" }, "downloads": -1, "filename": "sesame-0.2.1.tar.gz", "has_sig": false, "md5_digest": "00c73f44c87a001426e1778cb4a5e238", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5094, "upload_time": "2013-07-31T06:12:30", "url": "https://files.pythonhosted.org/packages/14/03/2324e8915855198594b323dfbe2b9ef725f9d9d59bbcb0b8abc46d381632/sesame-0.2.1.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "eb63557260c045350007b1ad0a5c988f", "sha256": "25af103470a3e3f0abe86b0edbefc945d9670857f4008c6cc09e7df6fba4f6e7" }, "downloads": -1, "filename": "sesame-0.3.1.tar.gz", "has_sig": false, "md5_digest": "eb63557260c045350007b1ad0a5c988f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7159, "upload_time": "2014-02-04T05:09:07", "url": "https://files.pythonhosted.org/packages/8a/2a/e59536af4a8ac41f9342a1f0b4f508c2534944c19f86af13046a8d6851d2/sesame-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "8fb91cf74a3c085a30bb761f91ee989a", "sha256": "9a2758c79a7eb09d119a28b3a561e5da37814bbef601539e69a4f8682687e43e" }, "downloads": -1, "filename": "sesame-0.3.2.tar.gz", "has_sig": false, "md5_digest": "8fb91cf74a3c085a30bb761f91ee989a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7348, "upload_time": "2014-02-07T06:13:26", "url": "https://files.pythonhosted.org/packages/af/dc/183d8e4bfc50c222a3306ed94191cfd63c9eff1fd0bde05c5bc7f3c6f809/sesame-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "2713f63d7fe76be3fcf12c2ff9d9dd76", "sha256": "1bb1c56dbe1241c898b64aa25caff9d5c28e788006dfc8816b2b6dcda0ca7e73" }, "downloads": -1, "filename": "sesame-0.3.3.tar.gz", "has_sig": false, "md5_digest": "2713f63d7fe76be3fcf12c2ff9d9dd76", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7698, "upload_time": "2014-05-14T05:53:40", "url": "https://files.pythonhosted.org/packages/19/74/c05b56c44d979e2ac4a7e6b98c1a281fbc8988f6867efc98697b4ca88fdc/sesame-0.3.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2713f63d7fe76be3fcf12c2ff9d9dd76", "sha256": "1bb1c56dbe1241c898b64aa25caff9d5c28e788006dfc8816b2b6dcda0ca7e73" }, "downloads": -1, "filename": "sesame-0.3.3.tar.gz", "has_sig": false, "md5_digest": "2713f63d7fe76be3fcf12c2ff9d9dd76", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7698, "upload_time": "2014-05-14T05:53:40", "url": "https://files.pythonhosted.org/packages/19/74/c05b56c44d979e2ac4a7e6b98c1a281fbc8988f6867efc98697b4ca88fdc/sesame-0.3.3.tar.gz" } ] }