Libera-Chat / sable

GNU Affero General Public License v3.0
84 stars 8 forks source link

Make password hashing configurable #95

Closed progval closed 1 year ago

progval commented 1 year ago

Among other things, this will allow faster hashing while testing

progval commented 1 year ago

Hmm wait, I didn't test the salt

progval commented 1 year ago

Removed the "salt" (that was actually a pepper) because it prevents bcrypt from using a proper salt.