{ "info": { "author": "Youssef Seddik", "author_email": "yseddik94@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Information Technology", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 3.4" ], "description": "# openssl-python\n\nThis tool is a command line interface to OpenSSL, written with Python3.\nIt permits encrypting/decrypting files, as well as generating RSA keys, encrypting private RSA keys, signing files using an RSA key, and also verifying signatures using RSA. \n\n## Dependencies\n\nBefore running this tool, the following dependency must be installed, as well as being on the path:\n\n* openssl \n\nUsually, this dependency exists by default in most of the supported platforms(see below). In case it doesn't, try consulting the official [OpenSSL documentation](https://www.openssl.org/docs/); or consult your operating system' documentation on how to install new software. \n\n## Usage\n\nTo launch openssl-python tool, just download the source code, and run the following command: \n```\npython3 main.py\n```\nOr alternatively, if python is in the path, run the following commands:\n```\nchmod +x main.py\n./main.py\n```\n\n\n## Platform support\n\nThis tool was initially developed and tested on Linux systems, so it does also support Unix-like systems: BSDs, Mac OS... \nWindows support though is not guaranteed.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/the11/openssl-python", "keywords": "crypto encryption RSA-keys signature signature-verification", "license": "GNU GPLv3", "maintainer": "", "maintainer_email": "", "name": "openssl-python", "package_url": "https://pypi.org/project/openssl-python/", "platform": "", "project_url": "https://pypi.org/project/openssl-python/", "project_urls": { "Homepage": "https://github.com/the11/openssl-python" }, "release_url": "https://pypi.org/project/openssl-python/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "Command line interface to OpenSSL with Python3", "version": "0.1.1" }, "last_serial": 5724133, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "d861404411c89a1d257549fabd092ded", "sha256": "6b36be3d1489500fedd163a5c690fce5346001693ffca049110b945290952524" }, "downloads": -1, "filename": "openssl-python-0.1.tar.gz", "has_sig": false, "md5_digest": "d861404411c89a1d257549fabd092ded", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3267, "upload_time": "2017-04-26T13:43:41", "url": "https://files.pythonhosted.org/packages/d9/57/a0ef1daee2e680c4302c00fddbafc2a4928469809613591806effe9bf8a1/openssl-python-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "56078567b773dcacaaeae5fa33bae577", "sha256": "e7acddd889fd27bbef093ccf731fa7a3153695b7822fb18a6602175ffeb5e6c7" }, "downloads": -1, "filename": "openssl_python-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "56078567b773dcacaaeae5fa33bae577", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3803, "upload_time": "2019-08-24T09:49:49", "url": "https://files.pythonhosted.org/packages/f6/d4/166a67145490b0fa41194e9e5358700ef8b673ffa5c19da6273e0c286e51/openssl_python-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fd6a47b51e12121c884c238fb82d4534", "sha256": "f01e6953338897d6b60ad9b061f08efc9aa0d1a834e680a6099aabd054c756d9" }, "downloads": -1, "filename": "openssl-python-0.1.1.tar.gz", "has_sig": false, "md5_digest": "fd6a47b51e12121c884c238fb82d4534", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3133, "upload_time": "2019-08-24T09:49:50", "url": "https://files.pythonhosted.org/packages/cc/be/6755939573772d152f6cb56ebebc7f0aaa5e747600e21e47e661e9ca0fc3/openssl-python-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "56078567b773dcacaaeae5fa33bae577", "sha256": "e7acddd889fd27bbef093ccf731fa7a3153695b7822fb18a6602175ffeb5e6c7" }, "downloads": -1, "filename": "openssl_python-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "56078567b773dcacaaeae5fa33bae577", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3803, "upload_time": "2019-08-24T09:49:49", "url": "https://files.pythonhosted.org/packages/f6/d4/166a67145490b0fa41194e9e5358700ef8b673ffa5c19da6273e0c286e51/openssl_python-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fd6a47b51e12121c884c238fb82d4534", "sha256": "f01e6953338897d6b60ad9b061f08efc9aa0d1a834e680a6099aabd054c756d9" }, "downloads": -1, "filename": "openssl-python-0.1.1.tar.gz", "has_sig": false, "md5_digest": "fd6a47b51e12121c884c238fb82d4534", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3133, "upload_time": "2019-08-24T09:49:50", "url": "https://files.pythonhosted.org/packages/cc/be/6755939573772d152f6cb56ebebc7f0aaa5e747600e21e47e661e9ca0fc3/openssl-python-0.1.1.tar.gz" } ] }