Manage your login credentials from the terminal painlessly.
Project description
Pysswords lets you manage your login credentials from the terminal. All passwords are saved into an encrypted file. Only with the password you used to created you can view the file contents. If you want to know more about the encryption used, check the Under the Hood section.
Installation
pip install pysswords
Quickstart
Check the implemented features on the Features section.
# create a new credentials database
pysswords --create /path/to/password/file
# add new credentials
pysswords --add /path/to/password/file
# get credential with name "example"
pysswords --get "example" /path/to/password/file
# delete credential with name "example"
pysswords --delete "example" /path/to/password/file
# search credentials with query "gmail"
pysswords --search "gmail" /path/to/password/file
# print all credentials as a table
pysswords /path/to/password/file
Contributing
fork the repository https://github.com/marcwebbie/pysswords/fork
write your tests on tests/test.py
if everything is OK. push your changes and make a pull request. ;)
Development status
Features
In order of priority [1]:
[ ] Database module
[ ] Encryption module
[ ] Console interface
Under The Hood
Encryption is done using the PBKDF2 derivation function and SHA256 hashing by default.
Take a look at pysswords.crypt module to know more.
License (MIT License)
The MIT License (MIT)
Copyright (c) 2014 Marc Webbie, http://github.com/marcwebbie
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for pysswords-0.0.5_dev1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05183ee93aa21b11350bd5bfc9c445e58da88649d8c3fb71fdc672f1c2a4e949 |
|
MD5 | b15341ba6f4359308380f99e6c83e49d |
|
BLAKE2b-256 | f1f9fb5cb3cd94cef6329cbf86c6fd279ce4f44b1e3dcd56ad4b67a4de42e41f |