A command line password manager.
Generate passwords you can get later without storing them.
To install the program, you have to clone the repository and run cargo build
to obtain the binary executable.
Now put the binary into the desired folder and run it with ./scrt [COMMAND]
.
For easier global usage, run chmod +x scrt
and add the folder to the PATH variable.
- Generate a hash made of letters and digits from website, username and a key you decide.
- Store and manage these entries (key excluded) to better remember the used combination.
Use scrt help
to see available actions.