From 4145fae48310930e675000b2735bad6dfdcb5b48 Mon Sep 17 00:00:00 2001 From: abuabraham-ttd <130511456+abuabraham-ttd@users.noreply.github.com> Date: Wed, 30 Apr 2025 14:54:34 -0700 Subject: [PATCH] Update readme.md --- scripts/encryption_validator/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/encryption_validator/readme.md b/scripts/encryption_validator/readme.md index ea2539ae..523a1df5 100644 --- a/scripts/encryption_validator/readme.md +++ b/scripts/encryption_validator/readme.md @@ -13,7 +13,7 @@ This script fetches two S3 objects (e.g. encrypted and unencrypted salts) and co Login to AWS account `pip install requirements.txt` -`python script.py [prefix]` +`python script.py [prefix]` - `encrypted_file` – Required. Must start with `salt`. Example: `salts/encrypted/12_private/salts.txt.1745532777048` (To query multiple files you can use `salts/encrypted/12_private/*`) - `bucket` – Required. Name of the S3 bucket. @@ -22,4 +22,4 @@ Login to AWS account ## For Other Decryption Comparisons -You can use the **same logic** for other types of decryption and comparison. The only change is in how the **unencrypted file name** is generated in salt_compare. \ No newline at end of file +You can use the **same logic** for other types of decryption and comparison. The only change is in how the **unencrypted file name** is generated in salt_compare.