{ "info": { "author": "Joshua A. Lee", "author_email": "jlee17@gmu.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.4" ], "description": "aespy\r\n========\r\n\r\naespy is an ultra-lightweight, pure-python library for doing AES\r\nencryption. It draws heavily on the popular crypto library, simplifying\r\nAES encryption and decryption of files to a single function each.\r\n\r\nUsage\r\n-----\r\n\r\nSimple usage follows this pattern:\r\n\r\n.. code-block:: python\r\n\r\n import aespy\r\n encrypt_me = \"my_transcript.pdf\"\r\n output_file = easy-aes.encrypt_file(encrypt_me)\r\n\r\noutput_file is a string with the new file name.\r\n\r\nWARNING: IF YOU FORGET YOUR PASSWORD AND DELETE\r\nTHE ORIGINAL DATA, YOUR FILE WILL NOT BE ABLE TO BE RETRIEVED!\r\n\r\n.. code-block:: python\r\n\r\n import aespy\r\n encrypted_file = \"my_encrypted_filename.aes\"\r\n binary_data = easy-aes.decrypt_file(encrypted_file)\r\n with open('my_new_file.aaa','wb') as new_file:\r\n new_file.write(decrypted_data)\r\n\r\ndecrypt_file returns a Python object containing \r\nthe now-decrypted data.\r\n\r\nInstallation\r\n------------\r\n\r\naespy works Python 3.3+. To install it,\r\nuse:\r\n\r\n.. code-block:: bash\r\n\r\n $ pip install aespy\r\n\r\n0.1\r\n~~~\r\n\r\nReleased on September 10, 2016", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/pypa/sampleproject/archive/master.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Starstorm3/aespy.git", "keywords": "encryption,aes,encrypt,advanced encryption standard", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "aespy", "package_url": "https://pypi.org/project/aespy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/aespy/", "project_urls": { "Download": "https://github.com/pypa/sampleproject/archive/master.zip", "Homepage": "https://github.com/Starstorm3/aespy.git" }, "release_url": "https://pypi.org/project/aespy/0.131/", "requires_dist": null, "requires_python": null, "summary": "An ultra-lightweight library to securely encrypt any file with AES.", "version": "0.131" }, "last_serial": 2335766, "releases": { "0.13": [ { "comment_text": "", "digests": { "md5": "d0cc962a82143201a56c5f4de434d360", "sha256": "933959519ad82be2a23759b37a264c121dad259878fa76103b3f4a08f1f894a1" }, "downloads": -1, "filename": "aespy-0.13.zip", "has_sig": false, "md5_digest": "d0cc962a82143201a56c5f4de434d360", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2724, "upload_time": "2016-09-11T04:17:05", "url": "https://files.pythonhosted.org/packages/4e/17/77f5550d117cbbd78295f4ad8b8e274f39108b83a8d55130469860e0bbfd/aespy-0.13.zip" } ], "0.131": [ { "comment_text": "", "digests": { "md5": "ecc0ace4cb2bf57e0d9e5858eb6b80cf", "sha256": "e462d269677aa8f10a75cdaa1003a7e129188c604ad2bf19d2e5b439ce5478cc" }, "downloads": -1, "filename": "aespy-0.131.zip", "has_sig": false, "md5_digest": "ecc0ace4cb2bf57e0d9e5858eb6b80cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2735, "upload_time": "2016-09-11T04:19:36", "url": "https://files.pythonhosted.org/packages/6e/6d/7dbe4e64c2ac4b3fa1fe0d371a16cf0b9b8fa9ab19683d23f1fbdaf383bc/aespy-0.131.zip" } ], "0.14": [ { "comment_text": "", "digests": { "md5": "63daaa9446f7169be6d03fb20f02603e", "sha256": "96aebbc7471500426b27f63548938e95495b8304418c9b43a71e97e9c17bbaee" }, "downloads": -1, "filename": "aespy-0.14.zip", "has_sig": false, "md5_digest": "63daaa9446f7169be6d03fb20f02603e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2724, "upload_time": "2016-09-11T04:22:31", "url": "https://files.pythonhosted.org/packages/19/8e/b95a7db3afea022c9924b3fd5b1b40dd07b3b566b2fb2256952300bc2356/aespy-0.14.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ecc0ace4cb2bf57e0d9e5858eb6b80cf", "sha256": "e462d269677aa8f10a75cdaa1003a7e129188c604ad2bf19d2e5b439ce5478cc" }, "downloads": -1, "filename": "aespy-0.131.zip", "has_sig": false, "md5_digest": "ecc0ace4cb2bf57e0d9e5858eb6b80cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2735, "upload_time": "2016-09-11T04:19:36", "url": "https://files.pythonhosted.org/packages/6e/6d/7dbe4e64c2ac4b3fa1fe0d371a16cf0b9b8fa9ab19683d23f1fbdaf383bc/aespy-0.131.zip" } ] }