Joachim Fasting 9654e09b5a cjdns service: ensure that generated passwd has requested length
`head -cNUM ... | tr -dc SET` might generate output containing fewer
than NUM characters.  Given the limited alphabet, this could result in a
fairly weak passphrase. The construction `tr </dev/urandom | head
-cNUM`, however, is sure to give us the full `NUM`.
2016-10-27 14:15:53 +02:00
..
2016-10-15 13:54:59 -04:00
2016-10-23 11:45:30 +02:00
2016-05-27 11:22:27 +02:00
2016-10-23 11:45:30 +02:00