bdekonin/ft_transcendence

Chat encrypt password

Closed this issue · 1 comments

encrypt password on chat/create and also chat/join.

encrypt before updating the db

Fixed.

Using the bcrfypt library it hashes the channel upon creation.

Whenever a user joins the hash gets compared to the original chat hash.