{ "info": { "author": "Timothy McFadden", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Environment :: Other Environment", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Security" ], "description": "|travis ci build state| |Coverage Status|\n\nIntroduction\n============\n\nObfuscator is a Python package used to obfuscate a set of data (e.g.\nbytes). It provides **no** encryption! It's strictly a \"security through\nobscurity\" tool, with limited usefulness. You have been warned!\n\nDocumentation\n=============\n\nDocumentation is hosted on readthedocs:\n`obfuscator.readthedocs.org `__\n\nInstall\n=======\n\nDownload the tarball and install with ``pip install ``.\n\nUsage\n=====\n\nSee the unit tests for more in-depth examples. Here are the basics:\n\n.. code:: python\n\n import obfuscator\n original_bytes = map(ord, \"testing\")\n _key, obfuscated_bytes = obfuscator.obfuscate_xor(original_bytes, key=0x66)\n deobfuscated_bytes = obfuscator.deobfuscate_xor(key=0x66, data=obfuscated_bytes)\n assert original_bytes == deobfuscated_bytes\n\n ofile = obfuscator.file.ObfuscatedFile(\"test.bin\")\n data = map(ord, \"testing\")\n ofile.write(data, key=123, minimum_length=32)\n self.assertEqual(32, os.path.getsize(\"test.bin\"))\n\n.. |travis ci build state| image:: https://travis-ci.org/mtik00/obfuscator.svg?branch=master\n :target: https://travis-ci.org/mtik00/obfuscator\n.. |Coverage Status| image:: https://coveralls.io/repos/mtik00/obfuscator/badge.png?branch=master\n :target: https://coveralls.io/r/mtik00/obfuscator?branch=master", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/mtik00/obfuscator/releases/download/v1.1.5/obfuscator-1.1.5.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mtik00/obfuscator", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "obfuscator", "package_url": "https://pypi.org/project/obfuscator/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/obfuscator/", "project_urls": { "Download": "https://github.com/mtik00/obfuscator/releases/download/v1.1.5/obfuscator-1.1.5.tar.gz", "Homepage": "https://github.com/mtik00/obfuscator" }, "release_url": "https://pypi.org/project/obfuscator/1.1.5/", "requires_dist": null, "requires_python": null, "summary": "Data obfuscator package", "version": "1.1.5" }, "last_serial": 1368501, "releases": { "1.1.3": [], "1.1.4": [ { "comment_text": "", "digests": { "md5": "25aea8e7c0aadc1cb95bee385df67305", "sha256": "5802357111611f228d5d3af7c78978d4cbbe88e6d91e04e7e91e2bcccd5cac85" }, "downloads": -1, "filename": "obfuscator-1.1.4.zip", "has_sig": false, "md5_digest": "25aea8e7c0aadc1cb95bee385df67305", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19628, "upload_time": "2014-12-09T03:27:28", "url": "https://files.pythonhosted.org/packages/0c/29/1c5443d5e573c810b1a4cec6500cba6303bc12866675c0f6d38899ab9736/obfuscator-1.1.4.zip" } ], "1.1.5": [ { "comment_text": "", "digests": { "md5": "2186d41f38b8bc18bb89c887e8bb74d3", "sha256": "c332f8c329b46c295e15761830d1a4e6f46fdfe23ad154746fc117275827dac4" }, "downloads": -1, "filename": "obfuscator-1.1.5.zip", "has_sig": false, "md5_digest": "2186d41f38b8bc18bb89c887e8bb74d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 105205, "upload_time": "2015-01-02T20:49:18", "url": "https://files.pythonhosted.org/packages/96/9e/fa352aa7ef8bf4ee5ea941a69d1834277177734a550b3812100c93ae1f10/obfuscator-1.1.5.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2186d41f38b8bc18bb89c887e8bb74d3", "sha256": "c332f8c329b46c295e15761830d1a4e6f46fdfe23ad154746fc117275827dac4" }, "downloads": -1, "filename": "obfuscator-1.1.5.zip", "has_sig": false, "md5_digest": "2186d41f38b8bc18bb89c887e8bb74d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 105205, "upload_time": "2015-01-02T20:49:18", "url": "https://files.pythonhosted.org/packages/96/9e/fa352aa7ef8bf4ee5ea941a69d1834277177734a550b3812100c93ae1f10/obfuscator-1.1.5.zip" } ] }