09-24-2019, 12:54 AM
Does anyone know what this hash format is?
0scx3GtxzTEN+TyXXXXXXXXAB7vAvxqkUh64mT/j/fM=$NXp/2HbZVpr3YwG/XXXXXXXdq8J501Avl4PFMQuyog=
It's 2x 32 Bytes encoded as base64 and separated by a $. Both halves look completely random; there is no skew towards low/high/even or a range of values.
This format is apparently used by CommerceTools. (This is a hash of the password abc.)
It's curious that both halves are the same length. I've already tried all obvious forms I could think of (all hashes which output 256 Bits, using the left or right half as a salt).
0scx3GtxzTEN+TyXXXXXXXXAB7vAvxqkUh64mT/j/fM=$NXp/2HbZVpr3YwG/XXXXXXXdq8J501Avl4PFMQuyog=
It's 2x 32 Bytes encoded as base64 and separated by a $. Both halves look completely random; there is no skew towards low/high/even or a range of values.
This format is apparently used by CommerceTools. (This is a hash of the password abc.)
It's curious that both halves are the same length. I've already tried all obvious forms I could think of (all hashes which output 256 Bits, using the left or right half as a salt).