Use a much shorter scheme for constructing PGP key URLs - hashes are now MD5 in base64, which isn't secure but doesn't need to be since it's just for cachebusting
This commit is contained in:
parent
bac575b140
commit
69e3d7f267
3 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ User
|
|||
PgpKey
|
||||
userId UserId
|
||||
fingerprint Text maxlen=40
|
||||
hash Text maxlen=64
|
||||
hash Text maxlen=22
|
||||
UniqueFingerprint fingerprint
|
||||
|
||||
Site
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue