If a Credentials asset has other Credentials assets associated as hashes one of those hashes must be compromised in order for the original Credentials asset to be guessed. If the original credentials are compromised all of the hashes are compromised too.
A Credentials asset can have multiple hashes associated with it, but a hash can only belong to a single Credentials asset as they are assumed to be unique.
Implement credentials hashing.
If a
Credentials
asset has otherCredentials
assets associated ashashes
one of thosehashes
must be compromised in order for the originalCredentials
asset to be guessed. If the original credentials are compromised all of the hashes are compromised too.A
Credentials
asset can have multiple hashes associated with it, but a hash can only belong to a single Credentials asset as they are assumed to be unique.