python-keepassx
python-keepassx copied to clipboard
CLI to keepassx
Bumps [py](https://github.com/pytest-dev/py) from 1.4.17 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...
Hi, `kp` hangs on opening my Keepass2 database and takes 100% of ressources on one CPU core: ``` $ kp --version kp version 0.1.0 $ time kp -d ~/keepass2_Seb.kdbx -k...
Will it support .kdbx format file in the future? Thanks.
Using passwords with a dollar sign '$' as the last letter does not work correctly. The dollar sign is not copied to the clipboard when invoking python-keepassx with the 'get'...
Traceback (most recent call last): File "C:\Python27\Scripts\kp", line 7, in sys.exit(main()) File "C:\Python27\lib\site-packages\keepassx\main.py", line 187, in main args.run(args) File "C:\Python27\lib\site-packages\keepassx\main.py", line 80, in do_get db = create_db(args) File "C:\Python27\lib\site-packages\keepassx\main.py", line...
Opening the demo.kdb database works fine, but when I try to open one of my own databases, I get this: Traceback (most recent call last): File "/usr/local/bin/kp", line 7, in...
My need is to open a shared keepass (me too, it sound weird) with a password stored in my private keepass. I have an alias like that alias kpec='kp -d...
Listing passwords in the database seems to work fine, and getting the password retrieves some details until it attempts to use subprocess.py - it reads some details out of the...
Hi. would it make sense to add sql support for keepass? something like? > ```sql > CREATE TABLE keepass ( > Uuid INT (11) AUTO_INCREMENT PRIMARY KEY, > Title VARCHAR...