Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bitlocker-encryption-status

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitlocker-encryption-status

Library for get BitLocker-encrypted drives status using Python .

  • 0.0.2
  • PyPI
  • Socket score

Maintainers
1

BitLocker Encryption Status Checker

This library allows you to get the encryption status of BitLocker-protected drives. It Float value of encryption progress or Bool value of drive encryption.

Prerequisites

  • Python 3.x
  • Windows 7, 8, 8.1, 10 or 11
  • Administrator access to run the manage-bde command

Python requirements

  • This library used pure Python packages and doesn't need to any external libraries - ctypes, subprocess and re

Usage

  • Install package via pip: pip install bitlocker_encryption_status

Example

`

`

In the above example, the script displays the encryption status for drive V, which is 97.85% encrypted. However, the encryption status for drive F is not available.

Notes

  • This script uses the manage-bde command, which is a Windows-specific command-line tool for managing BitLocker. It not work on non-Windows systems.

  • Ensure that you run the library funcs with administrator privileges to access the manage-bde command.

License

This script is released under the MIT License.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc