bin2pass(1) | converts binary input to passwords | bin2pass(1) |
bin2pass - converts binary input to passwords
bin2pass [d|u|l] [<max size>] [<symbols>] <binary
bin2pass reads standard input, and accepts three optional parameters (note this is the same syntax as accepted by sphinx(1)):
| !"#$%&'()*+,-./:;<=>?@[\]^_`{}~
Please note that is allowed, and also be careful in quoting special characters that might be interpreted by your shell, such as ", !, \, etc...
Generate the longest possible random password from /dev/random, with the resulting password having characters from digits, lower- and upper-case letters and the and * symbols.
dd if=/dev/random bs=1 count=30 | ./pwdsphinx/bin2pass.py " *"
https://github.com/stef/pwdsphinx/issues/
Written by Stefan Marsiske.
Copyright © 2023 Stefan Marsiske. License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
sphinx(1)