paul
05/23/2022, 11:12 AMMark Takata (Adobe)
05/23/2022, 2:53 PMiknowkungfoo
06/16/2022, 11:24 PMiknowkungfoo
06/16/2022, 11:26 PMpaul
06/17/2022, 12:49 AMpaul
06/17/2022, 12:49 AMphilcruz
08/16/2022, 9:15 PMMark Berning
08/23/2022, 2:06 PMbrianklaas
08/24/2022, 7:20 PMbdw429s
11/09/2022, 4:17 PMgeneratesecretkey( 'AES', '256' )
• The base64-coded MD5 hash of the key I tried two different ways--
◦ by hashing the base64-encoded key toBase64( hash( key ) )
◦ or hashing the original binary key toBase64( hash( toBinary( key ) ) )
However, no matter what I do, I get this error back from the AWS REST API
The calculated MD5 hash of the key did not match the hash that was provided.
I'm having a hard time finding a specific reference online that shows examples of what an AES256 key and it's hash would look like, but I can see that my values are not matching examples I see in tickets online. Is anyone, perhaps more familiar with how AWS does stuff, able to see what I'm doing wrong here?bdw429s
11/09/2022, 8:00 PMbdw429s
11/09/2022, 8:00 PMCameron Childress
12/01/2022, 4:28 PMMark Berning
12/12/2022, 8:32 PMMark Berning
12/12/2022, 8:32 PMjakobward
12/12/2022, 9:52 PMpaul
12/12/2022, 10:33 PMMark Berning
12/12/2022, 10:35 PMpaul
12/12/2022, 11:15 PMMark Berning
12/12/2022, 11:18 PMpaul
12/12/2022, 11:20 PM