Git Product home page Git Product logo

bitlockercrack's Introduction

BitLockerCrack

A highly simplistic attempt to brute-force lost Bitlocker password!

It just happens, sometimes, out of bad luck, that one might forget the password for their Bitlocker encrypted volume or partition. While from a security perspective, if Bitlocker had any backdoors, or general keys, or a kind of algorithm built in that would generate close to actual keys, (like a filter or like if the number of possible keys for unlocking a Bitlocker drive are theoretically 10^48 possible keys, while the implementation of Bitlocker for the masses and general population only has actual 10^12 possible combinations that follow a secret formula or pattern that can be used to attack and unlock a (people version) Bitlocker drive), if any of these were implemented in a Bitlocker drive, then it wouldn't make any sense to encrypt a drive using Bitlocker and from a security perspective it would be BAD!

So it is a good thing that it is hard to brute force a Bitlocker encrypted volume and that no one knows of a secret pattern. But not all attempts are bad, sometimes one might just forget the key inside the encrypted volume, should we format the whole partition?

Well, basically after a while and after trying this tools, or things like https://github.com/e-ago/bitcracker one might just give up and decide to format the whole partition eventually. But some might just want to take that one in a theoretical 10^48 chance. This tools, script rather, would help you with trying to crack open a Bitlocker encrypted volume using recovery password options.

How to use

First, you need python 3.X, preferably the newest version, installed. Also this script only works on Windows machines, cause it calls 'manage-bde.exe'. For most machines there is no need to install any specific python libraries using pip, all the libraries come with default python installation.

You copy the "BitLockerCrack.py" from this repository to a folder of your choosing, open command prompt with admin privileges, and then run it like this: 'python BitLockerCrack.py D:' and hit enter, then it starts finding the password. The sad part is that this is not a multithreaded or parallel brute forcer, not that it would make any difference as long as it would call 'manage-bde', and that it runs on only one core.

For faster options, you should look into https://github.com/e-ago/bitcracker, from a probabilistic view it would be throwing a coin with 10^48 much faster than this tool! :D

Good luck cracking!

bitlockercrack's People

Contributors

dev0p0 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.