bdemetris / crypt-bde

playing with bitlocker on windows using golang, and pushing it to crypt-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crypt-BDE

Build Status Go Report Card

WARNING: As this has the potential for stopping users from logging in, extensive testing should take place before deploying into production.

Managing bitlocker on windows using golang, and then submit it to an instance of crypt-server

Features

  • Rotate keys and escrow to your crypt server.

Getting Started

Building cryptbde

Downloading the source.

go get github.com/bdemetris/crypt-bde

Install dependent programs and libraries.

make deps

Build the code.

make build

Configuration

The configuration is defined in the config.json example is contained in the root of the Repo please update this with the URL of your crypt server.

Running

Rotate keys

crypt-bde.exe --config=config.json rotatekey

Dont read too much into this. Just having fun.

About

playing with bitlocker on windows using golang, and pushing it to crypt-server

License:Apache License 2.0


Languages

Language:Go 86.5%Language:Makefile 10.9%Language:PowerShell 2.6%