AWS Security ChangesHomeSearch

AWS payment-cryptography low security documentation change

Service: payment-cryptography · 2025-08-01 · Security-related low

File: payment-cryptography/latest/userguide/decrypt-data.md

Summary

Removed AWS account ID from example KeyArn in decrypt-data command

Security assessment

Example sanitization reduces risk of users inadvertently exposing valid account identifiers in cryptographic operations.

Diff

diff --git a/payment-cryptography/latest/userguide/decrypt-data.md b/payment-cryptography/latest/userguide/decrypt-data.md
index 46cca0f06..a43663de1 100644
--- a//payment-cryptography/latest/userguide/decrypt-data.md
+++ b//payment-cryptography/latest/userguide/decrypt-data.md
@@ -89 +89 @@ For PKCS #7 or other padding schemes not currently supported, please select no p
-            --key-identifier arn:aws:payment-cryptography:us-east-2:111122223333:key/5dza7xqd6soanjtb --cipher-text 8F4C1CAFE7A5DEF9A40BEDE7F2A264635C... \ 
+            --key-identifier arn:aws:payment-cryptography:us-east-2::key/5dza7xqd6soanjtb --cipher-text 8F4C1CAFE7A5DEF9A40BEDE7F2A264635C... \