Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Few enhancements #7

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

julienblitte
Copy link

Using your great project as back-end with my own GUI, therefore I adapted a bit as bellow:
keepassphp-cli.php:

  • more explicit command line
  • fix 'rem' command issue: when kbdx is added without kphpdb password, cannot remove it (unless you know how kphpdb is generated)
  • enhance 'pwd' command: adding display value of title / username / url / notes / custom fields
  • add 'export' command: export database to kdbx file

keepass/keepassphp.php:

  • add method getDatabaseFilename(): give ability to export database directly in kdbx format

keepass/lib/database.php:

  • add method getStringField(): access StringField via uuid from database and test if uuid exists in database
  • add constant KEY_NOTES

keepass/lib/entry.php:

  • add method listCustomFields(): list custom fields of an entry

keepass/lib/group.php:

  • add method getStringField(): access StringField via uuid from group and test if uuid exists in group
  • add method listCustomFields(): access listCustomFields via uuid from group

* fixed 'rem' command issue: when kbdx is added without kphpdb password, cannot remove it
* enhanced 'pwd' command: adding display value of title / username / url / notes / custom fields
* export database to kdbx file
…ase and test if uuid exists in database

* add constant KEY_NOTES
… and test if uuid exists in group

* add method listCustomFields(): access listCustomFields via uuid form group
@julienblitte julienblitte changed the title Few enhancement Few enhancements May 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant