{ "info": { "author": "Sam Rankin", "author_email": "sam.rankin@me.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Utilities" ], "description": "cryptoclip\n==========\n\nComboCrypt is a high-strength asymmetrical encryption scheme\n\ncryptoclip provides a command-line tool to encrypt/decrypt text from\nyour clipboard with ComboCrypt\n\nInstallation\n~~~~~~~~~~~~\n\n::\n\n pip install cryptoclip\n\n\n\nUsage Tutorial\n~~~~~~~~~~~~~~\n\nGenerating keys:\n^^^^^^^^^^^^^^^^\n\nBefore sending or receiving encrypted messages, one must generate a\npersonal key pair.\n\n::\n\n cryptoclip generate [myname]\n\nSending a message:\n^^^^^^^^^^^^^^^^^^\n\nTo send a message to someone, they must first provide you with a copy of\ntheir **public** key (*.pubkey*) \u2013 after that, you can encrypt messages\nthat only they will be able to decrypt.\n\n::\n\n cryptoclip encrypt [theirname]\n\nThis will copy the encrypted message to your clipboard, which you can\nsend to the recipient via any means. The contents cannot be read or\naltered in transit, and only the holder of the recipient\u2019s key may\ndecrypt it.\n\nReceiving a message:\n^^^^^^^^^^^^^^^^^^^^\n\nTo receive an encrypted message, the sender must provide you with an\nencrypted message block that was made out to *your* public key. To\ndecrypt the content, you must your your **private** key.\n\n::\n\n cryptoclip decrypt [myname]\n\nThis will decrypt the message and copy the result to your clipboard.\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/samrankin1/cryptoclip", "keywords": "encryption public-key rsa aes clipboard", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "cryptoclip", "package_url": "https://pypi.org/project/cryptoclip/", "platform": "", "project_url": "https://pypi.org/project/cryptoclip/", "project_urls": { "Homepage": "https://github.com/samrankin1/cryptoclip" }, "release_url": "https://pypi.org/project/cryptoclip/1.1.1/", "requires_dist": [ "combocrypt (>=2.0.0)", "pyperclip" ], "requires_python": "", "summary": "Command-line implementation of ComboCrypt for clipboard data", "version": "1.1.1" }, "last_serial": 2520190, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "a6e0c381f2ad90bc4549491a99cef8c0", "sha256": "5ea494ac3b2766673311d7f3956055758c46092bf401c0458c31d10cae9f3c7b" }, "downloads": -1, "filename": "cryptoclip-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "a6e0c381f2ad90bc4549491a99cef8c0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5429, "upload_time": "2016-11-02T22:43:55", "url": "https://files.pythonhosted.org/packages/5b/a0/a4ae91753dc5795841dd594c1ce166b63f0a51d82bd2103c774012e8912d/cryptoclip-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e2fcb93144681815f2e4fb40804a2a59", "sha256": "835b06728881b11cfd52712a857c10a6948e01a2b7c9e9d50492a675a5778f6a" }, "downloads": -1, "filename": "cryptoclip-1.0.0.tar.gz", "has_sig": false, "md5_digest": "e2fcb93144681815f2e4fb40804a2a59", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3660, "upload_time": "2016-11-02T22:43:57", "url": "https://files.pythonhosted.org/packages/6b/de/ac991378834a9d334d57a462ebfc844f0b97bb8262cce7585a49480d0f7d/cryptoclip-1.0.0.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "0f5d1b3ce393d03f0d676a3c4f813db7", "sha256": "a5ab45889b8127cc3a6c7ceae540148b180df8e2ebd063e9410abf70a72e8d49" }, "downloads": -1, "filename": "cryptoclip-1.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "0f5d1b3ce393d03f0d676a3c4f813db7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5628, "upload_time": "2016-12-14T20:47:03", "url": "https://files.pythonhosted.org/packages/76/3a/1cfe834a2dfc7b636ea89fb11dda1cf677cebe4661331c5604eabe8ef5b9/cryptoclip-1.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bcbdb69e590f427af634856924f3f76f", "sha256": "3fee0c44e489de0b3035f02ae0bf604c352967420d70054f1c01a881e46d63a1" }, "downloads": -1, "filename": "cryptoclip-1.1.0.tar.gz", "has_sig": false, "md5_digest": "bcbdb69e590f427af634856924f3f76f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3843, "upload_time": "2016-12-14T20:47:05", "url": "https://files.pythonhosted.org/packages/b6/6d/09f56316591c20ebed7dd06f3ca905e49c8f57ed8dd41a4b48130501700e/cryptoclip-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "156063206b5a87a849798b816d28bb80", "sha256": "1d45eda5cdf08f1fab23c7c5adf4734a7bc9380306f9e6282c0e8709ee7abfc3" }, "downloads": -1, "filename": "cryptoclip-1.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "156063206b5a87a849798b816d28bb80", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5645, "upload_time": "2016-12-15T02:09:47", "url": "https://files.pythonhosted.org/packages/07/0b/96dcf7737ae8f9887f37172a628c485c09e977ca99ee9c9ed3b401232f1b/cryptoclip-1.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "de14976b4df37671c02deb473ba5173d", "sha256": "f002d8e1070285ea79dbee31ebd4596be509f9e48bfe7fc41259ac31576517b1" }, "downloads": -1, "filename": "cryptoclip-1.1.1.tar.gz", "has_sig": false, "md5_digest": "de14976b4df37671c02deb473ba5173d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3851, "upload_time": "2016-12-15T02:09:49", "url": "https://files.pythonhosted.org/packages/34/60/be1f30bbc8136f4aba523488edb325d7d006ed5fcade71c0dbd8f8efe7e3/cryptoclip-1.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "156063206b5a87a849798b816d28bb80", "sha256": "1d45eda5cdf08f1fab23c7c5adf4734a7bc9380306f9e6282c0e8709ee7abfc3" }, "downloads": -1, "filename": "cryptoclip-1.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "156063206b5a87a849798b816d28bb80", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5645, "upload_time": "2016-12-15T02:09:47", "url": "https://files.pythonhosted.org/packages/07/0b/96dcf7737ae8f9887f37172a628c485c09e977ca99ee9c9ed3b401232f1b/cryptoclip-1.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "de14976b4df37671c02deb473ba5173d", "sha256": "f002d8e1070285ea79dbee31ebd4596be509f9e48bfe7fc41259ac31576517b1" }, "downloads": -1, "filename": "cryptoclip-1.1.1.tar.gz", "has_sig": false, "md5_digest": "de14976b4df37671c02deb473ba5173d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3851, "upload_time": "2016-12-15T02:09:49", "url": "https://files.pythonhosted.org/packages/34/60/be1f30bbc8136f4aba523488edb325d7d006ed5fcade71c0dbd8f8efe7e3/cryptoclip-1.1.1.tar.gz" } ] }