conr-g / waiting-room

1 stars 1 forks source link

Investigate hashing algorithms for storing password #56

Closed OzorMox closed 5 years ago

OzorMox commented 5 years ago

As a developer I want to use an appropriate hashing algorithm So users' passwords are stored securely

OzorMox commented 5 years ago

Using SHA256 to hash passwords. NPM provides the sha.js package for this.