{ "info": { "author": "Krypton", "author_email": "kkrypt0nn@national.shitposting.agency", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "

\n \n

\n\n# PyCrypt\n[![Build Status](https://travis-ci.org/kkrypt0nn/PyCrypt.svg?branch=master)](https://travis-ci.org/kkrypt0nn/PyCrypt) [![Python Versions](https://img.shields.io/badge/python-3.5%20%7C%203.6%20%7C%203.7%20%7C%203.8-orange)](https://pypi.org/project/py-crypt) [![PyPi Versions](https://img.shields.io/badge/pypi-v1.1.0-blue)](https://pypi.org/project/py-crypt) \n\nPyCrypt is a easy to use python library to let everyone encrypt, decrypt and decode messages.\n\n## Getting Started\nBy following the incoming instructions, you will be able to get PyCrypt into any of your projects.\n\n### Prerequisites\nTo be able to use PyCrypt you will need:\n* Python 3.7 - 3.8\n* Python IDE ([PyCharm](https://jetbrains.com/pycharm))\n\n### Installing\n* Open your command prompt or terminal and install PyCrypt with the following command\n\nFor only the current user:\n```\npip install --user py-crypt\n```\nFor all the computer users:\n```\npip install py-crypt\n```\n\n* To start using PyCrypt you need to import `pycrypt`\n\n```python\nimport pycrypt\n\nprint(pycrypt.__name__ + \", Version \" + pycrypt.__version__)\nprint(\"Made by \" + pycrypt.__author__)\n```\n\n* To encrypt, decrypt or code a message you will need to use, for example, the `pycrypt.caesar.encrypt()` method\n\n```python\nimport pycrypt\n\nprint(pycrypt.__name__ + \", Version \" + pycrypt.__version__)\nprint(\"Made by \" + pycrypt.__author__ + \"\\n\\n\")\n\n# Encrypts a message with the caesar cipher and the key 12\nprint(\"Encrypted Message:\")\nprint(pycrypt.caesar.encrypt(\"Test\", 12))\n\n# Decrypts a message with the caesar cipher and the key 12\nprint(\"Decrypted Message:\")\nprint(pycrypt.caesar.decrypt(\"Fqef\", 12))\n```\n\nIf you still do not understand after following these steps, there is an example file called [Example.py](Example.py).\n\n## Built With\n* [PyCharm](https://jetbrains.com/pycharm)\n* [Python 3.x](https://python.org)\n\n## Contributing\nPlease read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to this project.\n\n## Bugs & TODOs\nThe list of known bugs of PyCrypt is available [here](BUGS.md).\n\nThe TODO list of PyCrypt is available [here](TODOS.md).\n\n## Issues\nBefore submitting any issues, make sure to read the [known bugs](BUGS.md) file.\n\nSubmit your issues that you encounter while installing and using PyCrypt [here](https://github.com/kkrypt0nn/PyCrypt/issues).\n\n## Versioning\nWe use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/kkrypt0nn/PyCrypt/tags).\n\n## Authors\n* **Krypton** - *Initial work* - [kkrypt0nn](https://github.com/kkrypt0nn)\n\n## License\nThis project is licensed under the [Apache 2.0](LICENSE.md) License - see the [LICENSE.md](LICENSE.md) file for details.\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/kkrypt0nn/PyCrypt", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "py-crypt", "package_url": "https://pypi.org/project/py-crypt/", "platform": "", "project_url": "https://pypi.org/project/py-crypt/", "project_urls": { "Homepage": "https://github.com/kkrypt0nn/PyCrypt" }, "release_url": "https://pypi.org/project/py-crypt/1.1.1/", "requires_dist": null, "requires_python": ">=3.5", "summary": "PyCrypt is an easy to use python library to let everyone encrypt, decrypt and decode messages.", "version": "1.1.1", "yanked": false, "yanked_reason": null }, "last_serial": 7734535, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "d1e44c65ff474f388291662ad602fbd2", "sha256": "36dd7609a72ea870407f9903a8e121304b2bac1bf6624df81c85a1d1e78ab9cc" }, "downloads": -1, "filename": "py_crypt-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "d1e44c65ff474f388291662ad602fbd2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 7927, "upload_time": "2019-10-28T19:35:15", "upload_time_iso_8601": "2019-10-28T19:35:15.914023Z", "url": "https://files.pythonhosted.org/packages/42/dc/ffcd0880b832bb2dd830e61f8c4eb8bd2326e3f2504548692d859fcabf59/py_crypt-1.0.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d6c426a37f7871de4848ddffc3c37c1a", "sha256": "7f628efeb25117d4b7516aa94bbb865b5949472b252fe65e941bea65e3fbda54" }, "downloads": -1, "filename": "py-crypt-1.0.0.tar.gz", "has_sig": false, "md5_digest": "d6c426a37f7871de4848ddffc3c37c1a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 3251, "upload_time": "2019-10-28T19:35:18", "upload_time_iso_8601": "2019-10-28T19:35:18.110684Z", "url": "https://files.pythonhosted.org/packages/ad/47/412c0a80be515a93c0ee0d8a85bc08f80faa8254a72718e5972fa2605385/py-crypt-1.0.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "d116bd155e20c46d983e7e2670f53805", "sha256": "5d8e9d727dde9a8bb5f6e453ef68f2838d98866a62c40e75c9f6c8d0b0e2b75c" }, "downloads": -1, "filename": "py_crypt-1.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "d116bd155e20c46d983e7e2670f53805", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 9929, "upload_time": "2019-11-07T08:56:29", "upload_time_iso_8601": "2019-11-07T08:56:29.225656Z", "url": "https://files.pythonhosted.org/packages/8b/3c/bf13fcb72e2666c980a92dec5eb70ef3d372bb1a30b92f7a85525c838d81/py_crypt-1.1.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5d513180133526eccfb6937bf7503891", "sha256": "c4e8586d182f2a1cb492385ee9aae517ff600713658b33b6efec7e9e9932743c" }, "downloads": -1, "filename": "py-crypt-1.1.0.tar.gz", "has_sig": false, "md5_digest": "5d513180133526eccfb6937bf7503891", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 4270, "upload_time": "2019-11-07T08:56:31", "upload_time_iso_8601": "2019-11-07T08:56:31.194746Z", "url": "https://files.pythonhosted.org/packages/60/00/2b56618351dbeb5a338b02c1d21add040b771a7c2c112be5cdb3821c7def/py-crypt-1.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "286aa9352dbfbece8fa45be3fc197fb6", "sha256": "2ba887db2bb1f41115493e868ca7151bfed91dd0a18aa17a0f8a8ca59d04a937" }, "downloads": -1, "filename": "py_crypt-1.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "286aa9352dbfbece8fa45be3fc197fb6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 9921, "upload_time": "2020-07-19T17:10:39", "upload_time_iso_8601": "2020-07-19T17:10:39.016581Z", "url": "https://files.pythonhosted.org/packages/64/94/a86deb4c0a2494049baac5c96237e66ba5c38e2fcd9b375d08656c35b6a2/py_crypt-1.1.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6b43f8206d4c882db3e00289513d5344", "sha256": "07bbcb7e60ee14d7fba43d4522cabdf36b91d2c0bf215fc5f29d7e475b2fac22" }, "downloads": -1, "filename": "py-crypt-1.1.1.tar.gz", "has_sig": false, "md5_digest": "6b43f8206d4c882db3e00289513d5344", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 4270, "upload_time": "2020-07-19T17:10:41", "upload_time_iso_8601": "2020-07-19T17:10:41.737792Z", "url": "https://files.pythonhosted.org/packages/04/e3/37e1eaea94f67150d0d49fd7838b8af0bd729a33ebf49789d3df2eb5446b/py-crypt-1.1.1.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "286aa9352dbfbece8fa45be3fc197fb6", "sha256": "2ba887db2bb1f41115493e868ca7151bfed91dd0a18aa17a0f8a8ca59d04a937" }, "downloads": -1, "filename": "py_crypt-1.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "286aa9352dbfbece8fa45be3fc197fb6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 9921, "upload_time": "2020-07-19T17:10:39", "upload_time_iso_8601": "2020-07-19T17:10:39.016581Z", "url": "https://files.pythonhosted.org/packages/64/94/a86deb4c0a2494049baac5c96237e66ba5c38e2fcd9b375d08656c35b6a2/py_crypt-1.1.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6b43f8206d4c882db3e00289513d5344", "sha256": "07bbcb7e60ee14d7fba43d4522cabdf36b91d2c0bf215fc5f29d7e475b2fac22" }, "downloads": -1, "filename": "py-crypt-1.1.1.tar.gz", "has_sig": false, "md5_digest": "6b43f8206d4c882db3e00289513d5344", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 4270, "upload_time": "2020-07-19T17:10:41", "upload_time_iso_8601": "2020-07-19T17:10:41.737792Z", "url": "https://files.pythonhosted.org/packages/04/e3/37e1eaea94f67150d0d49fd7838b8af0bd729a33ebf49789d3df2eb5446b/py-crypt-1.1.1.tar.gz", "yanked": false, "yanked_reason": null } ] }