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 /Lessons_uncategorized/Lesson_Password | |
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 'Lessons_uncategorized/Lesson_Password')
-rw-r--r-- | Lessons_uncategorized/Lesson_Password/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lessons_uncategorized/Lesson_Password/README.md b/Lessons_uncategorized/Lesson_Password/README.md index 5abfdba..02bc6d6 100644 --- a/Lessons_uncategorized/Lesson_Password/README.md +++ b/Lessons_uncategorized/Lesson_Password/README.md @@ -359,3 +359,4 @@ EFI_STATUS HandlePasswordInput(EFI_STRING Password) With the following code you can set initial password and also have a possibility update it via the Form Browser. +In the next lesson we would investigate why we shouldn't store password as a plain text in the storage and how we can make our password storage more secure. |