From 76135cbb19668f45dae34c0cad00499b6297c170 Mon Sep 17 00:00:00 2001 From: brulijam Date: Sat, 8 Jun 2024 21:01:31 +0200 Subject: [PATCH] . --- src/brulijam/systemlock.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/brulijam/systemlock.lua b/src/brulijam/systemlock.lua index ea8bab5..6f96e20 100644 --- a/src/brulijam/systemlock.lua +++ b/src/brulijam/systemlock.lua @@ -19,6 +19,10 @@ local function createPwHash() write("Confirm new password: ") local input2 = read("*") local input2Hash = hash.digestStr(input2 .. os.getComputerID()) + print(pwHash) + print(input2Hash) + print(input) + print(input2) local inputConfirmed = pwHash == input2 end return pwHash