psh-cli 0.5.1

Password generator/manager that derives deterministic passwords from a set of inputs
psh-cli-0.5.1 is not a library.

Command line interface for psh.

Can be installed with the following command:

$ cargo install psh-cli

Installing on Android with Termux

First, install Rust toolchain:

$ pkg install rust

Second, add cargo binary installation folder to PATH:

$ echo 'export PATH=$PATH:$HOME/.cargo/bin' >> $HOME/.profile

Last, install psh-cli using the first command on this page.