lexicongovernance / pluraltools-backend

Backend implementation of the plural voting tool.
https://demo.lexicongovernance.org/
GNU General Public License v3.0
3 stars 1 forks source link

Change the secret type #347

Closed MartinBenediktBusch closed 3 months ago

MartinBenediktBusch commented 3 months ago

Change the secret from a random string of 6 bytes as defined here:

export function generateSecret(): string { return randomBytes(6).toString('hex'); }

to an nemonic which is more common in the industry. For example, somthing like: fish-apple-knife