Skip to content

Commit cc8fa06

Browse files
Update readme.md (#451)
1 parent 5d4910b commit cc8fa06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/encryption_validator/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This script fetches two S3 objects (e.g. encrypted and unencrypted salts) and co
1313

1414
Login to AWS account
1515
`pip install requirements.txt`
16-
`python script.py <key> <bucket> <region_name> [prefix]`
16+
`python script.py <encrypted_file> <bucket> <region_name> [prefix]`
1717

1818
- `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/*`)
1919
- `bucket` – Required. Name of the S3 bucket.
@@ -22,4 +22,4 @@ Login to AWS account
2222

2323
## For Other Decryption Comparisons
2424

25-
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.
25+
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.

0 commit comments

Comments
 (0)