Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/encryption_validator/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <key> <bucket> <region_name> [prefix]`
`python script.py <encrypted_file> <bucket> <region_name> [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.
Expand All @@ -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.
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.
Loading