Generate de-identified patient IDs from names using SHA-256 hashing.
A secret key that must be stored securely and reused for every patient in a study. The same salt + patient name always produces the same ID. This field is case-sensitive, meaning “MySalt” and “mysalt” will generate different IDs.