{ "info": { "author": "Kelyn Paul Njeri", "author_email": "kelynpaul.devtopia@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# CipherMe.\n\n- This is a Python package in the making for people who enjoy toying around with some of the basic encryption schemes such as Affine Cipher, Vigenere Cipher and Caesar Cipher.\n\n## What is Contained.\n\nThe Encryption Algorithms contained herein are:\n\n- Affine Cipher.\n- RSA Encryption Algorithm.\n- Caesar Cipher.\n\n\n### Installation.\n- To use the package, use pip to install the package:\n `pip install cipherme`\n\n### Usage.\n- To use the package, you need to call the methods:\nFirst, you need to import the respective classes from the package:\n(i). `AffineCipher` for the Affine Cipher.\n(ii). `CaesarCipher` for the Caesar Cipher.\n\n1. For Affine cipher:\n `AffineCipher().encrypt_text(plain_text=None, a=None, b=None)`\n `AffineCipher().decrypt_text(plain_text=None, a=None, b=None)`\n\n2. For Caesar Cipher:\n `CaesarCipher().caesar_encryption(plaintext=None, k=None)`\n `CaesarCipher().caesar_decryption(self, ciphertext=None, k=None)`\n\n### Language Used.\n\n- Python.\n\n### Author.\n\n- Kelyn Paul Njeri.\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/KelynPNjeri/Encrypto.git", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "cipherme", "package_url": "https://pypi.org/project/cipherme/", "platform": "", "project_url": "https://pypi.org/project/cipherme/", "project_urls": { "Homepage": "https://github.com/KelynPNjeri/Encrypto.git" }, "release_url": "https://pypi.org/project/cipherme/0.1.4/", "requires_dist": null, "requires_python": "", "summary": "Cipherme is a package that enables you to have fun with the common ciphers such as the Affine Cipher and Caesar Cipher.", "version": "0.1.4" }, "last_serial": 5215297, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "fc3d6dcc797befc88f53933372c2cf6e", "sha256": "c8047b55d683c06d2ef1103e7726ea1acd921d990eb593b091e3aa9b97a59df4" }, "downloads": -1, "filename": "cipherme-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "fc3d6dcc797befc88f53933372c2cf6e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3288, "upload_time": "2019-05-01T21:21:19", "url": "https://files.pythonhosted.org/packages/07/d1/d01456d31ec95037b8112de9ef22d3605527c8feebb038adff5fe0f1d592/cipherme-0.1.1-py3-none-any.whl" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "fad3481280cbe3876fea9040c862e713", "sha256": "4c9a9164af04bdb3d79e9c352715cfd4942c40e2bd21757cd37eb2fa8c8b1171" }, "downloads": -1, "filename": "cipherme-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "fad3481280cbe3876fea9040c862e713", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3292, "upload_time": "2019-05-01T21:23:15", "url": "https://files.pythonhosted.org/packages/01/c3/577af598f7fd024ea820343f0f9e675ae8bcf8e3099b25df2baf4ca9efb3/cipherme-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "91735a3d0c6f4a4f26f2e0c2d36099e8", "sha256": "6aee68ac11a0c3a74e34b8632f2842c17a3defd74a656ff7f874663f5cd8a3ba" }, "downloads": -1, "filename": "cipherme-0.1.2.tar.gz", "has_sig": false, "md5_digest": "91735a3d0c6f4a4f26f2e0c2d36099e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2042, "upload_time": "2019-05-01T21:23:16", "url": "https://files.pythonhosted.org/packages/8f/de/4938d4542e476c456ef5867c93208aa038811a591909240e28544e6e8ad4/cipherme-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "0f57cb595b174a55992726e616a0c8df", "sha256": "9d32dbc6e70a9508a7a771c2198de5f576abf3e268f4947e83916d6e33218eee" }, "downloads": -1, "filename": "cipherme-0.1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "0f57cb595b174a55992726e616a0c8df", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3505, "upload_time": "2019-05-02T03:46:40", "url": "https://files.pythonhosted.org/packages/3e/55/e42cf9cd0bb28565675c0db0232ddba95117009c38d4a221697e14bdeeea/cipherme-0.1.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1b3baaec47a92511334bd7e1d05330f3", "sha256": "428c4bb949b260ee9eb195e1871d7a67e175cda49e6c59671f4e9f0995041543" }, "downloads": -1, "filename": "cipherme-0.1.3.tar.gz", "has_sig": false, "md5_digest": "1b3baaec47a92511334bd7e1d05330f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2305, "upload_time": "2019-05-02T03:46:41", "url": "https://files.pythonhosted.org/packages/e7/a4/36ce5bf897098677bf51ad6bbcef3e4bf846f2250248fd1bced499b89b97/cipherme-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "cc88c7c52d01fa14c2189278ffc5b432", "sha256": "38591ca165ba80c8e3c57eb7cb950b66b1651620810decfb78ca9924431a7626" }, "downloads": -1, "filename": "cipherme-0.1.4-py3-none-any.whl", "has_sig": false, "md5_digest": "cc88c7c52d01fa14c2189278ffc5b432", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5045, "upload_time": "2019-05-02T04:25:05", "url": "https://files.pythonhosted.org/packages/a8/37/3f2d54f53fe125dd5caa9ca1c97848e38ae351611c024b73891e742fa6b6/cipherme-0.1.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bd8940b0628799a6eec70d217c6d1f58", "sha256": "6f3d373c67dd887b7f47942fdfb378da3ab5843b3d53f7d4ccea89db74273ab4" }, "downloads": -1, "filename": "cipherme-0.1.4.tar.gz", "has_sig": false, "md5_digest": "bd8940b0628799a6eec70d217c6d1f58", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2964, "upload_time": "2019-05-02T04:25:06", "url": "https://files.pythonhosted.org/packages/90/a4/b937fe480adf97645234b531373adb503d80b9b600c0085f271b19bf1f06/cipherme-0.1.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cc88c7c52d01fa14c2189278ffc5b432", "sha256": "38591ca165ba80c8e3c57eb7cb950b66b1651620810decfb78ca9924431a7626" }, "downloads": -1, "filename": "cipherme-0.1.4-py3-none-any.whl", "has_sig": false, "md5_digest": "cc88c7c52d01fa14c2189278ffc5b432", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5045, "upload_time": "2019-05-02T04:25:05", "url": "https://files.pythonhosted.org/packages/a8/37/3f2d54f53fe125dd5caa9ca1c97848e38ae351611c024b73891e742fa6b6/cipherme-0.1.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bd8940b0628799a6eec70d217c6d1f58", "sha256": "6f3d373c67dd887b7f47942fdfb378da3ab5843b3d53f7d4ccea89db74273ab4" }, "downloads": -1, "filename": "cipherme-0.1.4.tar.gz", "has_sig": false, "md5_digest": "bd8940b0628799a6eec70d217c6d1f58", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2964, "upload_time": "2019-05-02T04:25:06", "url": "https://files.pythonhosted.org/packages/90/a4/b937fe480adf97645234b531373adb503d80b9b600c0085f271b19bf1f06/cipherme-0.1.4.tar.gz" } ] }