{ "info": { "author": "Stephan Klein", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: POSIX", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Utilities" ], "description": "datemangler\n===========\n\n| This script modifies the last four bits of an NTFS timestamp to hide\n information.\n| Data entered is encrypted with AES.\n\nInstallation\n------------\n\nGet the latest version with ``pip install datemangler``.\n\nNotes about Dependencies\n------------------------\n\n| This program requires the ``xattr`` package to function which will\n only install\n| if the development files for ``libffi`` are installed. Use\n ``sudo apt-get install libffi-dev`` on Debian/Ubuntu before installing\n ``xattr`` or this package.\n\n| The datemangler package is a universal package that is compatible with\n both\n| python 2 and 3.\n\nUsage example\n-------------\n\n::\n\n # create test file system in a file\n $ truncate --size 20M volume\n $ mkfs.ntfs -F volume\n $ mount volume test/\n\n # create test files\n $ for i in {0..100}; do touch $i; done\n\n # write to a single file\n $ datemangler -i \"helo\" write 0\n\n # read again\n $ datemangler read 0\n\n # write more text to a directory of files\n $ datemangler -i \"hello world, how are you?\" write .\n\n # read again\n $ datemangler read .\n\nNotes\n-----\n\nThis script has been tested successfully on the following platforms:\n\n- Ubuntu 12.10 with kernel 3.5.0-18-generic x64 with ntfs-3g\n 2012.1.15AR.5 external FUSE 29\n- Debian testing with kernel 4.2.0-1-amd64 with ntfs-3g 2015.3.14AR.1\n integrated FUSE 28\n\nNote that the script must be run on files in an NTFS volume!", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/privatwolke/datemangler", "keywords": "NTFS encryption meta stenography hidden AES", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "datemangler", "package_url": "https://pypi.org/project/datemangler/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/datemangler/", "project_urls": { "Homepage": "https://github.com/privatwolke/datemangler" }, "release_url": "https://pypi.org/project/datemangler/0.2.2/", "requires_dist": [ "xattr", "pycrypto" ], "requires_python": "", "summary": "This script modifies the last four bits of an NTFS timestamp to hide information.", "version": "0.2.2" }, "last_serial": 1782131, "releases": { "0.2.1": [ { "comment_text": "", "digests": { "md5": "58ecad5b31ee83cdb8b086bf7e68e376", "sha256": "1d851777fd3436e4ef755da3156d28446b9ae8513353b0f410906904b3c45bc3" }, "downloads": -1, "filename": "datemangler-0.2.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "58ecad5b31ee83cdb8b086bf7e68e376", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5933, "upload_time": "2015-10-12T22:47:00", "url": "https://files.pythonhosted.org/packages/8b/f2/64e31661a0b174d1a947ebbb81ab983c856a1a68299f01f8027b6c1f896e/datemangler-0.2.1-py2.py3-none-any.whl" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "f8f37af067969c627bad3a8236faac2d", "sha256": "938169a9e98a5870ab00174fe95b7f81325a7be56c3a8a49ecb31684a3ae8936" }, "downloads": -1, "filename": "datemangler-0.2.2-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "f8f37af067969c627bad3a8236faac2d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6065, "upload_time": "2015-10-22T23:02:36", "url": "https://files.pythonhosted.org/packages/48/f8/fda9a553510a0146f247aab5ee57a29d3f090653acb5c172af69faf33c37/datemangler-0.2.2-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f8f37af067969c627bad3a8236faac2d", "sha256": "938169a9e98a5870ab00174fe95b7f81325a7be56c3a8a49ecb31684a3ae8936" }, "downloads": -1, "filename": "datemangler-0.2.2-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "f8f37af067969c627bad3a8236faac2d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6065, "upload_time": "2015-10-22T23:02:36", "url": "https://files.pythonhosted.org/packages/48/f8/fda9a553510a0146f247aab5ee57a29d3f090653acb5c172af69faf33c37/datemangler-0.2.2-py2.py3-none-any.whl" } ] }