bitlocker-encryption-status


Namebitlocker-encryption-status JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/trottling/bitlocker-encryption-status
SummaryLibrary for get BitLocker-encrypted drives status using Python .
upload_time2024-03-10 15:45:28
maintainer
docs_urlNone
authortrottling
requires_python>=3.6
license
keywords bitlocker encryption status
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/trottling/bitlocker-encryption-status",
    "name": "bitlocker-encryption-status",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "bitlocker encryption status",
    "author": "trottling",
    "author_email": "kernel6@duck.com",
    "download_url": "https://files.pythonhosted.org/packages/2a/63/b467a0b1d9c1b26eea545f06d5e62c43fec3f2e908d1b63b6bbacf2244c4/bitlocker_encryption_status-0.0.2.tar.gz",
    "platform": null,
    "description": "# BitLocker Encryption Status Checker\r\n\r\nThis library allows you to get the encryption status of BitLocker-protected drives. It Float value of encryption progress or Bool value of drive encryption.\r\n\r\n\r\n## Prerequisites\r\n\r\n-   Python 3.x\r\n-   Windows 7, 8, 8.1, 10 or 11\r\n-   Administrator access to run the `manage-bde` command\r\n\r\n\r\n## Python requirements\r\n\r\n- This library used pure Python packages and doesn't need to any external libraries - ctypes, subprocess and re\r\n\r\n\r\n## Usage\r\n\r\n- Install package via pip:\r\n   `pip install bitlocker_encryption_status`\r\n\r\n\r\n## Example\r\n\r\n`\r\n\r\n\r\n\r\n\r\n\r\n`\r\n\r\nIn 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.\r\n\r\n## Notes\r\n\r\n-   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.\r\n    \r\n-   Ensure that you run the library funcs with administrator privileges to access the `manage-bde` command.\r\n    \r\n    \r\n\r\n## License\r\n\r\nThis script is released under the MIT License.\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Library for get BitLocker-encrypted drives status using Python .",
    "version": "0.0.2",
    "project_urls": {
        "GitHub": "https://github.com/trottling/bitlocker-encryption-status",
        "Homepage": "https://github.com/trottling/bitlocker-encryption-status"
    },
    "split_keywords": [
        "bitlocker",
        "encryption",
        "status"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "64a8e124fc62ed747562a3fd0f8c1e84c3411cf4322e23618454eb011d4eeb57",
                "md5": "e9edb2859e71f738e2a15fd7c4e81c39",
                "sha256": "bca5bca1f414cd66568ffe3f4c9e4875755ad1c9e4236772d17e38b642efce4e"
            },
            "downloads": -1,
            "filename": "bitlocker_encryption_status-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e9edb2859e71f738e2a15fd7c4e81c39",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2753,
            "upload_time": "2024-03-10T15:45:02",
            "upload_time_iso_8601": "2024-03-10T15:45:02.245231Z",
            "url": "https://files.pythonhosted.org/packages/64/a8/e124fc62ed747562a3fd0f8c1e84c3411cf4322e23618454eb011d4eeb57/bitlocker_encryption_status-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2a63b467a0b1d9c1b26eea545f06d5e62c43fec3f2e908d1b63b6bbacf2244c4",
                "md5": "3d082e82701750740937f701c6286b22",
                "sha256": "743dbc5d0050cc51469f623d8d0c9a985d7ad0a189086e43ad9e4ec562ac4811"
            },
            "downloads": -1,
            "filename": "bitlocker_encryption_status-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "3d082e82701750740937f701c6286b22",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2501,
            "upload_time": "2024-03-10T15:45:28",
            "upload_time_iso_8601": "2024-03-10T15:45:28.492410Z",
            "url": "https://files.pythonhosted.org/packages/2a/63/b467a0b1d9c1b26eea545f06d5e62c43fec3f2e908d1b63b6bbacf2244c4/bitlocker_encryption_status-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-10 15:45:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "trottling",
    "github_project": "bitlocker-encryption-status",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "bitlocker-encryption-status"
}
        
Elapsed time: 0.20937s