L🦀CKBOX: Lockbox is a command-line tool built in rust for generating and managing passwords. It uses strong encryption algorithms to securely store your passwords, so you can be sure that your data is safe.
Right now the password file is created relative to the directory that lockbox is executed from. This should be fixed relative to the $HOME of the OS. Example: $HOME/.lockbox/passwords
$ lockbox list
Please enter the master password
>>
Service: github, Username: MyAwesomeGithubProfile, Password: ***
$ cd some_directory
$ lockbox list
Please enter the master password
>>
No passwords found!
Right now the password file is created relative to the directory that
lockbox
is executed from. This should be fixed relative to the $HOME of the OS. Example:$HOME/.lockbox/passwords