[liberationtech] A tool for encrypted laptops
Tom Ritter
tom at ritter.vg
Thu May 30 09:54:20 PDT 2013
On 25 March 2013 11:57, Tom Ritter <tom at ritter.vg> wrote:
> It the moment it only supports Bitlocker, but support for Truecrypt is
> coming[0]. \
Due to some internal confusion, this happened a little bit ago, but I
didn't know about it. You can now tell it "I'm smarter than you and
have FDE you don't know about"[0]. This will let it work with
Truecrypt.
Mac and Linux support are still stalled. Julian Oliver posted a quick
script for Linux that emulates some amount of the functionality last
March, I'm reposting:
//----------------------------------------------------------------------------->
#!/bin/sh
while true;
do
AC=$(acpi -a | awk '{ print $3 }')
if [ "$AC" = "off-line" ]:
then
echo "Power unplugged. Hibernating."
pm-hibernate
fi
sleep 1
done
//<----------------------------------------------------------------------------
-tom
[0] https://github.com/iSECPartners/yontma/commit/26cef9cc60ecbb68b7c6bc78c418d367e657af6a
More information about the liberationtech
mailing list