dissect.database.ese.ntds.pek¶
Module Contents¶
Classes¶
Password Encryption Key (PEK) handler. |
Attributes¶
- dissect.database.ese.ntds.pek.HAS_CRYPTO = True¶
- dissect.database.ese.ntds.pek.AUTHENTICATOR¶
- class dissect.database.ese.ntds.pek.PEK(pek: bytes)¶
Password Encryption Key (PEK) handler.
- Parameters:
pek – The raw PEK blob from the NTDS database.
- pek¶
- encrypted¶
- decrypted = None¶
- property version: int¶
PEK version.
- property unlocked: bool¶
Indicates whether the PEK has been unlocked.