From 146e7a2a46306530bd845b1c0dacf455ae2d6bd4 Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Mon, 19 Feb 2024 19:03:32 +0300 Subject: Add password hash lesson Signed-off-by: Konstantin Aladyshev --- Lessons_uncategorized/Lesson_Password/README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'Lessons_uncategorized/Lesson_Password') 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. -- cgit v1.2.3-18-g5258