{ "info": { "author": "Joseph Murphy", "author_email": "air.jmurph+simple-passgen@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "# Simple-Passgen\n: *A very simple script to generate cryptographically random passwords*\nSimple-Passgen is a script that uses `os.urandom()` to generate crypotographically suitable \nrandom characters from the set of characters typable on a standard keyboard (a-z, A-Z, 0-9, and \npunctuation). For a complete listing refer to an ASCII or Unicode table, as this implementation \nuses precisely ASCII codes 33-126. This generates passwords with 6.554 bits of entropy per \ncharacter. Some basic statistics are given about the password on each generation depending on \nthe length settings chosen.\n## Usage\n```\nshell passgen [phrase length]\n```", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/JMurph2015/simple-passgen", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "simple-passgen", "package_url": "https://pypi.org/project/simple-passgen/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/simple-passgen/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/JMurph2015/simple-passgen" }, "release_url": "https://pypi.org/project/simple-passgen/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Generate secure random character sequences, not inspired by XKCD", "version": "0.1.0" }, "last_serial": 2273556, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "d9e41005034708e91c2f8ab9ef96196a", "sha256": "40ead191f87be3e3d2b259eb1808e887d2084af6aae5db99e7acffd9234fac01" }, "downloads": -1, "filename": "simple-passgen-0.1.0.tar.gz", "has_sig": true, "md5_digest": "d9e41005034708e91c2f8ab9ef96196a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25724, "upload_time": "2016-08-10T11:51:05", "url": "https://files.pythonhosted.org/packages/87/0f/963aace0220f4ca9e4a703a4302de07fe28106beacc293db785c97de1813/simple-passgen-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d9e41005034708e91c2f8ab9ef96196a", "sha256": "40ead191f87be3e3d2b259eb1808e887d2084af6aae5db99e7acffd9234fac01" }, "downloads": -1, "filename": "simple-passgen-0.1.0.tar.gz", "has_sig": true, "md5_digest": "d9e41005034708e91c2f8ab9ef96196a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25724, "upload_time": "2016-08-10T11:51:05", "url": "https://files.pythonhosted.org/packages/87/0f/963aace0220f4ca9e4a703a4302de07fe28106beacc293db785c97de1813/simple-passgen-0.1.0.tar.gz" } ] }