kuzzleio / kuzzle-plugin-auth-passport-local

Provide local authentication with username/password for Kuzzle
Apache License 2.0
0 stars 2 forks source link

Migrate SHA-1 function to SHA-256 #29

Closed stafyniaksacha closed 7 years ago

stafyniaksacha commented 7 years ago

As google as reported, SHA-1 must not be used anymore as hashing function.

Migrate password hash function in kuzzle-plugin-auth-passport-local/lib/index.js by something more secure