From e0b06e128d19d65908efcfae5b0c2d8dfbfc26d0 Mon Sep 17 00:00:00 2001 From: Roberto Marzialetti Date: Sat, 29 Mar 2025 13:46:36 +0100 Subject: [PATCH] Update verifybcrypthash.json Fix not closed braket on last example. --- data/en/verifybcrypthash.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/en/verifybcrypthash.json b/data/en/verifybcrypthash.json index 8572078ae..ca997609f 100644 --- a/data/en/verifybcrypthash.json +++ b/data/en/verifybcrypthash.json @@ -32,7 +32,7 @@ { "title":"Example of Verifying the BCrypt Hash With Options Set On Hash", "description":"This is an example of using the function to check against a hashed value when the options were previously set.", - "code":"secretMsg=\"$2b$05$Cf4c5OFks8s8QKrByuEA7OHQDKSKPs5217L0H1DowfFLY3RLbFi4a\";\ncheckMe=\"Setec Astronomy\"\nwriteOutput(verifyBCryptHash(checkMe,secretMsg);", + "code":"secretMsg=\"$2b$05$Cf4c5OFks8s8QKrByuEA7OHQDKSKPs5217L0H1DowfFLY3RLbFi4a\";\ncheckMe=\"Setec Astronomy\"\nwriteOutput(verifyBCryptHash(checkMe,secretMsg));", "result":"YES", "runnable":true }