All Projects → sedcli → sedcli

sedcli / sedcli

Licence: other
sedcli and libsed library for NVMe Self-Encrypting Drives (SEDs) management

Programming Languages

c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language
Makefile
30231 projects
shell
77523 projects

Projects that are alternatives of or similar to sedcli

opal-node-compiler
Opal Compiler for Node.js
Stars: ✭ 15 (-31.82%)
Mutual labels:  opal
terraform-aws-nvme-example
Example to manage your EBS NVME volumes on AWS
Stars: ✭ 46 (+109.09%)
Mutual labels:  nvme
FEMU
FEMU: Accurate, Scalable and Extensible NVMe SSD Emulator (FAST'18)
Stars: ✭ 213 (+868.18%)
Mutual labels:  nvme
nvfuse
NVMe based File System in User-space
Stars: ✭ 81 (+268.18%)
Mutual labels:  nvme
vue.rb
Ruby bindings for Vue.js
Stars: ✭ 26 (+18.18%)
Mutual labels:  opal
negasonic
This ain't Sonic Pi, but it works on the browser: www.negasonic.org
Stars: ✭ 73 (+231.82%)
Mutual labels:  opal
cNVMe
An NVMe Device Simulation Library.
Stars: ✭ 41 (+86.36%)
Mutual labels:  nvme
opal
Policy and data administration, distribution, and real-time updates on top of Open Policy Agent
Stars: ✭ 459 (+1986.36%)
Mutual labels:  opal
mkm-sdk
Python SDK for Magickartenmarkt API
Stars: ✭ 33 (+50%)
Mutual labels:  tcg
eks-nvme-ssd-provisioner
EKS NVMe SSD provisioner for Amazon EC2 Instance Stores
Stars: ✭ 50 (+127.27%)
Mutual labels:  nvme
pynvme
builds your own tests.
Stars: ✭ 139 (+531.82%)
Mutual labels:  nvme
cryptctl
A disk encryption utility that helps setting up LUKS-based disk encryption using randomly generated keys, and keeps all keys on a dedicated key server.
Stars: ✭ 23 (+4.55%)
Mutual labels:  disk-encryption
netarbiter
Multi-site Network Emulation, Kubeadm-installed Kubernetes, NVMe over Fabrics
Stars: ✭ 18 (-18.18%)
Mutual labels:  nvme
webxoss-core
webxoss game logic
Stars: ✭ 19 (-13.64%)
Mutual labels:  tcg
hexblade
My own Linux desktop and docker image on top of Ubuntu.
Stars: ✭ 15 (-31.82%)
Mutual labels:  disk-encryption
opal-rspec
Opal + RSpec = ♥️
Stars: ✭ 57 (+159.09%)
Mutual labels:  opal
snabberb
A simple component view framework for Ruby Opal based on Snabbdom
Stars: ✭ 41 (+86.36%)
Mutual labels:  opal
LightVerifier
Simple and scalable Linux tools for verifying TPM-based remote attestations 🔬⚖️🔐⛓📏📜
Stars: ✭ 18 (-18.18%)
Mutual labels:  tcg
op-test
Testing Firmware for OpenPOWER systems
Stars: ✭ 30 (+36.36%)
Mutual labels:  opal
encfs4win
Windows port of EncFS
Stars: ✭ 356 (+1518.18%)
Mutual labels:  disk-encryption

sedcli and libsed overview

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 (<sedcli> 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

For more information goto doc directory.

Features

  • Interactive management of NVMe SED allowing to: configure locking, change lock state, revert disk back to manafactured state
  • Coming soon: auto management with disk key being retrieved from network attached Key Management Server that is OASIS KMIP complaint

Talks and papers

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

Maintainers

Feel free to contact us anytime with questions, feedback or suggestions. We would love to hear how you see sedcli going forward.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].