{ "info": { "author": "Niels Serup", "author_email": "ns@metanohi.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: End Users/Desktop", "Intended Audience :: Science/Research", "License :: DFSG approved", "License :: OSI Approved :: GNU Affero General Public License v3", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: Education", "Topic :: Scientific/Engineering :: Mathematics", "Topic :: Security :: Cryptography", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "=========\ndesurveil\n=========\n\ndesurveil is a cryptography program with support for key pair\ngeneration and encrypting and decrypting with RSA, OAEP, and arbitrary\ndata lengths.\n\ndesurveil is both a command line tool and a Python module. It requires\nPython 3.1+.\n\n\nLicense\n=======\n\ndesurveil is free software under the terms of the GNU Affero General\nPublic License version 3 (or any later version, see file\n``COPYING.txt`` or webpage http://gnu.org/licenses/agpl.html for full\nlicense). The author of desurveil is Niels G. W. Serup, contactable at\nngws@metanohi.name. This is version 0.1.1 of the program.\n\n\nInstallation\n============\n\nIt is not strictly necessary to install desurveil to use it if you\nonly plan to use it as a command line tool. It is still recommended,\nthough. To install it, run::\n\n python3 setup.py install\n\nYou must be a superuser to do this.\n\n\nUse as command line tool\n========================\n\nIf you have installed desurveil, run::\n\n desurveil COMMAND [OPTION]... [INPUT FILE]...\n\nElse, run this::\n\n python3 scripts/desurveil COMMAND [OPTION]... [INPUT FILE]...\n\nTo see how to interact with desurveil, run::\n\n desurveil --help\n\n\nUse as Python module\n====================\n\nWhen desurveil has been installed, it can be used just like any other\nPython module. To see which functions and classes are available and\nusable, run::\n\n pydoc3 desurveil\n\nAnd also::\n\n pydoc3 desurveil.basemath\n pydoc3 desurveil.primes\n pydoc3 desurveil.oaep\n pydoc3 desurveil.keypair\n pydoc3 desurveil.utility\n\nThese can be imported with simple ``import`` statements.\n\n\nDevelopment\n===========\n\nDevelopment takes place with Git. To get the latest branch, download\nit from gitorious.org::\n\n $ git clone git://gitorious.org/desurveil/desurveil.git\n\n\nLogo\n====\n\nThe logo (``logo.svg``) has been released into the public domain.\n\n \nThis document\n=============\nCopyright (C) 2011 Niels G. W. Serup\n\nCopying and distribution of this file, with or without modification,\nare permitted in any medium without royalty provided the copyright\nnotice and this notice are preserved. This file is offered as-is,\nwithout any warranty.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://metanohi.org/projects/desurveil/", "keywords": null, "license": "AGPLv3+", "maintainer": null, "maintainer_email": null, "name": "desurveil", "package_url": "https://pypi.org/project/desurveil/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/desurveil/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://metanohi.org/projects/desurveil/" }, "release_url": "https://pypi.org/project/desurveil/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "a cryptography tool with support for RSA and OAEP", "version": "0.1.1" }, "last_serial": 788918, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "45ec0487790c7a6ea03a750e97e084a0", "sha256": "05c588eda51b16192f8844dfbb85a2b7beb6c7e6a266d431387e40c87491819b" }, "downloads": -1, "filename": "desurveil-0.1.1.tar.gz", "has_sig": false, "md5_digest": "45ec0487790c7a6ea03a750e97e084a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35227, "upload_time": "2011-04-12T16:04:01", "url": "https://files.pythonhosted.org/packages/c2/dc/986338e722aea1ec134c083faeafd2aa9f2b7168ac1db05d84a974010378/desurveil-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "45ec0487790c7a6ea03a750e97e084a0", "sha256": "05c588eda51b16192f8844dfbb85a2b7beb6c7e6a266d431387e40c87491819b" }, "downloads": -1, "filename": "desurveil-0.1.1.tar.gz", "has_sig": false, "md5_digest": "45ec0487790c7a6ea03a750e97e084a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35227, "upload_time": "2011-04-12T16:04:01", "url": "https://files.pythonhosted.org/packages/c2/dc/986338e722aea1ec134c083faeafd2aa9f2b7168ac1db05d84a974010378/desurveil-0.1.1.tar.gz" } ] }