(no title)
harrygeez | 2 years ago
For Android and iOS if you forget your PIN code I believe you are screwed, as in no one can decrypt your device for you.
harrygeez | 2 years ago
For Android and iOS if you forget your PIN code I believe you are screwed, as in no one can decrypt your device for you.
RedTeamPT|2 years ago
magicalhippo|2 years ago
The problem with this was that the vault credentials in DAPI was not safe from other programs running as the user, nor from domain admins which could use the recovery key stored on the AD server (which they did in their attack after gaining admin access).
The solution was to use Windows Hello the way it was meant. That is, to store an asymmetric key pair, where the private key is hidden and protected by the biometrics or hardware security key, and use that to encrypt the secret vault credentials before storing them in DAPI.
lxgr|2 years ago
On Android, this is tied to the app UID, and on iOS/macOS it's tied (I believe) to the developer team identifier. Hopefully there's a similar mechanism on Windows...?