{ "info": { "author": "Florent D'halluin", "author_email": "flal@melix.net", "bugtrack_url": null, "classifiers": [], "description": "PwMngr \n======\n\nA CLI password manager. \n\npwmngr was designed with a few requirement : \n* use a dead simple CLI interface\n* have a readable text file as backend, that could be checked in a vcs, or \n carried around the cloud. \n* be secure. \n\n\nsecurity disclaimer\n===================\n\nDisclaimer : this software was not written by a cryptography specialist, and needs to be checked-out by specialists. \n\nHowever, this tool make use of proven algorithms : Passwords are encrypted using AES256, (courtesy of PyCrypto), with the encryption key being generated from your password, a random hash (different for each of your passwords) and the pbkdf2 key derivation algorithm. \n\nThe rationale is that you can encrypt all your password with the same master password, a different encryption key is generated for your passwords.\n\n\nusage\n=====\nexample\n-------\n\n $ ./pwmngr -s test.site.net\n password file does not exist, do you want to create one ? [N/y]y\n password to store : \n password :\n $ ./pwmngr -g test.site.net\n password :\n pwd stored to clipboard\n $ ./pwmngr -vg test.site.net\n password :\n mypassword\n\n\ndefault password file is located at ~/.pwmngr \nit's up to you to symlink or indicate alternative file with -f option.\n\nmanual\n------\nusage: pwmngr [-h] [-f FILE] [-g] [-v] [-s] key\n\npositional arguments:\n key the key you want to set or retrieve [default action]\n\noptional arguments:\n -h, --help show this help message and exit\n -f FILE, --file FILE the password file (default ~/.pwmngr)\n -g, --generate generate a random password instead of prompting you\n for the password when setting passwords\n -v, --show default pwmngr store the clear password to clipboard.\n if set diplay the clear password to stdout\n -s, --set set a password", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/flal/pwmngr", "keywords": null, "license": "Beerware", "maintainer": null, "maintainer_email": null, "name": "Pwmngr", "package_url": "https://pypi.org/project/Pwmngr/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Pwmngr/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/flal/pwmngr" }, "release_url": "https://pypi.org/project/Pwmngr/0.1dev/", "requires_dist": null, "requires_python": null, "summary": "a CLI password manager", "version": "0.1dev" }, "last_serial": 754470, "releases": { "0.1dev": [ { "comment_text": "", "digests": { "md5": "5335a62042116a679624692cf51ddf47", "sha256": "9e29a913a5f70ec4ceac66b30b3667b36ac550a762c7c0839fb8f734cd6c776a" }, "downloads": -1, "filename": "Pwmngr-0.1dev.tar.gz", "has_sig": false, "md5_digest": "5335a62042116a679624692cf51ddf47", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4595, "upload_time": "2012-01-21T19:59:58", "url": "https://files.pythonhosted.org/packages/9b/5e/ec83694a6192b071678455a37540a52710cbd2f4a99b5c570c5d421d95eb/Pwmngr-0.1dev.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5335a62042116a679624692cf51ddf47", "sha256": "9e29a913a5f70ec4ceac66b30b3667b36ac550a762c7c0839fb8f734cd6c776a" }, "downloads": -1, "filename": "Pwmngr-0.1dev.tar.gz", "has_sig": false, "md5_digest": "5335a62042116a679624692cf51ddf47", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4595, "upload_time": "2012-01-21T19:59:58", "url": "https://files.pythonhosted.org/packages/9b/5e/ec83694a6192b071678455a37540a52710cbd2f4a99b5c570c5d421d95eb/Pwmngr-0.1dev.tar.gz" } ] }