{ "info": { "author": "Marc Abramowitz", "author_email": "msabramo@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Software Development :: Testing" ], "description": "hmac_cli\n========\n\nSimple CLI for encrypting data with a private key, using HMAC\n\n::\n\n $ hmac --help\n Usage: hmac [OPTIONS] INPUT_FILE\n\n Encrypt data in INPUT_FILE using HMAC\n\n with provided secret cryptographic key\n\n Options:\n --key TEXT encryption key. Will prompt for if not\n provided.\n --algorithm [md5|sha1|sha224|sha256|sha384|sha512]\n algorithm to use\n --help Show this message and exit.\n\n $ hmac --key foo README.rst\n 515902266c1a02e60452d152855aa3b46ed5b006\n\n $ echo \"Hello\" | hmac --key foo -\n aabbe57c6a0ba953cd907071004a1db16fe78891\n\n $ hmac -\n Key: ******\n Repeat for confirmation: ******\n Here is some text\n ^D\n c7ab7eed09fff2d0fcf258dfde8222d264013c4f", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/msabramo/hmac_cli", "keywords": "hmac", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "hmac_cli", "package_url": "https://pypi.org/project/hmac_cli/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/hmac_cli/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/msabramo/hmac_cli" }, "release_url": "https://pypi.org/project/hmac_cli/0.0.0/", "requires_dist": null, "requires_python": null, "summary": "Simple CLI for encrypting data with a private key, using HMAC", "version": "0.0.0" }, "last_serial": 1488707, "releases": { "0.0.0": [ { "comment_text": "", "digests": { "md5": "5815a082e85cc02fc1d44c6025a88911", "sha256": "077076d57755620bea41c23c19d5c00282bc2f1a9dbd9b89c728b6c0960cee29" }, "downloads": -1, "filename": "hmac_cli-0.0.0.tar.gz", "has_sig": false, "md5_digest": "5815a082e85cc02fc1d44c6025a88911", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2034, "upload_time": "2015-04-02T19:51:22", "url": "https://files.pythonhosted.org/packages/77/88/b4a1c7304e4a3067e273de6e4587f678a5d29fcbb0bcbbcf782500bfd063/hmac_cli-0.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5815a082e85cc02fc1d44c6025a88911", "sha256": "077076d57755620bea41c23c19d5c00282bc2f1a9dbd9b89c728b6c0960cee29" }, "downloads": -1, "filename": "hmac_cli-0.0.0.tar.gz", "has_sig": false, "md5_digest": "5815a082e85cc02fc1d44c6025a88911", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2034, "upload_time": "2015-04-02T19:51:22", "url": "https://files.pythonhosted.org/packages/77/88/b4a1c7304e4a3067e273de6e4587f678a5d29fcbb0bcbbcf782500bfd063/hmac_cli-0.0.0.tar.gz" } ] }