Regarding the true name to open the vault thing: I got the impression is was more like { IF words_spoken = speaker_true_name THEN Vault_unlocked = TRUE }
Rather than having one specific true name as the singular password to open the Vault.
Like, theoretically anybody could get in, BUT they have to provide their true name to the vault guardians as a security measure (making themselves vulnerable to complete mental slavery or even the erasure of their personhood and personal identity, if they have ill intentions or try to harm or steal the contents of the vault).
Much like how Voldemort's Cave in Harry Potter book 7 was implied (or assumed by the fans) to work: anyone can get in, but now Voldemort has a sample of your blood, which can theoretically be used in dark potions or rituals to harm you if you entered without his approval.
no subject
{
IF words_spoken = speaker_true_name
THEN Vault_unlocked = TRUE
}
Rather than having one specific true name as the singular password to open the Vault.
Like, theoretically anybody could get in, BUT they have to provide their true name to the vault guardians as a security measure (making themselves vulnerable to complete mental slavery or even the erasure of their personhood and personal identity, if they have ill intentions or try to harm or steal the contents of the vault).
Much like how Voldemort's Cave in Harry Potter book 7 was implied (or assumed by the fans) to work: anyone can get in, but now Voldemort has a sample of your blood, which can theoretically be used in dark potions or rituals to harm you if you entered without his approval.