pretalx / pretalx-public-voting

Public community voting on talk proposals
Other
3 stars 5 forks source link

Limit the salt to 16 bytes #24

Closed vmx closed 2 years ago

vmx commented 2 years ago

If the slug is longer than 16 bytes, it would result in an error:

ValueError('maximum salt length is 16 bytes')

Hence restrict it to 16 bytes.