{ "info": { "author": "Matthew Naruzny", "author_email": "matthewnaruzny@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.7" ], "description": "# ciphercrack\nSimple python package to automatically crack certain ciphers such as the Caesar Cypher
\n\n## Example Usage\n\nCrack an english sentence in the caesar cipher\n\n```python\nfrom ciphercrack import Caesar\n\nc = Caesar('en')\nprint(c.crack(\"ftq cguow ndaiz raj vgybe ahqd ftq xmlk pas\"))\n\n\n'the quick brown fox jumps over the lazy dog'\n```\n\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/matthewnaruzny/ciphercrack", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "ciphercrack", "package_url": "https://pypi.org/project/ciphercrack/", "platform": "", "project_url": "https://pypi.org/project/ciphercrack/", "project_urls": { "Homepage": "https://github.com/matthewnaruzny/ciphercrack" }, "release_url": "https://pypi.org/project/ciphercrack/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "Simple package to crack certain ciphers", "version": "0.0.1" }, "last_serial": 5492742, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "c978d02ed8ab026f11868aa45c1bd92d", "sha256": "ffa4d4b2c48acbd6b167b6603cf9254e7deade50697e479f029aa7b87275213d" }, "downloads": -1, "filename": "ciphercrack-0.0.1.tar.gz", "has_sig": false, "md5_digest": "c978d02ed8ab026f11868aa45c1bd92d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 130897, "upload_time": "2019-07-05T17:26:15", "url": "https://files.pythonhosted.org/packages/ee/82/2696a92bc36608c2d7247d36cf0becb3e9f4f3b2d739b99219c432177bbd/ciphercrack-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c978d02ed8ab026f11868aa45c1bd92d", "sha256": "ffa4d4b2c48acbd6b167b6603cf9254e7deade50697e479f029aa7b87275213d" }, "downloads": -1, "filename": "ciphercrack-0.0.1.tar.gz", "has_sig": false, "md5_digest": "c978d02ed8ab026f11868aa45c1bd92d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 130897, "upload_time": "2019-07-05T17:26:15", "url": "https://files.pythonhosted.org/packages/ee/82/2696a92bc36608c2d7247d36cf0becb3e9f4f3b2d739b99219c432177bbd/ciphercrack-0.0.1.tar.gz" } ] }