]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move the passphrase and iteration count into variables.
authorIan Lepore <ian@FreeBSD.org>
Mon, 2 Jul 2018 22:58:04 +0000 (22:58 +0000)
committerIan Lepore <ian@FreeBSD.org>
Mon, 2 Jul 2018 22:58:04 +0000 (22:58 +0000)
commit595deaf7f19a66a94efbd35832bdd2c3b1c7e5ee
tree0e34869ecb2d0eeeb1336403878fb2244faac866
parent432b49211cd5af20f2fe5fabe711e90e08148d2d
Move the passphrase and iteration count into variables.

This is purely to make it easier to tweak them locally; the machine I have
for testing takes forever to do 50,000 pw strengthening iterations, and
we're not testing the strength of geli's anti-pw-guessing logic here
(especially given that our test passphrase is "passphrase", except that
I tend to tweak that also, to 'x', because typing is hard).

Some day these should be settable as cmdline args.  But then, some day this
whole script should probably get a rewrite. :)
tools/boot/rootgen.sh