GitHunt
MI

micwoj92/bash-supergenpass

Bash shell-script implementation of SuperGenPass

Bash shell-script implementation of SuperGenPass password generation

Usage: ./supergenpass.sh <domain> [ <length> ]

Default <length> is 10, which is also the original SuperGenPass default length.

The <domain> parameter is also optional, but it does not make much sense to omit it.

supergenpass.sh will ask for your master password interactively, and it will not be displayed on your terminal.
Since it is a 24-line shell script, it is quite straightforward to just hardcode it in the script itself,
if you don't mind the security compromise.

Languages

Shell100.0%

Contributors

MIT License
Created March 18, 2024
Updated March 18, 2024
micwoj92/bash-supergenpass | GitHunt