Skip to content

jakubradtke/sedcli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sedcli and libsed

TCG Opal is an industry standard allowing Self-Encrypting Drives management, i.e. enable locking, configuring users, locking ranges etc.

Sedcli is an utility for managing NVMe SEDs that are TCG Opal complaint.

Libsed is a library allowing to programatically manage NVMe SEDs that are TCG Opal complaint.

Getting started

In order to get started use following steps ( denotes top level directory for sedcli):

# download sedcli sources
git clone https://github.com/sedcli/sedcli.git

# navigate to source directory
cd <sedcli>/src

# perform build environment configuration and run compilation
./configure
make
make install

# invoke sedcli help to available commands and its syntax
sedcli -H

# alterntively read sedcli man page
man sedcli

Contributing

We encourage contributions! Patches are accepted via pull request:

  • Contributions into sedcli are accepted on GPL-2.0-or-later license
  • Contributions into libsed are accepted on LGPL-2.1-or-later license
  • Patches must be signedoff by the developer. This indicates that submitter agrees to the Developer Certificate of Origin DCO

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 89.7%
  • Python 8.4%
  • Makefile 1.5%
  • Shell 0.4%