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.
> lockbox copy --service some_service
(Copied to clipboard)
REPL
> lockbox
Welcome to L🦀CKBOX!
Please enter the master password
>>
Enter [1] add password [2] generate random password [3] list passwords [4] remove password [5] show password [6] update master password [7] copy password [8] exit
>> copy
Please enter the service name
>> some_service
Please enter the username (Optional)
>>
(Copied to clipboard)
CLI
REPL