AES master key verification pattern algorithm
The AES master key verification pattern is calculated by:
Appending
X'01'
to the clear key value of 32-byte master key (01 || key value)
Generating the SHA-256 hash of the 33-byte string
The first eight bytes of the hash is the verification pattern
Parent topic:
Algorithm for calculating a verification pattern