jech / galene

The Galène videoconference server
https://galene.org
MIT License
899 stars 119 forks source link

Bcrypt Encryption #173

Closed geoffrey-chameroy closed 7 months ago

geoffrey-chameroy commented 7 months ago

I would like to use bcrypt instead of pbkdf2 for the encryption of the passwords

Here is the file to update : /group/client.go

Here is the wiki for bcrypt : https://en.wikipedia.org/wiki/Bcrypt

Unfortunately, I have no skills in go to send a pull request

jech commented 7 months ago

Done in 8628344.