diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2024-02-19 19:03:32 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2024-02-19 19:03:32 +0300 |
commit | 146e7a2a46306530bd845b1c0dacf455ae2d6bd4 (patch) | |
tree | c47ee5b793c2554fc0c0b0d8f4df6ed80372102d /README.md | |
parent | 687ccee557662f2a0f9a7873fb128cdb3378c5a8 (diff) | |
download | UEFI-Lessons-146e7a2a46306530bd845b1c0dacf455ae2d6bd4.tar.gz UEFI-Lessons-146e7a2a46306530bd845b1c0dacf455ae2d6bd4.tar.bz2 UEFI-Lessons-146e7a2a46306530bd845b1c0dacf455ae2d6bd4.zip |
Add password hash lesson
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -93,7 +93,8 @@ _____ - [Lesson XX](Lessons_uncategorized/Lesson_Varstore_4): Create a driver with `Buffer Storage` - Part 4: Make `ExtractConfig()` function compatible with UEFI specification - [Lesson XX](Lessons_uncategorized/Lesson_Varstore_5): Investigate when and how the Form Browser calls `EFI_HII_CONFIG_ROUTING_PROTOCOL.Callback()` function - [Lesson XX](Lessons_uncategorized/Lesson_Varstore_6): Popup windows in edk2. Creating popups with the `EFI_HII_POPUP_PROTOCOL.CreatePopup()` and `CreatePopUp` functions -- [Lesson XX](Lessons_uncategorized/Lesson_Password): The `password` VFR input element +- [Lesson XX](Lessons_uncategorized/Lesson_Password): The `password` VFR input element - Part 1: Basic `Callback()` implementation to handle password element +- [Lesson XX](Lessons_uncategorized/Lesson_Password_2): The `password` VFR input element - Part 2: Use `EFI_HASH2_PROTOCOL` to calculate password string hash _____ - [Lesson XX](Lessons_uncategorized/Lesson_Hidden_BIOS_settings): Changing hidden BIOS settings. Using `IFRExtractor` utility to extract UEFI IFR data into human-readable text _____ |