Essentially, the makers of bios firmware messed up and created very short and insecure keys for securing secure boot, screwing up security for a ton of computer models. Please read the report for more information
Last edited:
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
On Windows devices, the following command run from a PowerShell administrator console will printTrue
on devices affected by PKfail:
[System.Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI PK).bytes) -match "DO NOT TRUST|DO NOT SHIP"