jason-b-akers-intel / sedutil

DTA sedutil Self encrypting drive software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This software is Copyright 2014,2015 Michael Romeo r0m30@r0m30.com

This file is part of msed.

msed is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

msed is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with msed.  If not, see <http://www.gnu.org/licenses/>.

msed - Manage Self Encrypting Drives

This program and it's accompanying Pre-Boot Authorization image allow you to enable the locking in SED's that comply with the TCG OPAL 2.00 standard on bios machines.

You must be administrator/root to run the host managment program

In Linux libata.allow_tpm must be set to 1. Either via adding libata.allow_tpm=1 to the kernel flags at boot time or changing the contents of /sys/module/libata/parameters/allow_tpm to a from a "0" to a "1" on a running system.

Currently there is only a PBA for BIOS machines and sleep (S3) is not supported.

Source code is available on GitHub at https://github.com/r0m30/msed (host management program) and https://github.com/syslinux (BIOS PBA)

Linux and Windows executables are available at http://www.r0m30.com/msed/files

If you are looking for the PSID revert function see linux/PSIDRevert_LINUX.txt or win32/PSIDRevert_WINDOWS.txt

About

DTA sedutil Self encrypting drive software


Languages

Language:C++ 53.6%Language:Makefile 19.4%Language:C 18.0%Language:Shell 6.5%Language:Objective-C 1.9%Language:PowerShell 0.4%Language:PHP 0.1%Language:Batchfile 0.1%