Hashapass on the command lineHashapass passwords can easily be generated on almost any modern Unix-like system using the following command line pattern: echo -n parameter \ This requires openssl as well as GNU coreutils. Caution! Most systems will keep a history of recently-typed commands. You probably do not want to use the above template directly, but rather inside of a shell script that will prompt you for your master password. Simon Elmir contributed just such a script: #!/bin/bash Advertising |