{ "info": { "author": "Wes Rickey", "author_email": "d.wrickey@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# some_crypt\n**DISCLAIMER: This package provides tools for incredibly basic encrypting and decrypting based on mostly-classical\nciphers. It by NO means provides any resources for cryptographically secure encryption/decryption and should not\nbe used to store data requiring any level of security.**\n\n**_some_crypt_** is a simple utility package providing the tools for casually encrypting and decrypting strings and\ntext files using mostly-classical ciphers (e.g. Caesar, Vigenere, etc.).\n\n## Contents\n* some_crypt/ciphers - the ever-growing cipher implementation package; if there's a cool (mostly simple) cipher\nthat you'd like to see, let me know and I might add it\n * some_crypt.ciphers.autokey - [Autokey Cipher](https://en.wikipedia.org/wiki/Autokey_cipher)\n * some_crypt.ciphers.caesar - [Caesar Cipher](https://en.wikipedia.org/wiki/Caesar_cipher)\n * some_crypt.ciphers.vigenere - [Vigenere Cipher](https://en.wikipedia.org/wiki/Vigen%C3%A8re_cipher)\n* some_crypt/util - utilities useful in cipher implementation\n * some_crypt.util.file_io - (deprecated) basic reading and writing of files; previously in use before its\n functionality was moved over to a standalone script\n * some_crypt.util.functional -\n * primarily keygen() (generator which yields the characters of the given key, repeating when necessary) and\n shift_with_wrap() (which contains the logic concerning shifting characters within the range of ASCII letter\n blocks)\n\n## Installation\nTo install some_crypt, simply ```pip install some_crypt```.\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/Grimmslaw/some_crypt.git", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "some-crypt", "package_url": "https://pypi.org/project/some-crypt/", "platform": "", "project_url": "https://pypi.org/project/some-crypt/", "project_urls": { "Homepage": "https://github.com/Grimmslaw/some_crypt.git" }, "release_url": "https://pypi.org/project/some-crypt/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "A simple (and simplistic) basic cryptography package", "version": "0.1.0" }, "last_serial": 4640016, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "1e6e31a20a7bd7a1036be6acf4040779", "sha256": "2a96ff66d26abb33d232909620ad89f0cca06e9a03316d08630a76ec1c83a6f0" }, "downloads": -1, "filename": "some_crypt-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "1e6e31a20a7bd7a1036be6acf4040779", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9357, "upload_time": "2018-12-28T06:24:18", "url": "https://files.pythonhosted.org/packages/3e/a0/5edea0a7f7b68f2af61d8270238f6434c2a6415bc0bb3b092800af6cbc49/some_crypt-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "30a20c49e0306c9006447056d60e0042", "sha256": "a80609766acb8f438fee409e2e38a807365a8511fa1b4f7322b4c807e2fa0b52" }, "downloads": -1, "filename": "some_crypt-0.1.0.tar.gz", "has_sig": false, "md5_digest": "30a20c49e0306c9006447056d60e0042", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6100, "upload_time": "2018-12-28T06:24:19", "url": "https://files.pythonhosted.org/packages/a2/b2/02a38deecda38ab0d09e00c4956a1af027c7b969ffd2ac17737efafe25db/some_crypt-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1e6e31a20a7bd7a1036be6acf4040779", "sha256": "2a96ff66d26abb33d232909620ad89f0cca06e9a03316d08630a76ec1c83a6f0" }, "downloads": -1, "filename": "some_crypt-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "1e6e31a20a7bd7a1036be6acf4040779", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9357, "upload_time": "2018-12-28T06:24:18", "url": "https://files.pythonhosted.org/packages/3e/a0/5edea0a7f7b68f2af61d8270238f6434c2a6415bc0bb3b092800af6cbc49/some_crypt-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "30a20c49e0306c9006447056d60e0042", "sha256": "a80609766acb8f438fee409e2e38a807365a8511fa1b4f7322b4c807e2fa0b52" }, "downloads": -1, "filename": "some_crypt-0.1.0.tar.gz", "has_sig": false, "md5_digest": "30a20c49e0306c9006447056d60e0042", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6100, "upload_time": "2018-12-28T06:24:19", "url": "https://files.pythonhosted.org/packages/a2/b2/02a38deecda38ab0d09e00c4956a1af027c7b969ffd2ac17737efafe25db/some_crypt-0.1.0.tar.gz" } ] }