#password #password-manager #password-generator #security #command-line-interface #cli

app psh-cli

Password generator/manager that derives deterministic passwords from a set of inputs

3 unstable releases

0.5.1 Nov 14, 2023
0.5.0 Mar 18, 2023
0.4.0 Feb 14, 2023

#663 in Authentication

Download history 3/week @ 2024-02-15 162/week @ 2024-02-22 36/week @ 2024-02-29 2/week @ 2024-03-07 8/week @ 2024-03-14

209 downloads per month

MIT license

53KB
1K SLoC

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.

Dependencies

~8–19MB
~259K SLoC