aboutsummaryrefslogtreecommitdiffstats
path: root/Lessons_uncategorized/Lesson_Password
diff options
context:
space:
mode:
Diffstat (limited to 'Lessons_uncategorized/Lesson_Password')
-rw-r--r--Lessons_uncategorized/Lesson_Password/README.md1
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.