From e5d76d5b9440094a36915a1f7dc6bde35b0779c2 Mon Sep 17 00:00:00 2001 From: Theo Barfoot Date: Tue, 23 Apr 2024 13:18:24 +0000 Subject: [PATCH] title change and link fix --- README.md | 6 +++--- index.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9d299bc..53fc7f4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# SHA1 in Browser: Anonymised ID Generation +# Pseudo-Anonymised ID Generation -This web-based interface enables the use of the SHA-1 hashing algorithm on CSV files for the generation of pseudo-anonymised IDs, currently used for the AIMBraTS project. The application operates entirely client-side, ensuring that no data is transmitted outside of the local machine. To begin, simply open go to: [Compute SHA-1 from CSV in Browser](https://cai4cai.ml) +This interface enables the use of the SHA-1 hashing algorithm on CSV files for the generation of pseudo-anonymised IDs, currently used for the AIMBraTS project. The application operates entirely client-side, ensuring that no data is transmitted outside of the local machine. To begin, simply go to: [Pseudo-Anonymised ID Generator](https://cai4cai.ml/sha1inbrowser/) ## Motivation @@ -16,7 +16,7 @@ The key advantage of this approach to generating pseudo-anonymised IDs is that w Ensure each NHS number in your dataset is 10 digits long without any spaces. Errors in this data will lead to incorrect hashing. ### Step 1: Access the Application -Navigate to [Compute SHA-1 from CSV in Browser](https://cai4cai.ml). +Navigate to the [Pseudo-Anonymised ID Generator](https://cai4cai.ml/sha1inbrowser/). > **Note:** This HTML application, which is accessed and viewed via a web browser, runs locally on your own machine, and no data is transmitted outside of the local machine, when used. diff --git a/index.html b/index.html index d457583..7290306 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ - Compute SHA-1 from CSV in browser + Psuedo-Anonymised ID Generator