Closed GoogleCodeExporter closed 9 years ago
Well, I do not think this will help security at all :) Do not forget that it
could be logged to boot log or whatever collects the program outputo.
Moreover, the problem is that in most distros, it is not cryptsetup that ask
for password, it is some wrapper or tool (like plymouth). So even weadd this to
cryptsetup it will not solve your problem.
And if you want, you can easily implement it in bash script (for example):
read PWD; echo "Password is $PWD"; echo $PWD | cryptsetup luksOpen <dev> <name>
(or replace read command with something more sophisticated).
Original comment by gmazyl...@gmail.com
on 9 Mar 2015 at 2:30
Okay, so it's not here that I should make the request.
I use Kubuntu. Do you know what piece of software is the one that displays the
input field during boot? Where should I make my request to have a simple
checkbox "Display password"?
I suppose to use your script solution I'd have to boot on command line or
something, right?
Original comment by cave...@gmail.com
on 9 Mar 2015 at 2:50
No idea what is used in Kubuntu. Just try to report them bug, you will see.
Cryptsetup can take passwords on stdin so you can build any wrapper, not only
for commandline.
Original comment by gmazyl...@gmail.com
on 9 Mar 2015 at 3:10
Okay, thank you. I guess I need to find what's Kubunt's wrapper then.
Original comment by cave...@gmail.com
on 9 Mar 2015 at 3:12
Original issue reported on code.google.com by
cave...@gmail.com
on 2 Mar 2015 at 2:55