passbox icon indicating copy to clipboard operation
passbox copied to clipboard

Simple command line password manager using a flat file as a database and GPG encryption

Results 8 passbox issues
Sort by recently updated
recently updated
newest added

it would be cool if passbox installs via [bpkg](http://www.bpkg.io)

enhancement

as part of the v1 milestone we should then track the version using semver and allow the user to determine their version

enhancement

Add cross platform clipboard integration.

enhancement

Create a simple tab completion script that can be sourced into .bashrc to provide access to the passbox commands

enhancement

This could include: best practices for security, keeping your hist file secure, avoid letting browsers store passwords, avoid keeping passwords on the clipboard, high entropy passwords and so on

enhancement

Prevent leakage of data through hist file by prompting for the entry name instead of an argument

enhancement

When storing text that has a colon e.g. 'http://myurl.com', the resulting output text is cut-off after it e.g. all gets printed out is 'Url: http'

bug