hardy613 / hardy613/graphql-node-tut
Hashing
Open
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Maybe use a different hashing algorithm. Simplest solution is to use the builtin hashes in the `crypto` module. To check your options out, you can run `crypto.getHashes()` in the given nodejs version you're using.
It is better to use a known hashing function, with known properties.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.