From 15fe75aced78447112047c311147ccd02610c03e Mon Sep 17 00:00:00 2001 From: Yen Le Date: Tue, 5 Nov 2024 09:20:36 +0700 Subject: [PATCH] docs: update doc in verify app --- documentation/docs/mock-apps/verify-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/mock-apps/verify-app.md b/documentation/docs/mock-apps/verify-app.md index bf6e6eaa..4d33195e 100644 --- a/documentation/docs/mock-apps/verify-app.md +++ b/documentation/docs/mock-apps/verify-app.md @@ -36,7 +36,7 @@ The UI of this page includes these information fields: Type, Issued by and Issue With the download button, it will download the JSON data or JWT data if the credential is JWT. -## Hash validation (if it exist in URL) +## Hash validation (if it exist in the URL) To ensure the integrity of the credential, a hash value is included in the verification link. This hash value is generated using the SHA-256 algorithm, computed from the credential itself. The resulting hash is appended to the verification link as a query parameter.