exgen-code / ExGen-Client

Website implementation of ExGen
Mozilla Public License 2.0
0 stars 1 forks source link

Randomizing the hashing salt - routes.py line: 48 #1

Closed zxqwuk closed 5 years ago

zxqwuk commented 5 years ago

As of right now the hashing salt is a fixed value. Salt needs to be 16 bit.

zxqwuk commented 5 years ago

Added a salt generator called saltgen.py