{ "info": { "author": "Nathan Zilora", "author_email": "zwork101@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy" ], "description": "# lockit\n\nEncrypt files and folders from the command line without breaking a sweat \ud83d\udd12\ud83d\udcc1\ud83d\udcc4\n\nLockit is a very simple program for a very simple purpose. Encrypt files / folders with any password. Let me show you.\n\n```bash\n$ touch hello.txt\n$ echo \"Hello World\" > hello.txt\n$ lock hello.txt\nPassword: MyPassword\nConfirm Password: MyPassword\n$ ls\nhello.txt.lck\n$ cat hello.txt.lck\n\u5912\u2592V\u2592\u25926\u2592\u2592\u2592.\u2592\u2592\n$ lock hello.txt.lck\nPassword: MyPassword\n$ ls\nhello.txt\n$ cat hello.txt\nHello World\n```\n\nKeep in mind, I used a file. You can do the same with a folder with all the same commands.\n\n```bash\n$ mkdir hello\n$ cd hello\n$ touch test.txt\n$ echo \"Works with directories!\" > test.txt\n$ cd ..\n$ lock hello\nPassword: Secure Folder\nConfirm Password: Secure Folder\n$ ls\nhello.lck\n$ lock hello.lck\nPassword: Secure Folder\n$ cd hello\n$ cat test.txt\nWorks with directories!\n```\n\n## Installing\n\nHow do you think?\n\n```bash\n$ pip install lockit # Do this on windows if you only have 1 python installed\n$ pip3 install lockit # Do this on linux\n$ py -version_here -m pip install lockit # Python version specific installation for windows\n```\n\n## TODO:\n\n* Hide passwords (Multi-platform)\n\n* Better cli\n\n* Decaprecate cache system\n\n* Check if password worked\n\n### All suggestions and pulls are welcome!", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Zwork101/lockit", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "lockit", "package_url": "https://pypi.org/project/lockit/", "platform": "", "project_url": "https://pypi.org/project/lockit/", "project_urls": { "Homepage": "https://github.com/Zwork101/lockit" }, "release_url": "https://pypi.org/project/lockit/1.0.1/", "requires_dist": null, "requires_python": ">=3.6.0", "summary": "Encrypt files and folders from the command line without breaking a sweat.", "version": "1.0.1" }, "last_serial": 5350385, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "c1f4f09088341ad49fc9cdb4dfdde5c2", "sha256": "af9dfe76a5c560b8542133fdeff00d0e8220bc82030117795e9bcdf4c10c828d" }, "downloads": -1, "filename": "lockit-1.0.tar.gz", "has_sig": false, "md5_digest": "c1f4f09088341ad49fc9cdb4dfdde5c2", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 4783, "upload_time": "2019-06-03T01:09:40", "url": "https://files.pythonhosted.org/packages/48/64/63acd33ba67b7caebfbcce917560e9496d67b5e5db887532d8c28908894a/lockit-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "81185b92abfd135e7dbec14fa41b7cd1", "sha256": "adfa0c6941d4aad3180eb64d779f93c06466c2541eaad621ecd34df640e8db5c" }, "downloads": -1, "filename": "lockit-1.0.1.tar.gz", "has_sig": false, "md5_digest": "81185b92abfd135e7dbec14fa41b7cd1", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 5734, "upload_time": "2019-06-03T01:16:40", "url": "https://files.pythonhosted.org/packages/93/2a/49127e3f7321455fadc7b1cae095b9933617855d8d02804ea6bde56bc692/lockit-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "81185b92abfd135e7dbec14fa41b7cd1", "sha256": "adfa0c6941d4aad3180eb64d779f93c06466c2541eaad621ecd34df640e8db5c" }, "downloads": -1, "filename": "lockit-1.0.1.tar.gz", "has_sig": false, "md5_digest": "81185b92abfd135e7dbec14fa41b7cd1", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 5734, "upload_time": "2019-06-03T01:16:40", "url": "https://files.pythonhosted.org/packages/93/2a/49127e3f7321455fadc7b1cae095b9933617855d8d02804ea6bde56bc692/lockit-1.0.1.tar.gz" } ] }