Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
password_hash | bytea | 2147483647 | null |
|
|
The SHA1 hash of the disallowed password. The reason for using SHA1 here is that it is compatible with the “Have I Been Pwned” data and API products. We also get some reasonable obscuring of possibly private data. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
syst_disallowed_passwords_pkey | Primary key | Asc | password_hash |