pstore
pstore copied to clipboard
Python Protected Password Store (django server + cli interface) using client side GPG encryption
Can the search option become case-insensitive ? ``` $ ostore -s dell user error: no search results ``` and: ``` $ ostore -s Dell Machine Property and value ------------------------------------------------------------------------ +...
https://github.com/uracreative/works/tree/master/pstore
``` $ pstore someobj ^user-OLD ['user-old'] #
``` File "/srv/virtualenvs/pstore/local/lib/python2.7/site-packages/django/contrib/admin/options.py", line 742, in save_model obj.save() File "./pstore/models.py", line 104, in save notify_publickey_change(self.original, self) File "./pstore/notify.py", line 184, in notify_publickey_change send_mail(subject, flatbody, fromaddr, toaddrs) ... File "/srv/virtualenvs/pstore/local/lib/python2.7/site-packages/django/core/mail/backends/smtp.py", line...
Auto generate secrets with use of "pwgen", display the secret and store it. Allow to specify the params (length, symbols etc.) serverside.
Implement password/secret strength validation: - Minimal X length - Minimal X uppercase/lowercase/numbers/special chars... (?) Reject password if it not meets the required strength.
Look at the following. There are problems with: - multiple calls to the backend (for session cookie + for the actual data) - python imports that we do not need...
Example: ``` pstore -c hostname +user1 +user2 -ps ip=10.10.10.10 -ps key=val ```
Hi ZeroBin people! I'm one of the maintainers of Sandstorm.io, an open source package manager for web apps with a focus on security and usability. I'm interested in writing some...
When deleting items, we currently use the admin log as a backup. That should probably be pruned every now and then.