Melissa's Patient ID Generator

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.

All hashing happens in your browser. No patient data is sent to any server.